
ubuntu
darkranger
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu10.04下安装google拼音输入法
step 1:设置root帐号密码输入命令:sudo passwd root根据提示输入root帐号密码。 step 2:保证以root帐号权限进行后续操作如果不是用root帐号登录系统输入命令:su root -p然后输入root帐号密码。如果是用root帐号登录系统,该step略过。 step 3:安装gi...2010-09-10 22:27:49 · 154 阅读 · 0 评论 -
Ubuntu10.04设置静态IP
step1:设定IPgedit /etc/network/interfaces 文件内容修改为:auto loiface lo inet loopbackauto eth0iface eth0 inet staticaddress 192.168.199.152gateway 192.168.199.1netmask 255.255.255.0netw...2010-09-26 12:26:37 · 121 阅读 · 0 评论 -
ubuntu10.04安装mysql workbench
我在windows系统下使用的mysql客户端是mysql-front。可惜没有for Linux版本,而且现在更新也是有一阵没一阵。不过在《程序员》杂志上看见workbench的新版本已经发布的消息。况且除了客户端功能,还有建模功能,又支持三大主流操作系统。因此我决定在我的ubuntu上安装它。以后就全部转为workbench来工作了。 step1:下载地址:http://www...2010-09-26 11:23:52 · 161 阅读 · 0 评论 -
ubuntu10.04安装apache2,SVN,SVN客户端,SVNEclipse插件
1.apache2安装命令:apt-get install apache2 在firefox中打开: http://localhost/或者http://127.0.0.1 如果出现It works!那证明OK了2.SVN安装命令:apt-get install subversion...2010-09-25 21:15:00 · 123 阅读 · 0 评论 -
Ubuntu10.04安装eclipse3.6
step1:先下载eclipse3.6 for Linux的版本http://download.springsource.com/release/ECLIPSE/helios/R/eclipse-SDK-3.6-linux-gtk.tar.gz step2:解压缩安装包,放置相应安装目录命令:cd /home/frankwoo/Downloadstar -zxvf ecli...2010-09-22 13:49:34 · 147 阅读 · 0 评论 -
ubuntu10.04安装tomcat
Tomcat安装部署步骤:执行下列命令tar -zxvfapache-tomcat-6.0.29.tar.gz cp -R apache-tomcat-6.0.29/usr/share/tomcat6029 gedit /etc/profile在/etc的 profile文件最后添加 ...2010-09-22 01:15:15 · 124 阅读 · 0 评论 -
Ubuntu10.04安装mysql
安装步骤: 命令如下:apt-get install mysql-serverapt-get install mysql-client安装时,会提示你设定root密码重复密码: 部署步骤: 设置mysql root访问密码: mysqladmin -uroot...2010-09-22 00:53:31 · 196 阅读 · 0 评论 -
使用VMware让ubuntu10.04和win7文件共享
step1.安装vmtools for linux:如下图:选择VM >Reinstall VMware tools...如下图:桌面出现VMware Tools的光盘符号,并弹出文件夹,显示其中内容 在ubuntu里输入以下命令(使用root帐号,所以sudo我就不打了,前面篇博文已经说过)mkdir /mnt/cdrommount /dev/cdrom...2010-09-21 10:59:26 · 216 阅读 · 0 评论 -
Ubuntu10.04避免老是需要输入sudo,然后还要输入密码
很简单,打开终端输入命令:su root -p然后根据提示输入密码OK直接用root帐号进行操作2010-09-20 22:36:26 · 691 阅读 · 0 评论 -
ubuntu10.04安装jdk
其实和我之前技术的一篇博文差不多。不过还是记一笔,因为ubuntu预装有个openjdk。如何把它换成自己安装的JDK,还是需要说一下的。好了,废话不多说了,先上了:step1:下载JDK网址:https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewPr...2010-09-20 17:29:33 · 144 阅读 · 0 评论 -
Ubuntu10.04开启ssh
setp1:检查是否安装了ssh命令:dpkg --list|grep ssh出现:ii libssh-4 0.4.2-1ubuntu1 A tiny C SSH libraryii openssh-client ...2010-09-20 00:11:08 · 438 阅读 · 0 评论 -
Ubuntu10.04软件更新速度慢解决方法
开门见山,直接上~step 1:找到软件源选“Software Sources”在“Download from”选择"Other"点右上的“Select Best Server”按钮开始ping,等结束后回到之前界面,点击“Choose Server”,然后点close后,出现下列界面:点“Reload”下载更新包,测试新的server更新速...2010-09-19 15:15:03 · 170 阅读 · 0 评论 -
UBUNTU通用软件安装大全
http://hi.baidu.com/littlesujin/blog/item/3af6412712ae0305908f9d0f.html2010-09-17 16:59:12 · 131 阅读 · 0 评论 -
UBUNTU系统时间不准确设置
/etc/default/rcS里面的那一行UTC=yes改为了UTC=no让系统把硬件(BIOS)时间当成本地时间,然后重启。2010-09-17 16:57:28 · 383 阅读 · 0 评论 -
Ubuntu10.04分辨率调整
step1:三行命令:cd /etc/X11sudo touch xorg.confsudo gedit xorg.conf step2:一个文件:xorg.conf(附件zip包解压即可,将文件内容写入xorg.conf) step3:重启系统 step4:System-->Preferences-->Monitors ...2010-09-11 02:09:08 · 194 阅读 · 0 评论 -
VirtualBox3.2.8迷你使用手册
安装就不多说了,安装文件下载地址为:http://download.virtualbox.org/virtualbox/3.2.8/VirtualBox-3.2.8-64453-Win.exe尽情安装就是。不过这是windows的安装文件,如果想找for其他系统的,可见网址:http://www.virtualbox.org/wiki/Downloads 主要说一下配置,情况和我之...2010-09-11 00:20:30 · 194 阅读 · 0 评论 -
ubuntu10.04安装wine
step 1:下载ubuntu-tweak,地址:http://launchpad.net/ubuntu-tweak/0.5.x/0.5.4.1/+download/ubuntu-tweak_0.5.4.1-1_all.debstep 2:双击下载好的ubuntu-tweak_0.5.4.1-1_all.deb输入密码并安装。 step 3:安装完成后去应用程序—系统工...2010-10-04 15:18:37 · 139 阅读 · 0 评论