Tag 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 find many who agree with [...]

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 install w32codecs non-free-codecs

 
 
Per la conversione [...]

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 permesso (?)

max@mubuntu:~$ sudo adduser max fuse
max@mubuntu:~$ sudo chgrp fuse [...]

© 2010 Massimiliano Balestrieri | Thanks, WordPress | Sandbox theme | Standards Compliant XHTML & CSS | RSS Posts & Comments