免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 798 | 回复: 0
打印 上一主题 下一主题

ubuntu [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-24 19:31 |只看该作者 |倒序浏览

                                                                                               
http://hi.baidu.com/nfubuntu
很不错>
大家可以从http://www.ubuntustudio.org 下载到他的DVD版 把他刻录成DVD 然后从你的电脑里启动他
在启动选项里 选择 install ubuntu studio
ubuntu上网,通过锐捷认证,静态ip
myxrgsu   
    no -d
7.04中文输入法安装
sudo apt-get install language-support-zh
查看系统版本
1.内核   uname -r
       uname - print system information
2.发行版   cat /etc/issue
编译之前要安装好下面的编译器:
sudo apt-get install build-essential bin86 kernel-package
sudo apt-get install libqt3-headers libqt3-mt-dev
sudo apt-get install bootcd-mkinitramfs
下载 linux-2.6.22.7.tar.bz2
cd Destop
sudo cp linux-2.6.22.7.tar.bz2 /usr/src
cd /usr/src
sudo tar -jxvf linux-2.6.22.7.tar.bz2
cd linux-2.6.22.7
sudo make xconfig
sudo make               
sudo make modules_install
sudo make install  
sudo mkinitramfs -o /boot/initrd.img-2.6.22.7-generic
编译后修改/boot/grub/menu.lst
title                   [color="#ff0000"]Ubuntu, kernel 2.6.22.7
root                  (hd0,8)
kernel          [color="#ff0000"]/boot/vmlinuz-2.6.22.7 root=UUID=ec8c8633-d344-488a-9c73-cf9766fc2d1d ro quiet splash locale=zh_CN
initrd           [color="#339966"]/boot/initrd.img-2.6.22.7[color="#ff0000"]-generic
make modules_install后的提示信息
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  2.6.22.7; fi
make install后的提示信息
sh /usr/src/linux-2.6.22.7/arch/i386/boot/install.sh 2.6.22.7 arch/i386/boot/bzImage System.map "/boot"
In order to use the new kernel image you have just installed, you
will need to reboot the machine.  First, however, you will need to
either make a bootable floppy diskette, re-run LILO, or have GRUB
installed.
Checking for ELILO...No
GRUB is installed. To automatically switch to new kernels, point your
default entry in menu.lst to /boot/vmlinuz-2.6.22.7
realplay
sudo gedit /usr/bin/realplay
在第二行也就是“#!/bin/sh”的下一行加入 CODE代码:
GTK_IM_MODULE=xim; export GTK_IM_MODULE
mplayer播放器
sudo apt-get install mplayer
解码器:
sudo apt-get install beep-media-player totem-xine w32codecs libxine-extracodecs
如何安装 RAR ZIP压缩/解压缩程序
安装
sudo apt-get install rar unrar
建立软链接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
这样,以后只要在命令行输入unrar,就可以解压或者压缩文件了,安装完成后,归档管理器也同时集成了rar组件
安装
sudo apt-get install zip unzip
建立软链接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
安装词霸星际译王
(1)安装主程序
sudo apt-get install stardict stardict-common
(2)安装字典
sudo apt-get install ??
或者下载辞典放到 /usr/share/stardict/dic/
安装电骡amule
命令行输入:sudo apt-get install amule
FTP客户端fFTP
sudo apt-get install gftp
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17956/showart_389150.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP