火狐浏览器你会用吗
本文讲述火狐(Firefox)浏览器在Linux的使用和配置:
- 在Debian上安装Firefox
- Firefox的配置值如何查看
在Debian上安装Firefox
APT (for Advanced Package Tool) is a set of tools for managing Debian packages, and therefore the applications installed on your Debian system. — — [ What’s APT ]
apt使用前提是你的 /etc/apt/sources.list
源列表文件是配置好的。请参考:
# Line commented out by installer because it failed to verify:
deb http://security.debian.org/ stretch/updates main contrib
# Line commented out by installer because it failed to verify:
deb-src http://security.debian.org/ stretch/updates main contrib
# tuna.tsinghua debian mirror
deb http://mirrors.tuna.tsinghua.edu.cn/debian unstable main contrib non-free
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian unstable main contrib non-free
更新源列表,执行以下命令:
dacs@debianpc ~ $ sudo apt update
这一步的作用是根据配置的软件源,获取最新的软件包的信息,以用于接下来的软件包搜索和软件安装。可以理解为缓存一下软件源中的所有的软件包信息到本地数据库。
那么在软件安装之前,我们需要知道软件包的准确名字称,做到有的放矢:
dacs@debianpc ~ $ apt-cache search firefox | grep 'firefox '
firefox - Mozilla Firefox web browser
firefox 在 Debian 之前是叫 iceweasel
,后来又改名叫 firefox-esr
,现在可以直接叫 firefox
了。
现在来安装火狐吧:
dacs@debianpc ~ $ sudo apt install firefox
[sudo] password for dacs:
Reading package lists... Done
Building dependency tree
Reading state information... Done
firefox is already the newest version (49.0-4).
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
dacs@debianpc ~ $
dacs@debianpc ~ $ firefox --version
Mozilla Firefox 49.0
OK ! 我已经安装好最新的 V49.0 的火狐浏览器了。
火狐浏览器调教篇
在 Linux/UNIX 中,你解决问题的方式往往不止一种,面向的受众不同。
在浏览器的地址栏,不止可以输入网址,既而带你奔向世界各地;它还是打开火狐自身神秘面纱的入口。
- about:config
- about:plugins
我的愿景:
让更多人了解Linux系统,让更多人学习使用Linux,掌握Linux的各项技巧,应用到生活和工作。美好生活,从远离Windows做起。
When anything happens, believe in yourself. — — GDC
5%, you can make it. — — GDC