您的位置:首页 > 其它

ubuntu kylin 中的一些个人使用技巧

2015-10-29 12:57 309 查看


Deepin linux的一些问题和使用技巧

/article/9725403.html

1.开机自动挂载硬盘

sudo apt-get install ntfs-3g

然后打开ntfs写入支持配置程序进行设置

2.开机执行脚本文件
http://www.jb51.net/LINUXjishu/183462.html
3.开机执行shell命令

sudo gedit $HOME/.bashrc

4.Error mounting /dev/sda2 at /media/love/Mis Archiivos: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/love/Mis Archiivos"' exited with non-zero exit status 14: The disk contains
an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sda2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or
mount the volume read-only with the 'ro' mount option.

打开磁盘错误
sudo apt-get install ntfsprogs

sudo ntfsfix /dev/sdb2

5.linux 输入密码正确,但是无法进入桌面,依然退回输入密码的界面。

ctrl + alt +f1 登陆
然后cd $HOME
ll -a列出所有文件信息。

检查.Xauthority文件的两个项是不是都是ROOT,如果是,那可能是问题所在
sudo chown william .Xauthority (william为自己的用户名)
然后ctrl+ alt +F7试试能不能登陆

6.linux帅气命令行
guake
sudo apt-get install guake
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: