ubuntu教育网官方数据源
摘要:在终端输入并运行 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup (备份当前的源列表,以便日后需要时恢复) sudo gedit /etc/apt/sources.list (修改sources.list文件中源的列表)保存后执行sudo apt-get update#ubuntu 9.10#电子科技大学deb http://U...
阅读全文
posted @
2009-12-29 20:18
拂云漂海龙
阅读(2051)
推荐(0)
加速ubuntu Linux的启动
摘要:一、1.删除 Residual Config package(未安装的残存配置)文件。打开系统-系统管理-新立得软件包管理器,点击左下角的“状态”,点击“未安装的残存配置,右键点击项目勾选 “标记以便彻底删除”,点击上面的“应用”按钮即可。2.删除不完整的软件包。打开终端,输入sudo apt-get autocl...
阅读全文
posted @
2009-12-13 20:37
拂云漂海龙
阅读(441)
推荐(0)
ubuntu教育网官方数据源
摘要:在终端输入并运行 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup (备份当前的源列表,以便日后需要时恢复) sudo gedit /etc/apt/sources.list (修改sources.list文件中源的列表)保存后执行sudo apt-get update#ubuntu 9.10#电子科技大学deb http://U...
阅读全文
posted @
2009-12-09 20:09
拂云漂海龙
阅读(524)
推荐(0)
Linux 常用命令
摘要:apt-get:debian系统的软件包管理程序(其图形化前端就是大名鼎鼎的新立得了),会自动帮你搞定依赖关系最常用参数:update ——与你的软件源(在/etc/apt/sources.list中列出)更新软件包列表,换源后需要执行upgrade ——根据update得到的源软件库与本地已经安装的对比,(如果需要升级就)全部升级install...
阅读全文
posted @
2009-12-08 21:20
拂云漂海龙
阅读(368)
推荐(0)
Ubuntu Linux中文输入法
摘要:安装Fcitx sudo apt-get install im-switch fcitx sudo im-switch -s fcitx -z defaultim-switch -s fcitx -z default #修改当前用户的默认输入法, 具体看man im-switch完成设置最好重启一下X,输入法就生效了.如果发现软件界面字体是方块,gedit ~/.fcitx/config或gksu...
阅读全文
posted @
2009-12-03 10:02
拂云漂海龙
阅读(1585)
推荐(1)
Ubuntu Linux 与 Windows 共享
摘要:一、Ubuntu访问Windows文件(Samba)1.Windows 设置网络共享。2.Linux与Windows能互相连通。(即能ping通)3.在Linux中输入如下命令:sudo mount -t cifs -o username=test,password=test //192.168.0.1/Linuxshared /mntsudo mount -t cifs -o username=...
阅读全文
posted @
2009-12-03 09:52
拂云漂海龙
阅读(629)
推荐(0)
Ubuntu 9.04 中 WebQQ 聊天
摘要:如果你使用 Ubuntu 9.04 ,源里就有 Prism (将 WebQQ 转换成本地应用程序),为了获得最好的聊天体验,我建议你安装最新版本。为了安装方便,请添加 PPA for Ubuntu Mozilla Daily Build Team 的第三方源,编辑 /etc/apt/sources.list 文件,并加入下列两行:## PPA for Ubuntu Mozilla Daily Bu...
阅读全文
posted @
2009-12-03 09:00
拂云漂海龙
阅读(411)
推荐(0)
ubuntu 9.04安装flash插件问题
摘要:方法一:1.在网站http://get.adobe.com/flashplayer/下载install_flash_player_10_linux.tar.gz。2.解压:tar -vzxf ./install_flash_player_10_linux.tar.gz -C /tmp3.将动态库移至相应目录下:sudo mv /tmp/libflashplayer.so /usr/lib/fire...
阅读全文
posted @
2009-12-03 08:37
拂云漂海龙
阅读(337)
推荐(0)
设置Ubuntu Linux蓝色主题
摘要:(以下操作在ubuntu 9.04中)一、ubuntu安装图形界面1.安装xwindow核心sudo apt-get install x-window-system-core2.安装gnome核心sudo apt-get install gnome-core3.安装ubuntu窗口管理器sudo apt-get install ubuntu-artwork ubuntu-sounds human-...
阅读全文
posted @
2009-12-03 08:14
拂云漂海龙
阅读(1196)
推荐(0)
Ubuntu Linux配置IP地址
摘要:一、使用命令设置ubuntu的ip地址1.修改配置文件blacklist.conf禁用IPV6:sudo vi /etc/modprobe.d/blacklist.conf2.在文档最后添加 blacklist ipv6,然后查看修改结果:cat /etc/modprobe.d/blacklist.conf3.设置IP(设置网卡eth0的IP地址和子网掩码)sudo ifconfig eth0 1...
阅读全文
posted @
2009-12-02 20:39
拂云漂海龙
阅读(2880)
推荐(0)
How can I install VMware Tools in Ubuntu 9.04?
摘要:方法一:To install VMware Tools on Ubuntu 9.04, you can download and run a script from Chrysaor.info that installs the VMware Tools automatically. Below is described how to do this.Open a terminal window ...
阅读全文
posted @
2009-12-02 20:25
拂云漂海龙
阅读(372)
推荐(0)