摘要: 启动apache:sudo /etc/init.d/apache2 start关闭apache:sudo /etc/init.d/apache2 stop 阅读全文
posted @ 2013-10-06 15:10 传说之美(libill) 阅读(141) 评论(0) 推荐(0)
摘要: Ubuntu下的PHP开发环境架设http://www.2cto.com/os/201209/154012.htmlhttp://dsec.pku.edu.cn/~lyj/Programming/configure_php.html缺少 mcrypt 扩展。请检查 PHP 配置。在php.ini末尾添加一行即可extension=php_mcrypt.dll 阅读全文
posted @ 2013-10-06 13:39 传说之美(libill) 阅读(157) 评论(0) 推荐(0)
摘要: ubuntu10或以上 安装git命令apt-get install gitapt-get install git-doc git-svn git-email git-gui gitk 阅读全文
posted @ 2013-10-06 11:51 传说之美(libill) 阅读(202) 评论(0) 推荐(0)
摘要: 1.命令:sudo passwd root 为root分配密码,按提示进行设置就好.2.打开终端,输入以下命令:sudo -s进入root账户下:cd /etc/lightdm gedit lightdm.conf打开配置文件,增加以下两行:greeter-show-manual-login=trueallow-guest=false图保存退出 使用root登录后pulseaudio没有启动。 将root加到pulse-access组,输入以下指令: sudo usermod -a -G pulse-access root 然后修改配置文件/etc/default/pulseaudio,将PU 阅读全文
posted @ 2013-10-06 00:58 传说之美(libill) 阅读(356) 评论(0) 推荐(0)