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'
martedì 11 dicembre 2012
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
sabato 10 marzo 2012
GTK3 in Windows 32/64 bit
Finalmente sono riuscito a utilizzare le librerie GTK3 per i miei programmi cross-compilati per Windows a 32 e a 64 bit. È stato fondamentale aver trovato le librerie corrette nel Build Service di Open SUSE:
http://download.opensuse.org/repositories/home:/aaborja:/mingw-win32-gtk3-latest/openSUSE_12.1/
Oltre a ciò, per utilizzare il tema adwaita e non il tema di default che è orribile, bisogna creare il filesettings.ini in /etc/gtk-3.0, che ha come contenuto:
[Settings]
gtk-theme-name = Adwaita
Ho creato anche le librerie per Win64, a breve le metterò su mediafire !
At last I've managed to use the GTK3 libraries in my programs cross-compiled for Windows 32 & 64 bits. Finding the correct packages in the OpenSuse Buld Service has been fundamental:
http://download.opensuse.org/repositories/home:/aaborja:/mingw-win32-gtk3-latest/openSUSE_12.1/
Beside these, to use Adwaita theme, as the default theme is orrible, you must create the file filesettings.ini in /etc/gtk-3.0 which contains:
[Settings]
gtk-theme-name = Adwaita
I've even created packages for Win64, I'll put them on mediafire ASAP !
http://download.opensuse.org/repositories/home:/aaborja:/mingw-win32-gtk3-latest/openSUSE_12.1/
Oltre a ciò, per utilizzare il tema adwaita e non il tema di default che è orribile, bisogna creare il filesettings.ini in /etc/gtk-3.0, che ha come contenuto:
[Settings]
gtk-theme-name = Adwaita
Ho creato anche le librerie per Win64, a breve le metterò su mediafire !
At last I've managed to use the GTK3 libraries in my programs cross-compiled for Windows 32 & 64 bits. Finding the correct packages in the OpenSuse Buld Service has been fundamental:
http://download.opensuse.org/repositories/home:/aaborja:/mingw-win32-gtk3-latest/openSUSE_12.1/
Beside these, to use Adwaita theme, as the default theme is orrible, you must create the file filesettings.ini in /etc/gtk-3.0 which contains:
[Settings]
gtk-theme-name = Adwaita
I've even created packages for Win64, I'll put them on mediafire ASAP !
Etichette:
c++,
cross-win32,
cross-win64,
GTK3,
Windows
Iscriviti a:
Post (Atom)