Selezionare le proprietà di un file mp3 in Fedora 18 causa il blocco di nautilus, Per risolvere: disinstallare il package totem-nautilus
In Fedora 18 clicking on an mp3 file properties hangs nautilus. Solution: remove totem-nautilus package.
venerdì 18 gennaio 2013
martedì 11 dicembre 2012
FreeRDP and GnomeShell
FreeRDP does not work correctly under a gnome shell session. To change the session to gnome-fallback from the command line:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
Then to return to the gnome-shell from command line:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome'
FreeRDP non funziona correttamente con la sessione gnome-shell. Per cambiare il tipo di sessione dalla linea di comando:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
Per tornare alla sessione gnome-shell dalla linea di comando:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome'
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
Then to return to the gnome-shell from command line:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome'
FreeRDP non funziona correttamente con la sessione gnome-shell. Per cambiare il tipo di sessione dalla linea di comando:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
Per tornare alla sessione gnome-shell dalla linea di comando:
dbus-launch gsettings set org.gnome.desktop.session session-name 'gnome'
Etichette:
Fedora Linux,
GTK3,
Linux,
Mobile,
Remote Control
sabato 16 giugno 2012
fdupes - find duplicate files
Da tempo volevo controllare se avevo file duplicati, mi ricordavo di aver letto di un programma che controlla in modo automatico, oggi lo ho installato e testato: fdupes !
Per istruzioni vedi fdupes man page.
It was a long time since I wanted to check my hd for duplicate files, I remembered reading about a program that automatically checks, today I've installed and tested it: fdupes !
For instructions fdupes man page.
Per istruzioni vedi fdupes man page.
It was a long time since I wanted to check my hd for duplicate files, I remembered reading about a program that automatically checks, today I've installed and tested it: fdupes !
For instructions fdupes man page.
Etichette:
Fedora Linux,
Linux,
RHEL,
Scientific Linux
venerdì 13 aprile 2012
Android XRDP Client
Alla ricerca del miglior client gratuito Android per RDP e xRDP .... ho trovato AccessToGo di ERICOM. Funziona prefettamente con xRDP se viene configurato in modo da invare gli scan codes della tastiera, ed è disponibile anche una versione gratuita per iPhone/iPad.
Searching for the best free Android RDP and xRDP client ... I've found ERICOM AccessToGo.
It works perfectly with xRDP once you configure to send the keyboard scan codes, and there is a free version for iPhone/iPad too.
Searching for the best free Android RDP and xRDP client ... I've found ERICOM AccessToGo.
It works perfectly with xRDP once you configure to send the keyboard scan codes, and there is a free version for iPhone/iPad too.
mercoledì 11 aprile 2012
RAR Password recovery
Un mio cliente creando un archivio RAR ha digitato la password in modo errato. Per recuperare la password ho provato ad utilizzare il programma per linux rarcrack:
http://rarcrack.sourceforge.net/
Come programma mi piace ma è leentoooo.
Allora ho scaricato Crark (per windows) da:
http://www.password-crackers.com/en/download.php?cat=99&pid=13
Fantastico: basta scompattare, leggere le istruzioni e immettendo nel file di configurazione la password "corretta" ho ottenuto la password cercata in una frazione di secondo !
A customer of mine has typed the wrong password building a RAR archive. To recover the mistyped password I tested the rarcrack linux program:
http://rarcrack.sourceforge.net/
I liked this program, but it is sloooowwww.
Then I downloaded Crark (for windows) from:
http://www.password-crackers.com/en/download.php?cat=99&pid=13
Fantastic: I've uncompressed it, read the instructions, and by writing the "correct" password in the configuration file I obtained the real password in a fraction of a second !
http://rarcrack.sourceforge.net/
Come programma mi piace ma è leentoooo.
Allora ho scaricato Crark (per windows) da:
http://www.password-crackers.com/en/download.php?cat=99&pid=13
Fantastico: basta scompattare, leggere le istruzioni e immettendo nel file di configurazione la password "corretta" ho ottenuto la password cercata in una frazione di secondo !
A customer of mine has typed the wrong password building a RAR archive. To recover the mistyped password I tested the rarcrack linux program:
http://rarcrack.sourceforge.net/
I liked this program, but it is sloooowwww.
Then I downloaded Crark (for windows) from:
http://www.password-crackers.com/en/download.php?cat=99&pid=13
Fantastic: I've uncompressed it, read the instructions, and by writing the "correct" password in the configuration file I obtained the real password in a fraction of a second !
giovedì 29 marzo 2012
Libreoffice 3.5.2 for F16 x86_64
Ho compilato il pacchetto sorgente di libreoffice della repository
rawhide per F16 x86_64 e ho caricato in mediafire i pacchetti binari:
http://www.mediafire.com/?n1pbq6q7kop24
I have compiled the libreoffice source package from rawhide repo on F16 x86_64 and have uploaded the binary files in mediafire:
http://www.mediafire.com/?n1pbq6q7kop24
http://www.mediafire.com/?n1pbq6q7kop24
I have compiled the libreoffice source package from rawhide repo on F16 x86_64 and have uploaded the binary files in mediafire:
http://www.mediafire.com/?n1pbq6q7kop24
mercoledì 21 marzo 2012
Dovecot Update
Dopo aver fatto yum update sul mio server di posta Scientific Linux 6.2, il client di posta evolution non riesce più a comunicare con il server IMAP Dovecot, aggiornato alla release 2.1.1-2_132.
Il log sul server mostra il seguente errore:
Error: user *****: Initialization failed: namespace configuration error: inbox=yes namespace missing
Per correggere bisogna modificare il file /etc/dovecot/conf.d/10-mail.conf.rpmnew correggendolo secondo le modifiche presenti nel /etc/dovecot/conf.d/10-mail.conf, quindi rinominarlo .conf e riavviare il servizio. Tutto è tornato a funzionare come prima.
After updating my mail server (Scientific Linux 6.2) with yum update, the evolution mail client stopped communicating with Dovecot IMAP server, updated to the 2.1.1-2_132 release.
In the server log I found:
Error: user *****: Initialization failed: namespace configuration error: inbox=yes namespace missing
To correct this behaviour you have to modify the /etc/dovecot/conf.d/10-mail.conf.rpmnew file to match the configuration in the /etc/dovecot/conf.d/10-mail.conf file,then rename it .conf and restart the Dovecot server.
Now everything is working like before.
Il log sul server mostra il seguente errore:
Error: user *****: Initialization failed: namespace configuration error: inbox=yes namespace missing
Per correggere bisogna modificare il file /etc/dovecot/conf.d/10-mail.conf.rpmnew correggendolo secondo le modifiche presenti nel /etc/dovecot/conf.d/10-mail.conf, quindi rinominarlo .conf e riavviare il servizio. Tutto è tornato a funzionare come prima.
After updating my mail server (Scientific Linux 6.2) with yum update, the evolution mail client stopped communicating with Dovecot IMAP server, updated to the 2.1.1-2_132 release.
In the server log I found:
Error: user *****: Initialization failed: namespace configuration error: inbox=yes namespace missing
To correct this behaviour you have to modify the /etc/dovecot/conf.d/10-mail.conf.rpmnew file to match the configuration in the /etc/dovecot/conf.d/10-mail.conf file,then rename it .conf and restart the Dovecot server.
Now everything is working like before.
Etichette:
Fedora Linux,
Linux,
RHEL,
Scientific Linux
Iscriviti a:
Post (Atom)