Vanno aggiunte le righe in grassetto:
[Read More]
Restore a single table from a full mysql mysqldump file
grep "^INSERT INTO `nometabella`" /tmp/restore/backup-030002.sql | mysql -u root -p nomedb
Numero visitatori contemporanei Apache
netstat -atpun | grep ":80 " | grep ":ffff:" | awk '{print $4" "$5}' | sed -s 's/::ffff:/ /g' | awk -F":" '{print $1" "$2}' | uniq | wc -l
Numero di connessioni http contemporanee Apache
netstat -atpun | grep ":80 " | grep ":ffff:" | awk '{print $4" "$5}' | sed -s 's/::ffff:/ /g' | awk -F":" '{print $1" "$2}' | wc -l
Lotus Domino tell http options
tell http clearcaches Clears the command and design caches. tell http inotes flushforms Clear IBM Lotus iNotes forms caches. tell http refresh Refreshes the HTTP configuration. tell http restart Restarts the HTTP task and refreshes its configuration. tell http show file access ...
[Read More]