
Ubuntu操作系统
bruce_jiang1986
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装ubuntu9.10 过程
1. 安装 ubuntu9.10 操作系统2. 更新数据源:Sudo cp /etc/apt/sources.list /etc/apt/sources.list_backupSudo gedit /etc/apt/sources.list //更新源从网上下,台湾的好点3. 更新:Sudo apt-get updateSudo apt-...2010-03-30 14:42:21 · 353 阅读 · 0 评论 -
小红帽 Ubuntu9.10
一、调整灵敏度、速度、小红帽单击 实现灵敏度和速度自动调整 # echo -n 120 > /sys/devices/platform/i8042/serio0/serio2/speed # echo -n 250 > /sys/devices/platform/i8042/serio0/serio2/sensitivity 使能小红帽单击 # ech...原创 2010-08-24 19:50:55 · 317 阅读 · 0 评论 -
Ubuntu 设置shell代理
给Linux设置HTTP、FTP代理 /** * 用root登录编辑 /etc/bash.bashrc文件, 添加下列两行都文件最后: */ // 有密码形式 export http_proxy=http://username:password@proxyserver.net:port/ ...原创 2010-08-24 19:53:11 · 1125 阅读 · 0 评论 -
thinkpad 中键滚动 for Ubuntu 10.04
让Ubuntu下的中键滚动像windows一样~简单几步:编辑:xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation" 1xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Button" 2xinput set-prop 'TP...原创 2010-10-09 14:59:17 · 198 阅读 · 0 评论 -
ubuntu10.04 安装jdk5 error while loading shared libraries: libstdc++.so.5
在ubuntu10.04 上安装jdk,当运行bin 文件时遇到错误 “./java_ee_sdk-5_08-jdk-6u20-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory...原创 2010-10-12 16:20:21 · 319 阅读 · 0 评论