Disponibile VMware Data Recovery 1.2

11 giugno 2010 - Fonte: http://www.sysblog.it
VMware rilascia anche la nuova release del suo prodotto di backup dell’infrastruttura virtuale, VMware Data Recovery 1.2. Ecco quali sono le novità: File Level Restore (FLR) is now available for use with Linux. Each vCenter Server instance supports up to ten Data Recovery backup appliances. The vSphere Client plug-in supports fast switching among Data Recovery backup appliances. Miscellaneous [...] Articoli correlati:
  1. Disponibile vCenter Site Recovery Manager 4.0.1
  2. href="http://www.sysblog.it/...

    Leggi il seguito »

Vedere i siti web hostati su un server

12 aprile 2010 - Fonte: http://redskull92.wordpress.com

Avete un sito web hostato su qualche server e avete la curiosità di sapere quali altri siti web sono hostati su quel server ?

Il vostro server rallenta molto ? Perchè non vedere i siti web che ptrebbero rallentare il server.

Sono entrati in modo inlegale sul vostro sito attraverso una vulnerabilità di un’altro sito hostato sul vostro stesso server ?

Vediamo come…

Ho trovato un servizio...

Leggi il seguito »

Parole sante

20 marzo 2010 - Fonte: http://lorenzozanirato.wordpress.com

I pericoli nascosti di chi lavora nell’IT

:(


...

Leggi il seguito »

Aggiornamento software Power MP3 1.11b disponibile

9 maggio 2009 - Fonte: http://www.luckylab.eu

Nuova versione per il famoso lettore Power MP3, questo ulteriore aggiornamento a seguito del precedente rilasciato il 17/04/2009  risolve alcuni bugs riscontrati nella gestione del volume e dello sleppe timer. Questo lo changelog ufficiale:

powermp3_s60v3

-Now you could change the key map in the file “\Shared\PowerMP3\Keymap\key_map.xml”.
-We have fixed the problem with freezing during changing volume
-Fixed the problem with sleep timer
-We have made fast scrolling...

Leggi il seguito »

Easy Search and Replace in Multiple Files on Linux Command Line

7 maggio 2009 - Fonte: http://blog.morphey.org

I recently came across a typo that existed in a bunch of html files on my web server. I thought it should be easy enough to change, but since it was in a number of files, editing it by hand would be time consuming. Fortunately, there is an easy, one liner command to replace the text in multiple files in a sub directory using recursion.

grep -lr -e '<oldword>' * | xargs sed -i 's/<oldword>/<newword>/g'

This command broken down:

  • grep for the word in a files, use recursion (to find files in sub directories), and list only file matches
  • | xargs passes the results from the grep command to sed
  • sed -i uses a regular expression (regex) to evaluate the change: s (search) / search word / target word / g (global replace)

For...

Leggi il seguito »

Ulteriore prova dello sviluppo di un netbook da Apple?

5 maggio 2009 - Fonte: http://www.apple-italia.com

imgsnow leopard

Come sappiamo, ad ogni beta di ogni nuovo sistema operativo, che sia marchiato Apple, Microsoft o linux, gli sviluppatori corrono subito alla ricerca di bug e novità tenute nascoste.

Grazie al sito francese MacGeneration,veniamo a conoscenza di una finestra significativa del prossimo sistema operativo Snow leopard. La finestra proviene dal system profiler, e mostra una scritta che potrebbe rappresentare la prova che Apple stia...

Leggi il seguito »

Message dialogs in Java

29 aprile 2009 - Fonte: http://carmelosaffioti.blogspot.com/
Programmando in Java sono facilmente implementabili i message dialogs. Vediamo come...

Illustriamo di seguito alcuni esempi:

showMessageDialog Esempio in cui viene creato un message dialog contenente un pulsante OK, una icona, il messaggio e l'intestazione del messaggio. Ecco alcuni esempi di utilizzo di showMessageDialog:

Informational dialog with default title and icon

//default title and icon
JOptionPane.showMessageDialog(frame,
"Eggs are not supposed to be green.",
...

Leggi il seguito »

Open Source Success Story Nagios

27 aprile 2009 - Fonte: http://www.ihteam.net/blog

Moving IT management to a new paradigm
“In 1999 I thought I’d be absolutely thrilled if 20 or so individuals or organizations used it”, Nagios founder Ethan Galstad
Wednesday, April 29th, 9.00 AM
TIS innovation park, via Siemens 19, 39100 Bolzano/Italy
Nagios is an open source platform that provides the ability to monitor proactively hosts and services for various types of information. Since Nagios’ humble inception in 1999, the Nagios Community has grown to thousands of downloads worldwide, spanning every conceivable industry and business dimensions and making Nagios at present without doubt to one of the most successful open source projects with more than 250.000 users worldwide. Not by case it has been voted Monitoring Application of the Year for 2008...

Leggi il seguito »

Acfax, riceve fax tramite un radioricevitore e una scheda sonora

26 aprile 2009 - Fonte: http://ubuntulandia.blogspot.com/
Acfax è un ottimo tool open source che permette di ricevere fax tramite la scheda sonora.

Tipicamente lo si può usare per decodificare fax inviati con radio HF o da satelliti.

Download acfax Download for all available architectures Architecture Package Size Installed Size Files alpha 47.2 kB168 kB [...

Leggi il seguito »