Linux toolbox – system command

Unix Toolbox Unix Toolbox This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing. Unix Toolbox revision 14.4 The latest version of this document can be […]

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

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