=====================================================================================================================================
在linux上用dd命令实现ghost功能
http://blog.csdn.net/shendl/article/details/7384755
sudo fdisk -u -l
sudo dd bs=512 count=488396800 if=/dev/sda of=/home/zhangxl/ghost.img
dd bs=512 count=[fdisk命令中最大的end数+1] if=/dev/sda | gzip -9 > /mint182_ghost_lampd_20171201_.img.gz
还原时,可以执行下列命令: # gzip -dc /ghost.img.gz.gz | dd of=/dev/sda
----------------------------------------------------------------------------------------------------------------
inuxMint新手教程3:fcitx输入法的安装与配置
http://tieba.baidu.com/p/2811713743?red_tag=h3456009940&traceid=
sudo add-apt-repository ppa:fcitx-team/nightly
sudo aptitude update
sudo aptitude install fcitx fcitx-sogoupinyin fcitx-config-gtk fcitx-frontend-all fcitx-module-cloudpinyin fcitx-ui-classic
----------------------------------------------------------------------------------------------------------------
linux下挂载NTFS分区错误修复
sudo apt-get install ntfs-3g
sudo ntfsfix /dev/sda1