标签:debian配置
1. 第一件事,添加比较快的源,国内比较快速和稳定的源应该是163的源,另外我还用的有阿里云的源,也不错!
可以使用apt-spy 来寻找比较快的源。使用方法详见, http://os.chinaunix.net/a2008/0703/985/000000985039.shtml
在这里插一句,有时可能你想使用sudo,可以参见这里:
(http://blog.csdn.net/macky0668/article/details/4552310)
2. 安装ibus ,添加中文输入法!
apt-get install ibus ibus-pinyin ibus-sunpinyin
这里ibus-googlepinyin安装不上!
使用ibus-setup可以对ibus进行图形设置,在输入法的选择适合自己的输入法。
3. 安装flashplugin,可以直接使用新立得直接搜索并安装,也可以直接直接用apt-get安装“flashplugin-nonfree”。
4. 修改hosts文件,然后安装chrome浏览器,之后同步google账户上的书签及密码等。
我用的hosts文件是从这里(http://www.360kb.com/kb/2_122.html)拿到的。
5. 安装vmware,之后要安装linux-headers-$(uname -r),这里面的意思就是安装和内核对应版本的headers。
sudo ./VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle(lisence key直接在网上百度即可!
)
安装完成之后,
sudo apt-get linux-headers-$(uname -r) 可以安装对应版本的headers。
6. 整理一下自己文件和分区,然后调整fstab文件。
7. 安装Thunderbird,使用百度网盘上的feeds url(http://pan.baidu.com/s/1eQxSdoA)来订阅消息。不要试图去卸载evolution,一卸载就安装不回来,如果有谁知道解决办法,请告知。
具体安装方法可以从这里http://wangye.org/blog/archives/609/拿到
以下是我使用的一些feeds!
http://distrowatch.com/news/dw.xml
http://rss.gmane.org/messages/complete/gmane.linux.centos.announce
http://imcn.me/feed
http://www.kali.org/feed/
http://li.org/?q=rss.xml
http://www.linux.com/feeds/all-content
http://feed.cnblogs.com/blog/sitecateogry/linux/rss
http://linuxtoy.org/feed
http://linux.cn/rss.xml
http://www.linuxeden.com/rss.php
http://www.linuxidc.com/rssFeed.aspx
http://www.linuxsight.com/feed
http://feeds.feedburner.com/d0od
http://planet.linuxdeepin.com/feed/
http://www.linux.com/news/technology-feature/security?format=feed&type=rss
http://www.linux.com/news/software?format=feed&type=rss
http://solidot.org.feedsportal.com/c/33236/f/556826/index.rss
http://www.ubuntu.com/usn/atom.xml
http://www.linuxfans.org/feed
http://feed.cnblogs.com/blog/sitehome/rss
http://www.nenew.net/feed
http://www.linux.org.tw/news/feed
http://www.ha97.com/feed
https://www.debian.org/News/news
8. 按照之前截图的软件列表,将所有的软件安装齐全了。(如果没有以往的软件集合的话,可以跳过!)
9. 将顶部panel变为透明,修改/usr/share/gnome-shell/theme/gnome-shell.css文件,
#panel {
background-color : black;
background-color : rgba(0,0,0,0); /*分号不能忘掉*/
}
以下是许多好用的gnomeshell扩展:
gnome-shell-extension-alternate-tab.noarch
gnome-shell-extension-apps-menu.noarch
gnome-shell-extension-auto-move-windows.noarch
gnome-shell-extension-common.noarch
gnome-shell-extension-cpu-temperature.noarch
gnome-shell-extension-dock.noarch
gnome-shell-extension-drive-menu.noarch
gnome-shell-extension-gpaste.noarch
gnome-shell-extension-icon-manager.noarch
gnome-shell-extension-mediaplayers.noarch
gnome-shell-extension-noim.noarch
gnome-shell-extension-noripple.noarch
gnome-shell-extension-pidgin.i686
gnome-shell-extension-places-menu.noarch
gnome-shell-extension-pomodoro.noarch
gnome-shell-extension-presentation-mode.noarch
gnome-shell-extension-remove-volume-icon.noarch
gnome-shell-extension-righthotcorner.noarch
gnome-shell-extension-systemMonitor.noarch
gnome-shell-extension-theme-selector.noarch
gnome-shell-extension-user-theme.noarch
gnome-shell-extension-windowsNavigator.noarch
gnome-shell-extension-workspace-indicator.noarch
gnome-shell-extension-workspacesmenu.noarch
gnome-shell-extension-xrandr-indicator.noarch
你可以tweak-tool中打开一些自己喜欢的扩展,就比如说天气,这个非常不错的。
NetSpeed
OpenWeather
UpTime Indicator
Text Translator
9. 安装一下自己比较喜欢的程序
terminator(多窗口终端) wireshark(嗅探器) texmaker(latex gui) hydra(破解密码) VLC(视频播放器)
(以上软件均可以直接用apt-get安装)
bcloud(百度云linux客户端) KWplayer(linux酷我客户端) (从github LiuLang的开源库中下deb包)
10. 搞完收工,切记莫折腾,可以便好!
debian 8 Jessie配置
标签:debian配置
原文地址:http://blog.csdn.net/mudongliangabcd/article/details/44747231