2017年9月19日星期二

debian显示内存占用前十的进程

ps aux | sort -k4,4nr | head -n 10

pmap $(pgrep php-cgi | head -1) //查看PHP-CGI占多大的内存

2017年9月15日星期五

apache24 on debian

apt-get install apache2-mpm-prefork libapache2-mod-php5

apt-get install php5-cli php5-curl php5-gd php5-gmp php5-imap php5-json php5-ldap php5-mcrypt php5-mysql php5-tidy php5-xmlrpc php5-xsl

a2enmod actions

a2dismod mpm_event

a2enmod mpm_prefork

nano /etc/apache2/mods-available/mpm_prefork.conf

StartServers 2
MinSpareServers 2
MaxSpareServers 4
MaxClients 75
MaxRequestWorkers 75
MaxConnectionsPerChild 2000

/etc/init.d/apache2 restart

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...