摘要:
2、建用户:在root用户下:useradd -d /home/test test //增加用户test,并制定test用户的主目录为/home/testpasswd test //为test设置密码3、更改用户相应的权限设置:usermod -s /sbin/nologin test //限定用户... 阅读全文
摘要:
一:一般的防盗链如下:location ~* \.(gif|jpg|png|swf|flv)$ { valid_referers none blocked *jzxue.com jzxue.com *baidu.com; if ($invalid_referer) { rewrite ^/ http... 阅读全文
摘要:
sudo add-apt-repository ppa:webupd8team/atomsudo apt-get updatesudo apt-get install atom卸载 atom 命令:sudo apt-get remove atom 阅读全文
摘要:
$item){$array[$key]=struct_to_array((array)$item);}return $array;}function struct_to_array($item) {if(!is_string($item)) {$item = (array)$item;foreach... 阅读全文
摘要:
$item){$array[$key]=struct_to_array((array)$item);}return $array;}function struct_to_array($item) {if(!is_string($item)) {$item = (array)$item;foreach... 阅读全文
摘要:
用Eclipse的同学们这次有福气了. 有牛人给Eclipse弄了个主题插件, 以后再也不用去满大街找代码配色主题了.插件的官方网站在此:http://eclipsecolorthemes.org/插件的官方网站上到本文发布为止就有就9400多种配色方案. 你可以在上面根据自己的喜好去配置自己的配色... 阅读全文
摘要:
安装fcitx输入法和Google拼音命令:1、sudo add-apt-repository ppa:fcitx-team/nightly2、sudo apt-get update3、sudo apt-get install fcitx fcitx-googlepinyin将fcitx设为系统默认... 阅读全文