重新安装系统时,如果需要密码登入,按Ctrl+Alt+F1
输入sudo passwd root 设置密码再按Ctrl+Alt+F7回到登录界面,不用密码即可登入。
在终端中输入 sudo umount -l /isodevice 后,再进行安装,否则无法安装!
重新设置 root 的密码: $sudo passwd root #按照提示输入两次新的密码,并加以确认。
ubuntu 12.04 默认是不允许 root 登录的,在登录窗口只能看到普通用户和访客登录。
我们得做一些修改,如下:
执行:
sudo gedit /etc/lightdm/lightdm.conf
增加
greeter-show-manual-login=true
allow-guest=false
修改完的整个配置文件是
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true
allow-guest=false
之后重启 ubuntu,登录窗口会有“登录”选项,这时候我们就可以通过root登录了。
1. sudo apt-get install build-essential //安装主要编译工具 gcc, g++, make2. sudo apt-get install autoconf automake3. sudo apt-get install flex bison 4. sudo apt-get install manpages-dev //安装C语言函数man文档5. sudo apt-get install binutils-doc cpp-doc gcc-doc glibc-doc stl-manual //安装相关文档
#sudo apt-get install subversion
#sudo apt-get install cmake
编辑cross.install文件,把第一行#!/bin/sh 改为 #!/bin/bash,执行cross.install
=========================================================以上安装完已经能正常编译我的程序了。
#sudo apt-get install iptux
安装:Ubuntu 用户可以到以下地址下载 DEB 安装包
https://sourceforge.net/projects/pacmanager/
http://www.gnomefiles.org/app.php/PAC_Manager
需要使用root用户权限
安装python-vte
#sudo apt-get install python-dev
#sudo apt-get install python-gevent
接下来就是添加到启动了。ubuntu12.04下,点击右上角的系统按钮
选择启动应用程序
很简单如下图
`as
选择添加
命令填写 python2 /home/xxx/goagent/local/proxy.py即可
注意蓝色字体部分根据您的实际情况填写,即proxy.py存放位置。
而后,点击添加即可。
1.ScrapBook 网摘插件
2.autoproxy 代理切换
3.LastPass Password Manager 网站及用户密码保存扩展
4.Adblock plus 广告过滤
5.Tab Mix Plus 强大的标签管理插件
6.Easy DragToGo http://www.firefox.net.cn/forum/viewtopic.php?t=29894
1.SwitchySharp
2.Lastpass password manager
3.Sexy Undo close tab
4.Adblock
Go to System / Administration / Software Sources, click on Other Software tab, click Add button, and enter “ppa:tualatrix/ppa”.
This will add the PPA repo and the GPG key automatically.
You can also do it from command line by running:
sudo add-apt-repository ppa:tualatrix/ppa
open your terminal, first import the key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220
type the command to run gedit(or other editor in your opinion) to modify the sources.list:
sudo gedit /etc/apt/sources.list
And put the two line into it(If you are using Ubuntu 8.04 Hardy or early) :
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu hardy maindeb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu hardy main
Or Ubuntu 8.10 Intrepid:
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu intrepidmaindeb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu intrepid main
Or Ubuntu 9.04 Jaunty:
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty maindeb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main
Or Ubuntu 9.10 Karmic:
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic maindeb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic main
Then update the source and install or upgrade Ubuntu Tweak:
sudo apt-get updatesudo apt-get install ubuntu-tweak
if you have installed, just type:
sudo apt-get dist-upgrade
打开ubuntu-tweak软件,调整-》字体-》 默认字体:微软雅黑 11 桌面字体:微软雅黑 12 等宽字体:Consolas 13 文档字体:微软雅黑 11 标题字体:微软雅黑Bold 11
十七、安装OPENJDK Runtime
十八、安装Eclipse
转载于:https://www.cnblogs.com/bennylam/archive/2012/10/23/2736102.html
相关资源:VMware百度网盘链接.txt