++开启SSH Server
"开始"-->"系统工具"-->"LX终端"
在终端切换到超级用户模式,然后打开“setup”系统字符配置界面。选择"System services”(系统服务)项,找到并设置"sshd”项为自启动。此时,在系统中sshd服务尚未启动,需要重启系统后此配置方可生效。若想让系统立即生效,不妨输入命令”service sshd restart“,要在超级用户模式输入此命令。
 
++添加Fcitx 4
发现系统有一个软件可以通过yum的方式很方便的在线安装软件,它位于”开始“-->”系统工具“-->”Yum Extender“-->搜索并安装fcitx就可以了。
 
++安装Clonezilla
刚刚完成的系统,需要备份一下,以备将来不时之需。
 
[shenzhi@shenzhi ~]$ su -
Password:
[root@shenzhi ~]# cd /boot/grub/
[root@shenzhi grub]# cp grub.conf grub.conf.bak0
[root@shenzhi grub]# vi grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,0)
#          kernel /boot/vmlinuz-version ro root=/dev/sdb1
#          initrd /boot/initrd-[generic-]version.img
#boot=/dev/sdb
default=0
timeout=5
splashp_w_picpath=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.38.6-26.rc1.fc15.i686)
       root (hd0,0)
       kernel /boot/vmlinuz-2.6.38.6-26.rc1.fc15.i686 ro root=UUID=60d71801-7f0b-483d-9754-c0fe1cd4cec3 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
       initrd /boot/initramfs-2.6.38.6-26.rc1.fc15.i686.img
 
#find --set-root /clonezilla/live/vmlinuz //此部分在F15的grub中通不过,不过在xp环境下的grub中是可以的。本人反复尝试了多次后发现,用原来的root (hd0,6)可以通过。一定要注意,根据你放置clonezilla文件夹的位置所在的分区来决定下面蓝色加粗内容的值。在原有文件中填写如下内容:
title Clonezilla For Fedora 15
 
root  (hd0,6)
kernel /clonezilla/live/vmlinuz boot=live live-config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=791 ip=frommedia nosplash live-media-path=/clonezilla/live bootfrom =/dev/sda7 toram=filesystem.squashfs
initrd /clonezilla/live/initrd.img
boot