Ubuntu系统是基于Linux的系统,他所有的软件的更新是通过命令:apt-getinstall来安装。
一、
实现中文输入
该命令是为了完成gcc编译器的建立,该ubuntu是debian的变种,debian倾向于用打包文件
来执行,而普通的linux是基于源码编译的,通过gcc,make来完成的。
sudoapt-getinstallbuild-essential
该命令是对编译环境打一些补丁。
apt-getbuild-depvim-gtk
该命令是为了初始化scim中文。
sudoapt-getinstallscim-pinyinim-switch
im-switch-zen_US-sscim-pinyin
到此为止,环境已经支持中文。
二、
在Ubuntu中,传统UNIX''root''被屏蔽了(也就是你不能使用root来登录).
用root权限执行命令,在每个命令前面加上''sudo''命令。
启动一个rootshell(例如一个你可以运行root命令的窗口)使用:
sudo-s
三、
无线网卡驱动不起来:
查看系统的无线设备的设置:
iwconfig,
端口ath0去自动获得ip
dhclientath0
自动让ath0扫描可用的无线网络
sudoiwlistath0scan
ath0Scancompleted:
Cell01-Address:00:0C:41:9D:3D:2D
ESSID:"linksys"
Mode:Master
Frequency:2.437GHz(Channel6)
Quality=53/94Signallevel=-42dBmNoiselevel=-95dBm
Encryptionkey:on
BitRates:1Mb/s;2Mb/s;5Mb/s;6Mb/s;9Mb/s
11Mb/s;12Mb/s;18Mb/s;24Mb/s;36Mb/s
48Mb/s;54Mb/s
Extra:bcn_int=100
禁用网络
sudoifdownath0
激活网络
sudoidupath0
设置无线网络的通道,该通道应该与AP一致
sudoiwconfigath0channel6
设置essid
sudoiwconfigath0essidlinksys
设置模式
sudoiwconfigath0modemanaged
我们用ifconfig命令来看到的所有的接口不一定是已经被激活的,就像ath0,我发现,即使ath0没有被激活也会在里面显示。
我在配置无线网络的时候就碰到了怎么也获得不了ip的情况,但是我在系统--》网络中已经激活了该网络,其实这个时候,可能要做几个操作。
调试无线网络:
1、首先我们要在系统--》系统系统管理--》联网的连接中看到自己的无线设备,就像我的无线设备是ath0,选择其属性,在打开的对话框中选上启用该连接,连接设置的配置中选为dhcp,不用填其他的项目,然后将其激活。
2、用sudoiwlistath0scan命令扫描所有的无线网络。
ath0Scancompleted:
Cell01-Address:00:0C:41:9D:3D:2D
ESSID:"linksys"
Mode:Master
Frequency:2.437GHz(Channel6)
Quality=48/94Signallevel=-47dBmNoiselevel=-95dBm
Encryptionkey:on
BitRates:1Mb/s;2Mb/s;5Mb/s;6Mb/s;9Mb/s
11Mb/s;12Mb/s;18Mb/s;24Mb/s;36Mb/s
48Mb/s;54Mb/s
Extra:bcn_int=100
3、用获得的AP信息来对ath0进行设置:
ty@tonylinux:~$sudoiwconfigath0essidlinksys
ty@tonylinux:~$sudoiwconfigath0modemanaged
ty@tonylinux:~$sudoiwconfigath0channel6
ty@tonylinux:~$sudoiwconfigath0enc15ADE315F326F81545C51EA031
其中channel必须与你用扫描命令看到的通道一致。
4、获得dhcpclientip
sudodhclientath0
InternetSystemsConsortiumDHCPClientV3.0.3
Copyright2004-2005InternetSystemsConsortium.
Allrightsreserved.
Forinfo,pleasevisit
ListeningonLPF/ath0/00:0f:20:95:67:9e
SendingonLPF/ath0/00:0f:20:95:67:9e
SendingonSocket/fallback
DHCPREQUESTonath0to255.255.255.255port67
DHCPACKfrom192.168.1.1
boundto192.168.1.108--renewalin34542seconds.
5、用ifconfig就可以看到获得ip
ty@tonylinux:~$ifconfig
ath0Linkencap:EthernetHWaddr00:0F:20:95:67:9E
UPBROADCASTMULTICASTMTU:1500Metric:1
RXpackets:783errors:545dropped:0overruns:0frame:545
TXpackets:1017errors:0dropped:0overruns:0carrier:0
collisions:0txqueuelen:200
RXbytes:571504(558.1KiB)TXbytes:261708(255.5KiB)
Interrupt:11Memory:f8b20000-f8b30000
eth0Linkencap:EthernetHWaddr00:08:02:DA:56:7E
UPBROADCASTMULTICASTMTU:1500Metric:1
RXpackets:0errors:0dropped:0overruns:0frame:0
TXpackets:0errors:0dropped:0overruns:0carrier:0
collisions:0txqueuelen:1000
RXbytes:0(0.0b)TXbytes:0(0.0b)
Interrupt:11
loLinkencap:LocalLoopback
inetaddr:127.0.0.1Mask:255.0.0.0
inet6addr:::1/128Scope:Host
UPLOOPBACKRUNNINGMTU:16436Metric:1
RXpackets:22errors:0dropped:0overruns:0frame:0
TXpackets:22errors:0dropped:0overruns:0carrier:0
collisions:0txqueuelen:0
RXbytes:1184(1.1KiB)TXbytes:1184(1.1KiB)
到此结束。
四、在编译quodlibet-0.24(mp3播放器)发现没有intltool.
intltool包括一个国际化工具。可以从源码中提取翻译表,从传统源码(//po)中收集这些提取出来的信息并且可以将翻译融合到.xml,.desktop和.oaf文件中。就需要安装intltool。
下载地址:
五、rhythmbox媒体播放器,本身不支持mp3播放,但是可以安装一个插件:
sudoapt-getinstallgstreamer0.10-fluendo-mp3
sudoapt-getinstallw32codecs
即可,但是该播放器不支持中文,
要想支持中文:需要在/etc/profile中增加几个环境变量:
首先
sudogedit/etc/profile
然后,在文件中增加两行,申明两个环境变量。保存退出,即可。
exportGST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030
exportGST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030
1
2
3
下一页>>
下载本文示例代码
阅读(297) | 评论(0) | 转发(0) |