您的位置:首页 > 运维架构 > Linux

linux_mint_18.2_xfce 安装常用处理

2017-12-02 03:47 330 查看
=====================================================================================================================================
在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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: