最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

ubuntu复制某个文件夹下所有文件到另一个文件夹

There is no translation available.

cp -a [dir1]/. [dir2]

如果没有加“/.” 则变成连同把dir1这个文件夹一起复制到dir2下。

Vim全选某个文件的所有文本

There is no translation available.

ggVG

解释是: gg 让光标移到首行,在vim才有效,vi中无效 V   是进入Visual(可视)模式 G  光标移到最后一行 选中内容以后就可以其他的操作了,比如: d  删除选中内容 y  复制选中内容到0号寄存器 "+y  复制选中内容到+寄存器,也就是系统的剪贴板,供其他程序用 全部删除:按esc后,然后dG 全部复制:按esc后,然后ggyG 全选高亮显示:按esc后,然后ggvG或者ggVG

Set MySQL Connection TimeOut

There is no translation available.

Sometimes you find a condition where your database connection (MySQL) is time out because of your queries are spending too much time. This is a hint on how you increase your MySQL time out configuration.

virtualhost setting

There is no translation available.

<VirtualHost *:80>

     ServerAdmin This email address is being protected from spambots. You need JavaScript enabled to view it.

     ServerName iplantoo.com