centos6.3对最低内存要求: 文字界面至少 392MB 内存;图形模式至少 652MB 内存。 另: 3…
linux
隐藏nginx和php版本号
隐藏nginx版本号: nginx.conf中添加server_tokens off; 隐藏php版本信息: …
linux下查看硬盘分区的uuid
方法一(此方法不用su): ls -a /dev/disk/by-uuid 方法二(进入su): blkid
用layman安装gentoo-zh中的goagent
goagent是什么不解释,自己百度一下。 原来一直用的是googlecode上的deb包,没写ebuild(…
gentoo下安装tomcat
gentoo中安装tomcat也非常简单: 1、安装(会自动把java装上): emerge tomcat 2…
centos6下yum安装tomcat+mysql
1、安装tomcat和mysql: yum install tomcat6 tomcat6-webapps t…
burst的vps配置gentoo系统的过程
旧vps到期了,昨天顺利把我的vps迁移到新vps上,还是用的burst的vps,配置了gentoo系统,把配…
not unmerging package dev-lang/python-2.7.2-r3 since there is no valid reason for Portage to unmerge currently used Python interpreter.
运行emerge –depclean && revdep-rebuild出现如下提…
Parser perl module is required for intltool
升级gentoo里的pulseaudio时,出现Parser perl module is required …
局域网的gentoo服务器
前一段时间学校局域网里我放成绩查询程序的那台机器坏了,电源风扇不转了,跟电教室申请,又弄了一台淘汰下来的学生机…