- 浏览: 500115 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (250)
- concurrent (11)
- io (1)
- CI (10)
- linux (57)
- windows (2)
- java (38)
- mac (4)
- eclipse (9)
- db (13)
- python (5)
- groovy (5)
- flex (7)
- hibernate (5)
- odb (8)
- netbeans (1)
- web (31)
- book (14)
- erlang (2)
- communication (2)
- virtualization (5)
- jUnit (0)
- jsf (1)
- perl (1)
- java jax-rs (5)
- Jenkins (2)
- Jenkins Plugin (3)
- android (2)
- git (1)
- big data (0)
- 试读 (1)
最新评论
-
yzzy4793:
讲的很清楚,明白
同步synchronized方法和代码块 -
aa51513:
中文乱码式硬伤
Jersey2.x对REST请求处理流程的分析 -
feiwomoshu1991:
...
同步synchronized方法和代码块 -
marshan:
启动失败的原因是加载的类版本冲突,因此你首先要保证依赖的版本和 ...
richfaces中facelet版本升级到2时的典型错误和解决办法 -
zhaohang6688:
请问我按照你的方式修改还是报错 错误信息还是这个 是为什么啊 ...
richfaces中facelet版本升级到2时的典型错误和解决办法
Yesterday, my computer had two systems which were windows xp and ubuntu8.10. But I wanted to add fedora10 as the third system.
When I installed this system, I found that my ubuntu item disappeared from the grub start menu. It was a bad thing which I could not accepted. I surfed and surfed, there was not a good way to resolve it.
Today, I decided to reinstall my ubuntu, because I knew that ubuntu can recognize fedora, but fedora can not know ubuntu.
When my new ubuntu system was installed, I found all of my systems, xp, fedora and ubuntu.
I must tell you to know it clearly that if you want to install these two systems, you must install fedora firstly, and then install ubuntu.
So much for today and by the way, I will show my result to you.
han@han-laptop:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3880387f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sda2 6375 19457 105089197+ f W95 Ext'd (LBA)
/dev/sda5 11809 19457 61440561 83 Linux
/dev/sda6 6375 6483 875479+ 82 Linux swap / Solaris
/dev/sda7 6484 11808 42773031 83 Linux
Partition table entries are not in disk order
han@han-laptop:~$ sudo vim /boot/grub/menu.lst
default 2
timeout 10
splashimage (hd0,4)/boot/grub/splash.xpm.gz
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid 62b5ac0c-1bd7-464c-b5c9-9f938602862f
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=62b5ac0c-1bd7-464c-b5c9-9f938602862f ro locale=zh_CN quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid 62b5ac0c-1bd7-464c-b5c9-9f938602862f
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=62b5ac0c-1bd7-464c-b5c9-9f938602862f ro locale=zh_CN single
initrd /boot/initrd.img-2.6.27-7-generic
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Fedora (2.6.27.9-159.fc10.i686) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=fb5c23c3-cf73-4214-afc7-4a6995f738d3 rhgb quiet
initrd /boot/initrd-2.6.27.9-159.fc10.i686.img
savedefault
boot
发表评论
-
LinuxMint收集
2013-12-18 09:58 991http://www.linuxmint.com/oldr ... -
Ubuntu U disk
2013-12-05 10:44 741Startup Disk Creator http:/ ... -
Linux查找
2013-12-02 15:03 483find / -mmin -5 -type f find ... -
Ubuntu安装 Flash plugin
2013-12-02 08:15 8821 下载tar包:http://get.adobe.com/f ... -
ubuntu13.10问题集合
2013-10-30 17:03 10101.地址栏显示完整路径 CTRL+L 2.快速启 ... -
使用synergy操控windows和ubuntu
2013-05-17 18:45 1988下载统一版本的synergy 本文使用1.4.1 Ubu ... -
add-apt-repository behind proxy
2013-03-20 13:24 1183Set the variable https_proxy t ... -
davmail+thunderbird读取exchange服务器邮件
2013-03-11 15:56 1489Linux Mint14 Ubuntu1210 ... -
wireshark no interfaces on which a capture can be done ubuntu
2013-03-07 11:33 1067$ sudo apt-get install wireshar ... -
Linux 查找总结
2013-02-17 22:24 991/*在当前目录下查找*/eric@mars-64:~/serv ... -
sublime-text-2 快捷键和自定义配置
2013-01-21 10:52 6719快捷键 Editing KeypressCommand ... -
[web architect]2. nginx http concat 实践
2013-01-20 22:13 1625sudo cp /usr/local/nginx/conf/ ... -
webbench on ubuntu
2012-12-24 17:32 1436wget http://blog.s135.com/soft/ ... -
[web architect]1. nginx on ubuntu
2012-12-24 10:43 1742快速简易版 sudo apt-key add nginx ... -
wget代理设置
2012-11-30 18:34 1330当遇到Proxy Authentication Require ... -
录制桌面 recordMyDesktop on Ubuntu
2012-11-14 17:11 998hanl@hanl-ubuntu1204:~$ sudo ap ... -
mail setting via exchange on ubuntu
2012-11-05 12:40 1018sudo apt-get install evolution- ... -
ubuntu postgresql
2012-11-02 13:44 1103PostgreSQL is pronounced Post-G ... -
ubuntu安装和配置jdk ant maven
2012-09-02 11:05 14741 从http://java.sun.com中下载jdk ... -
ubuntu proxy
2012-08-31 18:36 1054apt-get proxy: sudo gedit /etc ...
相关推荐
【标题】"迅雷 for fedora32 linux mint 20 ubuntu 20.04" 指的是一款专为Linux系统设计的迅雷下载工具,它支持Fedora 32、Linux Mint 20以及Ubuntu 20.04这三个发行版。迅雷作为一款流行的下载管理软件,它在...
在Fedora Core或Ubuntu等Linux发行版上安装SEISMIC UNIX需要一定的Linux基础。以下是一般的安装流程: 1. **获取软件包**: 首先,你需要下载SEISMIC UNIX的源代码包,例如`cwp_su_all_41R3.tgz`。这个文件包含了...
### SEISMIC UNIX 安装实例(Fedora Core Ubuntu 系统) #### 一、引言 SEISMIC UNIX(SU)是一款广泛应用于地球物理学领域的数据处理与分析软件包,它支持多种操作系统环境,包括UNIX、Linux等。本文将详细介绍在...
Linux关闭防火墙命令-fedora-ubuntu...重启后永久性生效...即时生效,重启后失效...
vmware workstation player 17.5.1 ubuntu and fedora
This book is designed as an Ubuntu 15.04 server reference, covering the Ubuntu servers and their support applications. Server tools are covered as well as the underlying configuration files and system...
A Practical Guide to Fedora and Red Hat Enterprise Linux 6th Edition (PDF and EPUB) For Free! Enjoy!
这本书名为《A Practical Guide to Fedora and Red Hat Enterprise Linux》,是一本实用的指南,旨在帮助读者学习和管理Fedora和Red Hat Enterprise Linux(RHEL)这两个基于Linux的操作系统。由于此书是英文版,...
- **System Requirements**: Details on the minimum and recommended hardware specifications needed to run Fedora smoothly. - **Live Environment**: How to use the live CD/DVD/USB option to test Fedora ...
- **A Practical Guide to Fedora and Red Hat Enterprise Linux, 6th Edition**(《Fedora与Red Hat Enterprise Linux实用指南》第六版)是一本针对Fedora及Red Hat Enterprise Linux (RHEL)操作系统的专业指导书籍...
第一次上传资料。Fedora12的必备资料。
在标题和描述中提到的“fedora 11-Ubuntu9-10安装vmware tools 解决文件共享的问题”,主要涉及的是如何在Fedora 11和Ubuntu 9.10这两个Linux发行版上安装VMware Tools,并通过它来解决文件共享的问题。下面我们将...
Fedora_system
fedora 11-Ubuntu9-10安装vmware tools 解决文件共享的问题中 ,Ubuntu不能打开rar,就传tgz文件
With the Fedora Linux operating system and the instructions in this book, you can transform your PC into a safe, powerful, and free computer system. Starting with Fedora, you can simply replace (or ...
Author and Linux expert Richard Petersen delves into the operating system as a whole and offers you a complete treatment of Fedora 18 Desktop installation, configuration, and use. You'll discover ...
Sons 2007 (1124 pages) <br>ISBN:9780470082782 <br>Providing thorough instructions for basic users and administrators to master Fedora and RHEL, this task-oriented book shows how to run ...
Ubuntu 18.04 和 TensorFlow 安装指南 本文将指导您如何安装 Ubuntu 18.04 操作系统、Anaconda、CUDA、cuDNN 和 TensorFlow,这些组件都是深度学习和机器学习的重要工具。 一、 Ubuntu 18.04 安装 Ubuntu 18.04 ...
选择合适的Ubuntu版本 在系统安装篇已经说过了,32位CPU用户安装32位版的Ubuntu,64位CPU的就安装64位版本。有人说64版本安装软件有兼容性问题。我从Ubntuu7.04开始到现在的8.04一直使用64位系统,一直都很稳定没...