by admin — published on November 25th, 2007
Here are some notes from my installation of Ubuntu Gutsy 7.10 on Dell XPS M1330. CPU Dual core processor correctly recognized, frequency scaling works ok except after suspending to memory. When resuming, the second core runs always at the maximum frequency. You can read the temperature of each core by loading the coretemp kernel module [...]
by admin — published on October 28th, 2007
Dr Watson thinks you are late for your flight…
by admin — published on September 21st, 2007
Installare il pacchetto netpbm e gs. Convertiamo ogni immagine in un file ps: $ for i in *.png; do png2pnm $i | pnmtops >$i.ps;done Effettuiamo il merge dei vari file ps: $ gs -dNOPAUSE -dBATCH -sOutputFile=allpages.ps -sDEVICE=pswrite *.ps Convertiamo il file ps contenente tutte le pagine in pdf: $ ps2pdf allpages.ps