1.安装SVN (Debian)
#apt-get install subversion-tools
2.建立仓库
#svnadmin create /opt/test_repos 简单吧!!!
3.导入项目(其实SVN没有项目这个概念) Read more »
Popularity: 27% [?]
标签:howto, svn04月 8th, 2008 xiao H Posted in 日常桌面 | 2 Comments »
1.安装SVN (Debian)
#apt-get install subversion-tools
2.建立仓库
#svnadmin create /opt/test_repos 简单吧!!!
3.导入项目(其实SVN没有项目这个概念) Read more »
Popularity: 27% [?]
标签:howto, svn04月 8th, 2008 xiao H Posted in 新闻评论 | No Comments »
08.04.06发布lrcShow-II-0.7.0版本
changelog:
1.优化margin函数的算法(pyqt3、pyqt4)
2.修正当显示行数为1行或者字体太大时,窗口行为异常的bug(pyqt4)
3.重构快速设置栏(pyqt3)
4.快速设置栏中增加Amarok控制功能(pyqt3)
5.设定网络超时时间为15秒(pyqt3、pyqt4)
6.增加对网络下载的lrc歌词的检测(pyqt3、pyqt4) Read more »
Popularity: 26% [?]
标签:amarok, lrcShow04月 7th, 2008 xiao H Posted in 服务器应用 | No Comments »
盗链是很多站长头痛的问题,这里给出我做过的一个squid2.6防盗链解决办法。
#文件防盗链
acl legalreferer referer_regex ^http://www.linuxbyte.org ^http://[a-z].*\.linuxbyte\.org (受保护的站点和允许的域名)
acl fileurl url_regex -i \.rar$ \.zip$ \.iso$ \.bmp$ \.png$ \.gif$ \.jpg$ \.jpeg$ (受保护的文件名后缀)
http_access deny !legalreferer fileurl
Popularity: 24% [?]
标签:squid 防盗链04月 5th, 2008 xiao H Posted in 日常桌面 | 2 Comments »
04月 4th, 2008 xiao H Posted in 新闻评论 | No Comments »
离Compiz Fusion 0.7.2的释出不到一个月,团队就完成了最新的核心:Compiz 0.7.4.作为Compiz Fusion的核心,Compiz的每次更新直接决定了Compiz Fusion的表现力.
据以往的发布习惯,Compiz Fusion 0.7.4也将于不久后跟上.我们来看看Compiz 0.7.4带来了哪些变化. Read more »
Popularity: 26% [?]
标签:Compiz04月 4th, 2008 xiao H Posted in 新闻评论 | No Comments »
Slackware Linux 已于昨天放出了新的 12.1 RC1 版以供其用户测试。此版本采用 Linux 内核 2.6.24.4,并包含 glibc 2.7 和 GCC 4.2.3。其默认桌面环境使用 KDE 3.5.9,带有 xorg-server 1.5 开发版、Firefox 2.0.0.13、Apache web server 2.2.8 等等。Slackware Linux 12.1 RC1 也解决了 CUPS 的安全问题,并包含其他一些次要的更新。更加详细的更改内容可以查看这里。如果你对 Slackware Linux 12.1 RC1 的测试感兴趣,那么可以到这里下载 CD 或 DVD 安装映像。
Popularity: 10% [?]
标签:Slackware04月 3rd, 2008 xiao H Posted in 精品文档 | No Comments »
421 Service not available, closing transmission channel (This may be a reply to any command if the service knows it must shut down)
450 Requested mail action not taken: mailbox unavailable (E.g., mailbox busy)
451 Requested action aborted: local error in processing
452 Requested action not taken: insufficient system storage
Popularity: 8% [?]
标签:SMTP04月 3rd, 2008 xiao H Posted in 新闻评论 | No Comments »
The first development build of Gentoo Linux 2008.0 is out and ready for testing: “When we said ’soon,’ even we didn’t realize how soon it would be. 2008.0_beta1 is here. Your support and enthusiasm are greatly appreciated - thank you. You can help make 2008.0 amazing! Test out this beta and report any functionality issues you encounter. Since this is the first beta, we’re looking only for bugs in functionality, not bugs in appearance such as desktop backgrounds or other artwork. Read more »
Popularity: 10% [?]
标签:gentoo