Archives par mois : avril 2009

Blackberry VS Apple en vidéo

Publié dans Stuff | Mots-clefs : , , , | Laisser un commentaire

Un premier téléphone Android chez Samsung à partir de Juin 2009

écran tactile OLED 3,2 pouces résolution: 320 x 480 quad-band GSM Wifi GPS Appareil Photo 5Mo Pixel 8Go + Slot mémoire MicroSD extensible à 32Go batterie 1500 mA Pour ceux qui ne savent pas ce qu’est Android, vous pouvez lire cet article.
Publié dans Stuff | Mots-clefs : , , | Laisser un commentaire

Wordpress en html statique avec WP Super Cache

This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. Pour ceux qui ne comprenne pas l’anglais ce plugin permet de générer du html (statique) moins gourmand en ressource (PHP/MySQL) et [...]
Publié dans App, Web | Mots-clefs : , , | 2 commentaires

VNC over SSH

Serveur Installer vnc4server: sudo apt-get install vnc4server Lancer vncserver: vncserver xauth: creating new authority file /home/ben/.Xauthority New 'eeebox:1 (ben)' desktop is eeebox:1 Starting applications specified in /home/ben/.vnc/xstartup Log file is /home/ben/.vnc/eeebox:1.log Desktop Installer xvnc4viewer: sudo apt-get install xvnc4viewer Créer le tunnel ssh permettant de « binder » 5901 distant sur 5902 local: ssh -f -N -L 5902:localhost:5901 eeebox Connection au server VNC via le port local xvncviewer localhost:2
Publié dans App, System | Mots-clefs : , | Laisser un commentaire

Comment savoir si une machine est 32 bits ou 64 bits ?

Méthode 1 cat /proc/cpuinfo model name    : AMD Athlon(tm) 64 Processor 3500+ Méthode 2 (avec Perl) Lorsque cela n’est pas parlant comme pour la eeebox: model name    : Intel(R) Atom(TM) CPU N270   @ 1.60GHz perl -e 'print ~123;' 32 bits: 4294967172 64 bits: 18446744073709551492 Source: CJT
Publié dans System | Mots-clefs : , , | 5 commentaires