1。
我刚学会装系统,刚把kubuntu6.10装上,并且adsl上网,但是发现中文字体非常糟糕,还有很多字不能识别,就直接显示成“·”了,怎么办?就是,怎么才能把我的系统变成中文版的&&中文字体怎么办?
2。
还有,我第一次pppoeconf成功后sudo pon dsl-provider上了网,但是我第二次(重启之后)想上网再sudo pon dsl-provider却连不上,为什么?
我现在在用windows提问。我是新手,请大家多多指教了。谢谢!
[问题]kubuntu上网问题&中文字体
- super_phoenix
- 帖子: 156
- 注册时间: 2007-01-19 18:28
- 来自: University of Colorado at Boulder
- 联系:
[问题]kubuntu上网问题&中文字体
格物致知
- karron
- 帖子: 6226
- 注册时间: 2005-06-11 14:03
- 来自: 不明真相的群众
- 联系:
1. sudo apt-get install language-support-zh
2. 先poff -a 一下.再pon dsl-proider. 这个问题很常见,不知道是bug还是什么. 为了不每次都手工敲命令,你可以把两个命令写成一个脚本,拷贝到 ~/.kde/Autostart里面就会自动运行了. 命令前面好像不用加sudo.
2. 先poff -a 一下.再pon dsl-proider. 这个问题很常见,不知道是bug还是什么. 为了不每次都手工敲命令,你可以把两个命令写成一个脚本,拷贝到 ~/.kde/Autostart里面就会自动运行了. 命令前面好像不用加sudo.
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
- super_phoenix
- 帖子: 156
- 注册时间: 2007-01-19 18:28
- 来自: University of Colorado at Boulder
- 联系:
还是不行啊,ubuntu说
/bin/kill failed, none stopped
NOW, this problem is solved:
First: sudo poff dsl-provider
Second: sudo pon dsl-provider
还有就是每次进入kubuntu都会显示上次没有关闭的窗口,我不想要这个功能怎么办?谢谢
/bin/kill failed, none stopped
NOW, this problem is solved:
First: sudo poff dsl-provider
Second: sudo pon dsl-provider
还有就是每次进入kubuntu都会显示上次没有关闭的窗口,我不想要这个功能怎么办?谢谢
上次由 super_phoenix 在 2007-01-30 14:58,总共编辑 1 次。
格物致知
- super_phoenix
- 帖子: 156
- 注册时间: 2007-01-19 18:28
- 来自: University of Colorado at Boulder
- 联系:
After I type in "sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh", ubuntu returns a message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package language-pack-kde-zh
What's the matter here and how to solve it?
NOW, this problem is solved:
It's that I didn't type in the following that this problem was given risen to:
sudo apt-get update
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package language-pack-kde-zh
What's the matter here and how to solve it?
NOW, this problem is solved:
It's that I didn't type in the following that this problem was given risen to:
sudo apt-get update
sudo apt-get dist-upgrade
格物致知