Monthly Archives: avril 2009
Un premier téléphone Android chez Samsung à partir de Juin 2009

I7500
- é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.
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 d’y faire appel.
L’appel PHP/MySQL se fait une 1ère fois générant le .html statique.
La seconde fois c’est la page .html qui est servi à l’internaute.
Great
Installer le pluginWP Super Cache
Télécharger: WP Supper Cache
Activer le plugin
Réglages> WP Super Cache > On
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
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
Synchroniser Google Calendar avec un téléphone Sony Ericson W910i
Télécharger l’application Java GCALSYNC
A partir du téléphone mobile:
http://gcalsync.com/gcalsync.jar
ou
http://benjaminbaudouin.com/depot/gcalsync.jar
Installer – Paramétrer l’application
Username/Password
il s’agit des identifiants de connexion au compte Google.
Sync period
Past days
90
Future days
90
Time zone
Download adjustement
+02:00
Upload adjustement
-02:00
What’s in the Box, Tim Smit
Ceci n’est qu’un test affirme son auteur, Tim Smit, étudiant en biologie.
Tous les calculs et les résultats sont scientifiques et vrais.
Tous les calculs et les résultats sont scientifiques et vrais.
Encore plus de jeux chiants chez zanorg.
Compiler XBMC sur eeebox – Debian lenny
Dépendances de compilation
sudo apt-get install autoconf automake autotools-dev bsdmainutils cmake comerr-dev cpp-4.1 debhelper defoma dpatch file fontconfig-config g++-4.1 gawk gcc-4.1 gcc-4.1-base gettext gettext-base gperf groff-base html2text intltool-debian libasound2 libasound2-dev libbluetooth-dev libboost-dev libboost-serialization-dev libboost-serialization1.34.1 libbz2-dev libcdio-dev libcdio7 libcurl3 libcurl4-openssl-dev libcwiid1 libcwiid1-dev libdbus-1-dev libdirectfb-1.0-0 libdrm2 libenca-dev libenca0 libexpat1 libexpat1-dev libfaac-dev libfaac0 libflac-dev libflac8 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfribidi-dev libgl1-mesa-dev libgl1-mesa-glx libglew1.5 libglew1.5-dev libglib2.0-0 libglib2.0-dev libglu1-mesa libglu1-mesa-dev libhal-dev libhal-storage-dev libhal-storage1 libhal1 libice-dev libice6 libidn11-dev libjasper-dev libjasper1 libjpeg62 libjpeg62-dev libkadm55 libkrb5-dev libldap2-dev liblzo1 liblzo2-dev libmad0 libmad0-dev libmagic1 libmikmod2 libmikmod2-dev libmms-dev libmms0 libmysqlclient15-dev libmysqlclient15off libogg-dev libogg0 libpcre3-dev libpcrecpp0 libpng12-0 libpng12-dev libpthread-stubs0 libpthread-stubs0-dev libsdl-gfx1.2-4 libsdl-gfx1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-sound1.2 libsdl-sound1.2-dev libsdl1.2-dev libsdl1.2debian libsdl1.2debian-alsa libsm-dev libsm6 libsmbclient libsmbclient-dev libsmpeg-dev libsmpeg0 libspeex-dev libspeex1 libsqlite0 libsqlite3-dev libssl-dev libstdc++6-4.1-dev libtalloc1 libtiff4 libtiff4-dev libtiffxx0c2 libtool libtre-dev libtre4 libts-0.0-0 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libwbclient0 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-xlib0 libxcb-xlib0-dev libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes3 libxi-dev libxi6 libxinerama-dev libxinerama1 libxmu-dev libxmu-headers libxmu6 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxt-dev libxt6 libxxf86vm1 m4 man-db mesa-common-dev mysql-common nasm pkg-config pmount po-debconf python-central python-sqlite python-support python2.4 python2.4-dev python2.4-minimal ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf unzip x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xtrans-dev zip zlib1g-dev
Récupérer les sources
svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/
Compilation
./configure
( ou ./configure CFLAGS=-fno-stack-protector )
make
Si il y a des problèmes de compilation sur Goom:
cd xbmc/visualisations/Goom/goom2k4-0 ./configure --disable-shared --enable-static make
make install











Follow Me!