Category Archives: linux

KDE 4 è un disastro

Come non trovarmi d’accordo. Linus Switches From KDE to Gnome An anonymous reader writes “In a recent Computerworld interview, Linus revealed that he’s [1]switched to Gnome — this despite launching [2]a heavily critical broadside against Gnome just a few years ago. His reason? He thinks KDE 4 is a ‘disaster.’ Although it’s improved recently, he’ll [...]

Gli svedesi odiano i finlandesi?

Gli uomini che odiano le donne mi è piaciuto. Devo dire molto. Appassionante dalla prima all’ultima pagina. Forse l’ultima fase del libro è un po’ appiccicata, giusto per legarsi con l’incipit e per poter permettere un sequel. Ho solamente un appunto molto “stupido” da fare. L’esperto informatico che ha consigliato l’autore (immagino ce ne sia [...]

Real Video, Avi, Flv – conversioni

2 piccoli appunti per chi avesse come me il problema di convertire dei video real in altri formati su ubuntu (7.10)     Per leggere i video real ho seguito questa procedura: https://help.ubuntu.com/community/Medibuntu max@mubuntu:~$ sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list max@mubuntu:~$ sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update max@mubuntu:~$ sudo apt-get [...]

sshfs – ubuntu 7.10 (Gutsy)

Un piccolo appunto su sshfs. 1: Installo sshfs. max@mubuntu:~$ sudo aptitude install sshfs [...] I seguenti pacchetti NUOVI (NEW) saranno installati: sshfs Spacchetto sshfs (da …/sshfs_1.7-2.1_i386.deb) … Configuro sshfs (1.7-2.1) … 2: creo il punto di mount max@mubuntu:~$ sudo mkdir /media/sshfs max@mubuntu:~$ sudo chown max /media/sshfs/ 3: mi aggiungo al gruppo fuse e setto qualche [...]