debian折腾笔记
返回主页
作死使用了apt-get remove干掉了kali的各种驱动,补救已经来不及,故重新折腾了一次debian,为了避免这样的事情再次发生,以及万一发生不必再花费时间去百度,写了这个笔记留作参考。
1、安装好系统,如:ubuntu、kali
2、首先安装gnome-shell,不安装kde了
3、安装zsh
4、安装 chrome+红杏、
codeblocks
virutalbox
音乐播放器
mplayer
jdk、jre
flash
sublime text
搜狗拼音
安装yacc/lex
vim并改写配置文件
安装kde下的console并配置
安装android开发工具
eclipse
5、更改主题为mac:
更改字体
图标
壁纸
锁屏
6、导入壁纸
音乐
7、安装ssh git并设置github的keys
clone博客工程文件
代理服务器每日一跪,登陆不了chrome没法查看书签,因此又手动搜索一次
1 首先安装好debian/ubuntu重启之后登陆系统 2 安装好chrome并加载配置 3 安装搜狗拼音设为默认输入法 4 修改或者加载国内源 a、首先备份Ubuntu 11.10源列表 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup (备份下当前的源列表)
b、修改更新源
sudo gedit /etc/apt/sources.list
网易源(速度很快)
deb http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted
电子科技大学 deb http://ubuntu.uestc.edu.cn/ubuntu/ precise main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu/ precise-backports main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu/ precise-security main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu/ precise-updates main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu/ precise main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu/ precise-backports main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu/ precise-security main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
5 升级软件包
apt-get update
apt-get upgrade(不得不说,deb包管理就是方便)
6 安装并修改bash为zsh(终极shell)
http://www.linuxidc.com/Linux/2012-08/67734.htm
http://blog.sina.com.cn/s/blog_6ae8b50d010198td.html
http://blog.csdn.net/lissdy/article/details/11032683(简单粗暴)
http://www.tuicool.com/articles/2Ijiuy(不错)
http://blog.sina.com.cn/s/blog_631d3a630102uxtv.html(详细)
安装终极Shell zsh,拥有更强的补全功能(常用工具的参数补全) sudo apt-get install
引入增强插件,支持git,rails等补全,可选多种外观皮肤
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
zsh作为默认shell,重启后生效
chsh -s /bin/zsh
7 安装gnome3 shell
http://itzhai01.sinaapp.com/html/41.html(目测这个成功率高)
安装Gnome 3 Tweak Tool桌面调节工具 http://imcn.me/html/y2011/2438.html
sudo apt-get install gnome-tweak-tool
http://imcn.me/html/y2014/19539.html
http://www.linuxidc.com/Linux/2014-09/107428.htm
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-add-repository ppa:gnome3-team/gnome3-staging
sudo apt-add-repository ppa:ricotz/testing
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-session
sudo apt-get install gnome
8 安装kde/主要是为了使用kconsle
kde安装http://www.linuxidc.com/Linux/2014-06/103888.htm
http://imcn.me/html/y2014/22432.html
kconsle安装 http://dragon123.blog.51cto.com/9152073/1538394/
9 设置登陆画面为gdm/kdm
参考安装完kali后的20件事
http://os.51cto.com/art/201405/439494_all.html
10 更换桌面主体为mac
http://www.linuxidc.com/Linux/2014-07/104827.htm
http://www.linuxidc.com/Linux/2014-11/110032.htm//我用的这个,太棒了
设置右上角图标为mac及替换登录背景为mac风格
http://www.linuxidc.com/Linux/2014-07/104827p2.htm
安装cario-docky
http://www.linuxidc.com/Linux/2013-08/89450p2.htm
http://www.linuxidc.com/Linux/2014-06/103557.htm
http://www.linuxeden.com/html/versionupdate/2014/06/152932.html
gnome再来一次
11 安装open-jdk
http://www.linuxidc.com/Linux/2014-09/106445.html
12 关闭ubuntu错误提示,很烦
http://www.linuxidc.com/Linux/2014-09/107420.htm
13 设置vimrc
http://blog.csdn.net/liupeng900605/article/details/6914921
创建命令为:
$vi ~/.vimrc
设置完后
$:x 或者 $wq
14 纠结在了gnome3的安装上,上面的几个源理论上是可以用的,但是怎么搞也不能解决包依赖问题,于是放弃安装最新gnome,选择稳定版
http://www.linuxeden.com/html/softuse/20130501/138774.html
测试成功而且该网址提供升级以及卸载策略
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell ubuntu-gnome-desktop
这个源真是给力啊~猜想是因为测试版的包依赖在系统中不好解决,而稳定版是有固定的解决方式的。
Q:子进程 已安装 post-installation 脚本 返回了错误号 1
A:把 /var/lib/dpkg/info/ 里面关于错误软件包 的信息都移走,然后再装
或者: 1.$ sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_old //现将info文件夹更名 2.$ sudo mkdir /var/lib/dpkg/info //再新建一个新的info文件夹 3.$ sudo apt-get update, apt-get -f install //不用解释了吧 4.$ sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_old //执行完上一步操作后会在新的info文件夹下生成一些文件,现将这些文件全部移到info_old文件夹下 5.$ sudo rm -rf /var/lib/dpkg/info //把自己新建的info文件夹删掉 6.$ sudo mv /var/lib/dpkg/info_old /var/lib/dpkg/info //把以前的info文件夹重新改回名字
15 安装软体
sublime text并配置 多写一点吧,sublime除了主要用来编码,还有一个用处就是用markdown格式写文章了 配置markdown方法:http://www.xuanfengge.com/practical-collection-of-sublime-plug-in.html http://jingyan.baidu.com/album/0320e2c1f660751b87507b8b.html(关于,markdown插件的安装)
{
安装pci(package control);
安装markdown preview(方法为PCI->输入install packages->markdown)
修改sublime text3不能输入中文的问题http://blog.csdn.net/cywosp/article/details/32350899
}
android-studio
eclipse luna
eclipse
codeblocks
mplayer
rhythmbox
chrome .etc
16 配置github连接ssh
这一步干完就可以开搞了,想想两天来因为作死remove包折腾系统的经历,唏嘘不已啊。。。言归正传直接上链接
http://zuyunfei.com/2013/04/10/setup-github-ssh-key/
all done
基本告一段落,安装好yacc/lex之后就开始干活了,浪费太多时间。 ps:补充linux下yacc/lex的安装方法: http://www.cnblogs.com/pswzone/archive/2012/04/09/2438899.html
ubuntu下编译工具 lex yacc安装
sudo apt-get install lex yacc出现unable to locate package lex yacc
ubuntu使用flex和bison来代替lex和yacc
sudo apt-get install flex bison
////////////////////http://www.cnblogs.com/coveted/p/3492342.html
不过从选择linux开始就注定是一条折腾之路吧。
累并快乐着。
--15.2.5