0. 使用su命令时提示: authentication failur
安装ubuntu系统默认是没有激活root用户的,需要我们手工进行操作,在命令行界面下,或者在终端中输入如下命令:
sudo passwd
Password:你当前的密码
Enter new UNIX password: root密码
Retype new UNIX password:重复root密码
1. 关于终端的使用:
调出终端快捷键: ctrl+alt+T
用户权限和root权限切换命令: su 或 su - //至于两者的区别,试一下就知道喽
/*****
另外,su与sudo有本质上的区别:
The sudo command stands for "superuser do". It prompts you for your personal password and confirms your request to execute a command by checking a file, called sudoers, which the system administrator configures.
The su command stands for "switch user", and allows you to become another user.
***************/
2.截屏快捷键: shift+print //实际上打开系统自带的screenshort软件,这个软件提供多组快捷键,用于不同类型的截屏,这组是我常用的“自定义区域截屏”
3. 安装软件时经常会遇到如下报错:
这时就不用去百度了,直接切换的到root权限再执行一次安装命令吧。
//至少我在安装gensim和cython的时候都用这个办法解决问题的。
4. firefox中文乱码
问题说明:有些网页中文乱码,有的正常。
其实这个问题挺麻烦的,网上查了很多很多方法。
比如:
【方法一】
Edit->Preferences->Content
》Languages -> Choose
》Select a language to add
》把 Chinese/China [zh-CN] 添加进去
【方法二】
firefox Setting-Preferences-Content-Fonts & Colors-Advanced-取消勾选"Allow pages to choose their own fonts, instead of my selections above"
【方法三】
修改配置文件:sudo gedit /etc/fonts/conf.d/49-sansserif.conf
【方法四】
用sudo apt-get install安装中文字体
而,以上对我的firefox均无效。所以我选择彻底卸载firefox重新安装,依然无效。
最后,我又检查了firefox的Preferences,发现了一个可疑点,把fallback text encoding改成chinese,Simplified. (如下图)
刷新页面后发现问题解决了。
位置:firefox Setting-Preferences-Content-Fonts & Colors-Advanced-
5.控制台常用的快捷键