Author Archives: kukat

The repository for Debian-based LAMP servers

Ubuntu 源里的 php 版本版本过低?更新太慢?懒得自己编译? 没关系,dotdeb 就是干这事的。 About Dotdeb is a repository containing many packages for the Debian stable (aka ”Etch”) distribution : PHP versions 4 & 5 and many of their PECL extensions, MySQL versions 5.0 and 5.1, Qmail, Vpopmail… … Continue reading

Posted in Technologies | Tagged , , | Leave a comment

Wine-Doors 0.1.3 发布

Wine软件安装管理包–Wine-Doors 发布了 0.1.3版本 这不是一个修正版,这个版本里加入了很多新功能(比如设置 wine 的颜色以配合 GTK 主题)和支持更多的windows软件(比如 Spotify 和 Photoshop CS2)等等。 软件包格式也更方面维护,并且从 0.2 版后就不会再更改了(对于Wine-Doors 0.1.2 版的失败很抱歉)。 现已提供 源码包、deb包 和 rpm包 下载

Posted in Technologies | Tagged , , , | 1 Comment

Reset CSS and CSS Frameworks

最近看到好几篇讨论 reset.css 的文章,其实我用 reset.css 也有一段时间了,主要是用 Eric Meyer 的,当然 YUI 的也不错。 一句话,用 reset.css 好处就是彻底重置了各种元素的格式,避免在不同浏览器产生不同显示效果,所有元素都在你的控制中。 后来直接用CSS Framework(这年头真的是什么都框架了……),确切的说是用网格系统。比较知名的有 BluePrint 和 960.gs。 怎么使用这里就不介绍了,可以看看下面几篇文章。 A Closer Look At the Blueprint CSS Framework 960 Grid System 基本原理及使用方法 960网格系统

Posted in Technologies | Tagged | Leave a comment

Google Reader 快捷键

j/k 文章向下 / 上 选择列表中下 / 上一篇文章 space/shift-space 页向下 / 上 向下 / 上移动当前页 n/p 扫描下 / 上 在列表中,选中下一篇但不打开 o 打开 / 关闭文章 在列表中,展开或者收起选中文章 enter 打开 / 关闭文章 在列表中,展开或者收起选中文章 s 标星 给选中的文章标记星 shift-s 分享 分享选中的文章 m 标记为已读 / 未读 切换选中文件的已读未读状态 … Continue reading

Posted in Tools | Tagged | Leave a comment

Linux cron 的执行时间问题

服务器上需要在每天0点定时执行脚本 123#cronjob -e MAILTO="xxx@xxx.xxx" 0 0 * * * /usr/local/bin/php /home/xxx/aaa.php >> aaa.log

Posted in Technologies | Tagged , | Leave a comment