Monthly Archives: January 2013

Uccidere processo per nome

Esistono diversi modi per uccidere un processo per nome se lo conosci.Ecco un paio di modi differenti per fare questo. Abbiamo intenzione di assumere che il processo che stiamo cercando di uccidere si chiama irssi       These techniques can be useful in shell scripts, where you wouldn’t know the process ID and would […]

Kill Process by Name

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 […]

wordpress find and replace

Recently we’ve helped a few of our clients move wordpress installations between domain names. This is a fairly easy process except that links that were made inside of posts, such as links to other posts, pages and images hosted on the site are likely to break. Also, if you change permalinks around a lot or […]

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 545 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 4909 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 609 times