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.
Linux For UAll
My Blog About Linux
venerdì 13 aprile 2012
Android XRDP Client
Etichette:
Android,
Linux,
Mobile,
Remote Control
| Reazioni: |
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 !
| Reazioni: |
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
| Reazioni: |
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
| Reazioni: |
venerdì 9 marzo 2012
Google Tasks and Gtg ?
Per sincroinizzare la mia todo list ? Utilizzare Google Tasks da Google Mail e la applicazione Astrind per Android.
Sul desktop di Gnome 3 sarebbe bello poter utilizzare Gtg, che nella prossima release dovrebbe implementare l'integrazione con Google Tasks.
How to Sync my Todo List ?? I can use Google Tasks from Google Mail and Astrid App for Android.
On Gnome 3 desktop I'd like to use Gtg, that in next release should implement Google Tasks integration.
Sul desktop di Gnome 3 sarebbe bello poter utilizzare Gtg, che nella prossima release dovrebbe implementare l'integrazione con Google Tasks.
How to Sync my Todo List ?? I can use Google Tasks from Google Mail and Astrid App for Android.
On Gnome 3 desktop I'd like to use Gtg, that in next release should implement Google Tasks integration.
Etichette:
Android,
Fedora Linux,
GTK3,
Linux,
Mobile
| Reazioni: |
giovedì 8 marzo 2012
Syncro PIM & News with Android
È comodo avere Agenda e News sincronizzati tra i miei computer e il tablet Android.
Chiaramente basterebbe utilizzare le Web Application Google Calendar e Reader per aver risolto il problema, ma io sul desktop utilizzo Evolution (posta e calendario) e Liferea (rss feed).
Nessun problema:
In Evolution basta creare un nuovo calendario, come tipo impostare Google, come nome il nome del calendario google e come nome utente il nome dell'account senza @google.com .
Per Liferea basta seguire le istruzioni in Subscribing to Google Reader, cioè Abbonamenti->Nuova Fonte e selezionare Google Reader.
It is useful to have Calendar and News Feed synchronized between my pc and the Android tablet. To solve the problem I could use the Web Applications Google Calendar and Reader, but on my desktop I use Evolution (Mail and Calendar) and Liferea (rss feed).
No problem:
In Evolution you can create a new Calendar, set Google as type, Google's calendar name as name and you account (without @google.com) an user name.
For Liferea you can follow these instructions: Subscribing to Google Reader
Chiaramente basterebbe utilizzare le Web Application Google Calendar e Reader per aver risolto il problema, ma io sul desktop utilizzo Evolution (posta e calendario) e Liferea (rss feed).
Nessun problema:
In Evolution basta creare un nuovo calendario, come tipo impostare Google, come nome il nome del calendario google e come nome utente il nome dell'account senza @google.com .
Per Liferea basta seguire le istruzioni in Subscribing to Google Reader, cioè Abbonamenti->Nuova Fonte e selezionare Google Reader.
It is useful to have Calendar and News Feed synchronized between my pc and the Android tablet. To solve the problem I could use the Web Applications Google Calendar and Reader, but on my desktop I use Evolution (Mail and Calendar) and Liferea (rss feed).
No problem:
In Evolution you can create a new Calendar, set Google as type, Google's calendar name as name and you account (without @google.com) an user name.
For Liferea you can follow these instructions: Subscribing to Google Reader
Etichette:
Android,
Fedora Linux,
Linux,
RHEL,
Scientific Linux
| Reazioni: |
Iscriviti a:
Post (Atom)