原先博客放弃使用,几篇文章搬运过来
- Windows 7下使用win32diskimager 制作启动盘,安装Ubuntu
- OS安装完成后,安装DrclientLinux.
- 安装搜狗输入法
- Linux下输入法是在框架下面的,ibus,fcitx等等都是框架
- 下载搜狗输入法的deb包http://pinyin.sogou.com/linux
sudo aptitude install fcitx #安装fcitx框架
- 在 System Settings 下的 Language Support 下的 Keyboard input method system 选择fcitx
sudo dpkg -i sogoupinyin_xxx_amd64.deb #安装deb包
- 在fcitx中选择搜狗输入法
fcitx-config-gtk3 #选择添加,勾掉当前语言,选择sougoupinyin
- 百度云备份
- 下载最新的deb包
unzip bcloud-xxx.zip
sudo dpkg -i bcloud_3.7.1-3_all.deb
- .lrz文件解压
sudo apt-get install lrzip
lrzuntar Ubuntu_14.04_LTS_sage-6.7-x86_64-Linux.tar.lrz - 开机配置工具sysv-rc-conf
sudo apt-get install sysv-rc-conf
sudo sysv-rc-conf - 开机直接进入文本模式
- 修改 /etc/default/grub 在commandline= 加上text成为 commandline=text,再 sudo update-grub
- 启动菜单linux后的参数quiet代表不显示详细启动过程.
- splash代表显示进度条.如果不想看到进度条就把splash干掉.去掉quiet开机就能显示详细启动过程.
- 或者修改 /boot/grub.d/grub.cfg 在启动项参数splash后面加上text
- 使用电脑发Wifi
##首先下载一个版本比较低的hostapd,新版的有bug
wget http://old-releases.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb
##安装
dpkg -i hostapd_1.-3ubuntu2.1_amd64.deb
##安装dnsmasq
sudo apt-get install dnsmasq
##下载安装ap-hotspot
wget https://launchpadlibrarian.net/168519798/ap-hotspot_0.3.1-1%7Ewebupd8%7E0_all.deb && sudo dpkg -i install ap-hotspot_0.3.1-1~webupd8~0_all.deb
##配置一下
sudo ap-hotsport configure
##开启无线共享
sudo ap-hotsport start - 安装Wireshark
sudo apt-get install wirshark
- 若遇到错误提醒: Lua: Error during loading: [string "/usr/share/wireshark/init.lua"]...
sudo gedit /usr/share/wireshark/init.lua
##将倒数第二行的dofile(DATA_DIR.."console.lua")注释掉
- 安装Adobe flash player
- 下载源码包
- 解压获得 libflashplayer.so 文件
sudo cp libflashplayer.so /usr/lib/mozilla/plugins