很早就给自己电脑装了ubuntu+win8.1的双系统,然而在一次重装之后ubuntu的引导丢了……鉴于老夫是个伪黑客,今天早上就重装了个kali,毕竟渗透专用系统,23333.
首先下个kali的镜像,然后用老毛桃大法写到U盘上去。我是下载地址
确定你的硬盘上有一块地方是空闲的。我把之前ubuntu的分区删了之后有100G。
用U盘启动电脑。win8.1的启动机制实在是蛋疼的很……在win登录界面下找到重启两个字,然后按shift+鼠标单击“重启”进入win8的高级选项。然后在疑难问题里找到其他启动设备,选U盘,OK。
安装的话选insatll或者它下面那个图形安装,我选的install。
然后就一直那么点下去……分区的时候分了一块4G的作为交换空间,其他全部做文件系统了,然后继续点下去……安装完成。接着重启进入系统,进行设置。
- 更新软件源
修改sources.list文件:leafpad /etc/apt/sources.list
然后添加以下较快的源:我全加进去了……#官方源 deb http://http.kali.org/kali kali main non-free contrib deb-src http://http.kali.org/kali kali main non-free contrib deb http://security.kali.org/kali-security kali/updates main contrib non-free
#中科大kali源
deb http://mirrors.ustc.edu.cn/kali kali main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali main non-free contrib
deb http://mirrors.ustc.edu.cn/kali-security kali/updates main contrib non-free
#新加坡kali源
deb http://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib
deb-src http://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free
deb-src http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free
#debian_wheezy国内源
deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
163 源
deb http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
deb http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
保存之后运行:(下面这行代码我跑了一个中午带半个下午)
apt-get update && apt-get dist-upgrade
- 安装中文输入法
#拼音五笔
apt-get install fcitx-table-wbpy ttf-wqy-microhei ttf-wqy-zenhei
#经典的ibus
apt-get install ibus ibus-pinyin
#fcitx拼音,个人推荐用这个
apt-get install fcitx fcitx-googlepinyin fcitx-pinyin fcitx-module-cloudpinyin
输入法安装完成后需要注销当前用户重新登录之后才能使用
安装flash player
apt-get install flashplugin-nonfree update-flashplugin-nonfree --install
安装一些工具
apt-get install gnome-tweak-tool #安装gnome管理软件 apt-get install synaptic #安装新立德 apt-get install file-roller #安装解压缩软件 apt-get install clementine #clementine音乐播放器 apt-get install smplayer #安装smplayer视频播放器 apt-get install terminator #安装多窗口终端
安装chromium
apt-get install chromium-browser
这个也装了半天……
今天就折腾了这么多,去工作室借了一本鸟哥回来学习,后面再更新。