There are a number of ways to kill a process if you know the name of the process. Here’s a couple different ways you can accomplish this. We are going to assume that the process we are trying to kill is named irssi These techniques can be useful in shell scripts, where you […]
watch e sync
Ho creato questo script come descritto nel titolo “watch e sync” per osservare una determinata cartella e sincronizzarla tramite rsync su un’altro server. Nello specifico l’ho scritto per sincronizzare la document root di un server in load balance sulla piattaforma AWS cloud!!! This page has been readed 392 times
watcher and sync
I made this script so as the tile describe “watcher and sync” to watch a certain folder ans sync it to another server through rsync. I made it to sync the document root of a web server in load balance in AWS cloud!!! This page has been readed 549 times
Password email in parallel plesk
Sei un sistemista? Un cliente non riesce ad utilizzare la webmail e devi assisterò? Se parallel plesk è impostato per scrivere le password in plain text con questa query MYSQL query puoi trovarla. ATTENZIONE: use this command only if you have really no other choice!!! Fonte: http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/ This page has been readed 4915 times
Email password in parallel plesk
Are you a system administrator? A customer can’t use the webmail and you need to assist it? If parallel plesk is set to store plain text password whit this MYSQL query you can find it. ATTENTION: use this command only if you have really no other choice!!! Source: http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/ This page has been readed 615 times
crontab all users
With this command you can see the crontab for all users. Remember to have root privileges. Fonte stackoverflow.com This page has been readed 1831 times
crontab tutti gli utenti
Con questo comando è possibile visualizzare i crontab per tutti gli utenti. ricordati di avere i privilegi di root Fonte stackoverflow.com This page has been readed 835 times
du sort by size
How to use du sort by size With this command you can use du and sort by dimension. Source from serverfault.com This page has been readed 3074 times
du per dimensione
Quante volte hai cercato di elencare per file o cartelle per dimensione? Con questo comando puoi ottenerlo rapidamente!!! This page has been readed 449 times