工具链
- build-essential Informational list of build-essential packages
手册页
- manpages-dev Manual pages about using GNU/Linux for development
- glibc-doc GNU C Library: Documentation
- manpages-posix-dev Manual pages about using a POSIX system for development
以上所有工具/文档统一使用apt-get来安装。
IDE
用过Firefox+Zotero的都知道,推荐论文写作、信息整理归档必备!
详细信息全在这了:http://code.google.com/p/baiduzhuanli/
我用的Ubuntu发行版本是9.04(jaunty),使用了compiz作为系统的window decorator,显卡是Intel的集成显卡,当在Firefox中使用F11进行全屏浏览切换时,会闪现桌面背景一下然后消失。
经过一番Google之后,找到了问题的解决方法:
System -> Preferences -> CompizConfig Settings Manager -> General,去掉Unredirect Fullscreen Windows前面的勾选,退出后即可。
1.显示器分辨率问题
添加以下内容到/etc/X11/xorg.conf
Section “Monitor”
Identifier “Configured Monitor”
EndSection
Section “Monitor”
Identifier “HDMI-1″
Option “Ignore” “True”
EndSection
Section “Monitor”
Identifier “HDMI-2″
Option “Ignore” “True”
EndSection
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Conf … …
本周有两件事情需要记录一下:
1. 新买了一块硬盘,换到了我的爱本上。
2.在新硬盘上安装了Ubuntu 8.10,单系统,不再设置Windows分区。
实际上,接触Linux已经有7个年头了,七年之痒这句话在我的身上有了一次另类的展现。
说实话,以前也在本本上装过Linux,从开始的双系统,到后来的虚拟机。Linux,一句话,“想说爱你,不容易!”
笔记本硬件兼容差和软件质量差 … …
BANGC70BA73800766D43A3F2EBDFXIANGUO
今天gf推荐我看一篇文章,是关于初创业时的项目进度管理的。原文见这里。
我在看完这篇文章的第一感觉是:“没有压力就没有动力”,这是积极的、令人向上的一种理念。用文章的标题来总结,就是“无期限,不可活”。但是在关了网页之后,细细回味起来,却又有种不舒畅的感觉。为什么呢?
再打开网页,由上到下的再 … …
这个我喜欢,不用把人束缚在厨房里,又能吃上美食,一举两得,推荐推荐!
电饭煲功率大概在500瓦左右。水果刀,权充菜刀使用,也蛮好的。书桌,铺上塑料袋就是菜板了。碗筷勺子,也渐渐置备齐全了。基本调料,我自己都惊讶了,居然有一框了:香油,酱油,食盐,醋,花椒,八角,鸡精,甜面酱,果酱等等等等。
菜 … …
The original article is here.Here is a very good summarization of the latest web hacking techniques. What does web hacking mean? XSS? SQL Injection? Actually, there have been many many more new web hacking techniques emerging in the last year. Some of them are kind of freak and some of them are targeting specific application context. Below is a list of these web hacking techniques of 2008.
… …