惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Last Watchdog
The Last Watchdog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tor Project blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
Last Week in AI
Last Week in AI
月光博客
月光博客
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
博客园 - 叶小钗
NISL@THU
NISL@THU
C
Check Point Blog
K
Kaspersky official blog
N
News and Events Feed by Topic
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
Arctic Wolf
T
Threatpost
GbyAI
GbyAI
L
LINUX DO - 热门话题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Scott Helme
Scott Helme
P
Privacy International News Feed
The Register - Security
The Register - Security
G
GRAHAM CLULEY
Recorded Future
Recorded Future
Apple Machine Learning Research
Apple Machine Learning Research
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog
Project Zero
Project Zero
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Microsoft Security Blog
Microsoft Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
D
DataBreaches.Net
J
Java Code Geeks
AWS News Blog
AWS News Blog
Help Net Security
Help Net Security
Engineering at Meta
Engineering at Meta
M
MIT News - Artificial intelligence
T
Threat Research - Cisco Blogs
Google DeepMind News
Google DeepMind News

博客园 - xwy.net

解决div里放table自适应的问题 temp - xwy.net - 博客园 hibernate annotation+spring 级联更新问题解决 sitemesh,html乱码问题解决不了,难道一定要用jsp - xwy.net - 博客园 注意啦,Struts 2.1.6跟sitemesh-2.4.1不兼容 struts2+freemarker+sitemesh乱码,解决了 firefox3关闭缓存的办法 jQuery.Autocomplete(新版本)自动完成插件在中文应用时的BUG修正 - xwy.net - 博客园 搞定URL中文编码 - xwy.net - 博客园 关于Content-Length cxfc采用UsernameToken时的PasswordDigest问题 centos5.1远程升级ssh到5.0p1 asm冲突的问题,找了半天 莫名其妙的网络问题,原来是KB951748惹得祸 RHCS环境中oracle监听的问题 解决jasperreport生成html分页和打印问题 自制百香果汁(图) svn的RA layer request failed问题 MySQL的AUTO_INCREMENT
玩转ubuntu8.04,记录下碰到的问题,及解决
xwy.net · 2009-06-07 · via 博客园 - xwy.net

准备搭建linux下的工作环境,于是装个ubuntu玩玩,这里选择成熟的8.04LTS版本,LTS是长时间服务支持的意思

安装了一下,发现外表虽美,问题还不少

不是windows不好,是我们对windows的要求太高了,呵

1.中文问题(显示,输入法)

虽然安装的时候选择中文,但是安装过程需要下载中文包,时间太漫长了,被我取消了,进入系统后发现只汉化了一半,而且没有输入法

只好这样做,系统管理--》语言支持,勾选中文就可以了

可以用163的源,更新速度很快

sudo gedit /etc/apt/sources.list

从下面列表中选择合适的源(注意:一定要选和你的系统一致的版本 

8.047.10、 7.046.10、 6.06),替换掉文件中内容,保存编辑好的文件

更新软件源:

deb http://mirrors

.163.com/ubuntu/ intrepid main restricted universe multiverse

deb http://mirrors

.163.com/ubuntu/ intrepid-security main restricted universe multiverse

deb http://mirrors

.163.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb http://mirrors

.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb http://mirrors

.163.com/ubuntu/ intrepid-backports main restricted universe multiverse

deb-src http://mirrors

.163.com/ubuntu/ intrepid main restricted universe multiverse

deb-src http://mirrors

.163.com/ubuntu/ intrepid-security main restricted universe multiverse

deb-src http://mirrors

.163.com/ubuntu/ intrepid-updates main restricted universe multiverse

deb-src http://mirrors

.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse

deb-src http://mirrors

.163.com/ubuntu/ intrepid-backports main restricted universe multiverse

 最后别忘了,更新下源才可以(重要)

sudo apt-get update

好了,现在变成纯中文了,但是进入桌面有个什么错误,google了一下,发现别人也是这样,也没有什么好的解决方法,反正也不碍事,不管了

这个智能全拼还挺好用的,有模糊音功能,设置下就好了

2.NTFS分区打不来了

原先可以打开的,现在就不行了,网上有很多解决办法,最简单的是

使用ntfs-config,相比修改/etc/fstab较傻瓜式的设置方法..不过还是很有必要研究下/etc/fstab的配置.

sudoapt-getinstallntfs-config

然后用sudo执行:
sudontfs-config

 这样重新配置下就行了

3.flash插件死活上不了

发现这样可以解决

去官方下载ff最新3.0.6的包,这样安装就可以了

Code

flash乱码问题解决

$ sudo rm /etc/fonts/conf.d/49-sansserif.conf

4.wine+rtx用不了安装的是最新的wine了,rtx还是用不了,打不开,谁知道怎么解决的告诉我一声。

其他问题等碰到再记录。。。