1. ÐÞ¸ÄÆô¶¯Ê±µÄĬÈÏϵͳ£¬rootÏÂ\boot\grub\grub.cnf ½«default¸ÄΪ1¡£
2. linuxÖдóСдÓÐÇø·Ö¡£
3. su ÓпÉÒÔʹÆÕͨÓû§ÓµÓг¬¼¶Óû§µÄȨÏÞ¡£
4. ÉϼýÍ·¿ÉÒÔÖØ¸´ÉÏÒ»¸öÃüÁî¡£¼ÌÐøÉϼýÍ·¿ÉÒÔÖØ¸´ÒÔǰµÄÃüÁî¡£
5. man ÃüÁîÃû ¿ÉÒÔ°ïÖúÏÔʾÃüÁîµÄ¹¦ÄÜ¡£q¿ÉÒÔÍ˳ömanÃüÁî¡£
6. find / £name ÃüÁîÃû ¿ÉÒÔ¸ø³öÃüÁîËùÔڵķ¾¶¡£find Ŀ¼Ãû¿É²éÕÒÎļþ£¬ctrl£«c¿ÉÍ£Ö¹ÃüÁîµÄÖ´Ðйý³Ì¡£find Ŀ¼Ãû | more ¿É¶ÔĿ¼ÖеÄÄÚÈÝ·ÖÆÁ²é¿´¡£
7. fdisk -l ¿ÉÒԲ鿴ÐíͬµÄ´æ´¢É豸¡£
8. env ¿ÉÒԲ鿴ËùÓеĻ·¾³±äÁ¿¡£°üÀ¨path·¾¶¡£
9. export PATH=$ PATH:/sbin ¿ÉÒÔ½«/sbin¼ÓÈëµ½pathÖС£
10. mount -t vfat -o iocharset=cp936 /dev/hda5 /mnt/floppyÊǹÒÔØÃüÁî¡£
mount [Ñ¡Ïî] <¹ÒÔØÉ豸Ãû³Æ> <¹ÒÔØµã>
umount /mnt/floppy
umount <¹ÒÔØµã»òÉ豸Ãû>
11. export PATH=$PATH:/sbin ¿ÉÒÔ½«/sbin¼ÓÈëµ½pathÖУ¬¿ÉÊÇÖ»ÊÇÔÝʱ¼ÓÈ룬µ±¹ØµôshellºóÔÚ´Ó½øÈëʱ±ØÐëÖØÐ¼ÓÈ룬ÓÀ¾Ã¼ÓÈëµÄ·½·¨ÊÇ vi /ect/profile Öн«ÉÏÃüÁî¼ÓÈ룬ȻºóÖØÐµÇ½»òÖ´ÐÐ source /etc/profile Òâ˼Êǽ«/etc/profileÖеÄÃüÁîÈ«²¿Ö´ÐÐÒ»±é¡£
12. exit ¿ÉÒÔÍ˳öshell£»
13. rpm -ivh RPMÈí¼þ°üȫ·¾¶Ãû °²×°Èí¼þ°ü
rpm -e RPMÈí¼þ°üȫ·¾¶Ãû Ð¶ÔØÈí¼þ°ü
rpm -q ²é¿´Èí¼þ°ü
rpm -U RPMÈí¼þ°üȫ·¾¶Ãû Éý¼¶Èí¼þ°ü
14. ctrl+spaceÇл»³öÊäÈë·¨£¬shoft£«ctrl¸ü»»ÊäÈë·¨
15. ¸Ä±äswap´óСµÄ·½·¨£º
[code]1. choose a location where you have lots of space (/usr comes to mind)
2. create a file the size you want the swap to be:
dd if=/dev/zero of=/usr/swap bs=1024 count=100000
(the above will create a file 100Mb in size, so adjust the count as yousee fit)
/*
Here may be wrong. Comment by baif.
*/
3. run the command: mkswap /usr/swap
4. run the command: swapon /usr/swap
5. check w/ free that you just added 100Mb of swap
6. if you want this to be permanent through reboots, you'll need to add the appropriate line to /etc/fsta[/code]


yorktown ÓÚ 2006-09-17 16:03:40·¢±í:
ÒÔºó˵²»¶¨ÓÐÓÃÀï
yuguoguo ÓÚ 2006-09-17 11:34:17·¢±í:
Êղأ¬ÕýȱÕâ·½ÃæÖªÊ¶