Posts Tagged Ubuntu

Ubuntu中你可能不知道的一些有用的键盘快捷键

转载并编辑自:http://wiki.ubuntu.org.cn/index.php?title=Gnome%E5%BF%AB%E6%8D%B7%E9%94%AE&variant=zh-hans

GNOME快捷键

通用快捷键

Alt + F1 类似Windows下的[......]

Read more

,

No Comments

Linux下PPTP VPN 3分钟快速配置

0. 发行版本准备:Ubuntu 9.10

1. 安装源更新:

$ sudo apt-get update

2. 从源上安装pptpd

$ sudo apt-get install pptpd

3. 编辑/etc/pptpd.conf文件,添加以下配置项或取消注释掉该文件中最后的示例配[......]

Read more

, , ,

No Comments

[Ubuntu小技巧系列之四]系统启动优化之bootchart

ubuntu已经9.10了,我懒得升了,还是9.04,感觉用得还是很顺手的。

1、预备工具 bootchart

$ sudo apt-get install bootchart

2、使用bootchart

安装完后重启系统,即会在/var/log/bootchart目录下生成系统启动过程的时序图我本本的启动时序图见本文最后。

3、禁用bootchart

注意:默认情况下,每次系统启动时bootchartd都会执行,并生成这样一个启动时序图。

禁止自动执行bootchartd的方法很简单,如下:

$ cd /etc/init.d

$ sudo update-rc.d -f stop-bootchart remove

Removing any system startup links for /etc/init.d/stop-bootchart …

/etc/rc2.d/S99stop-bootchart

/etc/rc3.d/S99stop-bootchart

/etc/rc4.d/S99stop-bootchart

/etc/rc5.d/S99stop-bootchart

4、启用bootchart

$ cd /etc/init.d

$ sudo update-rc.d stop-bootchart start 99 2 3 4 5 .

Adding system startup for /etc/init.d/stop-bootchart …

/etc/rc2.d/S99stop-bootchart -> ../init.d/stop-bootchart

/etc/rc3.d/S99stop-bootchart -> ../init.d/stop-bootchart

/etc/rc4.d/S99stop-bootchart -> ../init.d/stop-bootchart

/etc/rc5.d/S99stop-bootchart -> ../init.d/stop-bootchart
[......]

Read more

,

1 Comment

[推荐]一个在线备份和文件同步的网站

 强烈推荐使用牛13的 Dropbox 进行文件同步,注册 Dropbox 并在不同电脑安装 Dropbox 同步程序后,设置一个同步文件夹,就可以让 Dropbox 后台运行了,在该文件夹的任何操作都会同步到其它登录统一帐号的电脑。

Dropbox支持Windows、Linux和Mac OS系统[......]

Read more

, ,

No Comments

[Ubuntu小技巧系列之三]跨平台压缩文件解压缩乱码问题的解决

rar格式的比较好办,rar 3.6以后版本对unicode的支持更加智能化。Linux下使用rar进行压缩/解压缩时,可以使用-scuc,来强制指定文件名用unicode编码进行压缩和解压缩。对于zip格式的需要注意,Windows下创建的zip压缩包默认是使用的本地编码。即如果是简体中文的Win[......]

Read more

, , , , , ,

No Comments

[Ubuntu小技巧系列之二]programming in C from scratch

 工具链

  • build-essential              Informational list of build-essential packages

手册页

  • manpages-dev              Manual pages about using GNU/Linux[......]

Read more

, , , ,

No Comments

[Ubuntu小技巧系列之一]Firefox切换全屏时桌面背景闪现问题的修复

我用的Ubuntu发行版本是9.04(jaunty),使用了compiz作为系统的window decorator,显卡是Intel的集成显卡,当在Firefox中使用F11进行全屏浏览切换时,会闪现桌面背景一下然后消失。

经过一番Google之后,找到了问题的解决方法:

System -&gt[......]

Read more

, ,

No Comments

拥抱Linux,全新的体验

本周有两件事情需要记录一下:

1. 新买了一块硬盘,换到了我的爱本上。

2.在新硬盘上安装了Ubuntu 8.10,单系统,不再设置Windows分区。

实际上,接触Linux已经有7个年头了,七年之痒这句话在我的身上有了一次另类的展现。

说实话,以前也在本本上装过Linux[......]

Read more

,

No Comments