Archive for 七月, 2008

SELinux 的howto文档下载

星期六, 七月 12th, 2008 Posted in 系统管理 | No Comments »

这是Getting Started with SE Linux HOWTO 的中文译本,这不是我翻译的,翻译者是一个CU 网友jerry017cn SELinux是linux最新加进的功能,我在尝试使用了之后发现功能还是非常强大的,设置起来还是比较麻烦的。但是又发现国内关于SELinux的技术文档实在是太少了。于是决定自己尝试翻译一篇。 这篇Getting Started with SE Linux HOWTO: the new SE Linux只是一篇入门级的HOWTO。 希望大家能够支持~~ 英文原版地址:lurking-grue.org Read more..

free vpn

星期四, 七月 10th, 2008 Posted in 日常桌面 | No Comments »

VPN提供商:千渡 地点:中国 带宽:256KB/s 用户名:zlnic.net 密码:zhichiaoyun VPN服务器IP:电信区:244server1.1000du.net网通区:244server2.1000du.net铁通\移动\联通\教育网服务器:244server3.1000du.net 注册地址:http://bbs.1000du.net 备注:共用用户名和密码,每个星期会更换密码,大家可以收藏此页,我同步更新。 最后更新:20080707 Read more..

Gentoo Linux 2008.0 released

星期一, 七月 7th, 2008 Posted in 新闻评论 | No Comments »

Gentoo Linux 2008.0 released Posted on July 6, 2008 by Donnie Berkholz tux The 2008.0 final release is out! Code-named "It's got what plants crave," this release contains numerous new features including an ... Read more..

我常用的小shell

星期五, 七月 4th, 2008 Posted in shell, 系统管理 | No Comments »

下面是我平常用的一些bash shell 组合,方便我的日常管理。 清除所有arp 缓存 arp -n|awk '/^[1-9]/ {print "arp -d "$1}'|sh 显示打开连接数前10个机子的IP 和连接数 cat /proc/net/ip_conntrack | cut -d ' ' -f 10 | cut -d '=' -f 2 | sort | uniq -c ... Read more..

ubuntu 8.04 wine qq2008

星期三, 七月 2nd, 2008 Posted in 日常桌面 | 4 Comments »

网吧的ubuntu 机子终于不能用eva 登录QQ 了,而pidgin的群一直支持不好,不能去BT吧调戏MM 的日子真无聊。 今天实在受不了了,决定用wine 装qq 2008 去BT。 虽然ubuntu官方源里也有wine,但版本不是最新的,所以我用了winehq,具体操作如下。 # sudo su # wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- |apt-key add - # wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.lis # apt-get update # apt-get install wine Read more..

Fedora9 开启3d 桌面

星期三, 七月 2nd, 2008 Posted in 日常桌面 | No Comments »

上周yum update 系统发现,livna 的nvidia 驱动更新了,已经解决了矢量字体的渲染问题,我也终于可以正常的用nvidia驱动了。既然可以正常使用驱动了,自然要把3d 桌面开起来。 安装 # su # yum install compiz compiz-fusion-gnome compiz-fusion-extras-gnome fusion-icon-gtk ccsm Read more..