make install
make install
locate node
locate nodejs
locate npm
atop 80 > atop.txt
To monitor the system load and write it to a file (in plain ASCII) with an inter‐
val of one minute during half an hour with active processes sorted on memory con‐
sumption:
atop -M 60 30 > /log/atop.mem
atop [-g|-m|-d|-n|-u|-p|-s|-c|-v|-o] [-C|-M|-D|-N|-A] [-af1x] [-L linelen] [-Plabel[,label]...] [ interval [ samples ]]
atop [ interval [ samples ]]
server {
# listen 80; не нужно сулшать не https порт
listen 443 ssl spdy;
server_name webmail.domain.com;
можно ли сделать default host чтобы показывал его nginx в случае, когда поддомена не существует?
server_name "~^(^webmail|www)\.domain\.com$";
dd if=/dev/sdaX bs=16M | xz -9 --block-size=16MiB - > sdaX.img.xz
dd if=/dev/sdX bs=16M | gzip -9 > sdX.img.gz
dd if=/dev/hdaX | gzip -c -9 | ssh user@remote_server dd of=/dest/path/hdaX.img.gz