14 avril 2011

26 mars 2011

Le WEP n'est pas sûr

http://www.linuxconfig.org/how-to-crack-a-wireless-wep-key-using-air-crack

27 février 2011

htc G1 aller plus loin

http://wiki.smartphonefrance.info/%28S%28ptiokt33txr2iy2dxvzd3nqz%29%29/Default.aspx?Page=firmware-htcdream&NoRedirect=1&AspxAutoDetectCookieSupport=1

25 février 2011

root htc G1 dream

http://wiki.smartphonefrance.info/Default.aspx?Page=root-htcdream&AspxAutoDetectCookieSupport=1

21 février 2011

14 février 2011

Récupérer le mot de passe root sous Debian

This is one of the problem faced by many person’s“what if i lost the root password”First thing that comes in mind is “use single user mode” but the answer is NO.
coz debian takes the system security to one more level up and by default ask’s for the root password.

so the BIG QUESTION IS HOW TO proceed further

follow these steps

1) on grub-boot prompt.
press “e” to enter edit mode

2) then press downarrow to reach the line that starts with “kernel “
press “e” again

3) at the end of this line type in “init=/bin/sh” or “/bin/bash”

4) then press enter to make that change and press “b” to boot

in a few seconds you will be on your “#” prompt

5) only one step left
“mount -o remount rw /”

this step is necessary coz in this case root file system is mounted as read only.

6) finally type “passwd” and you get the screen to change the password

and then type in “init 6? or “reboot”

NOTE FOR TECHNICAL USERS
those who are looking for the technical details, the main work is the init command that we passed as an argument to kernel, it told kernel to specifically run the command specified in parameter instead of working on normal routine.

TRICK = if you have any program you wish to run instead of this then you can do that too using init command only.

25 janvier 2011

webkit sous windows

Even though installing and running the development version of WebKit is straightforward on Mac OS X (it is just a matter of downloading the .dmg file and copying the application bundle to /Applications), Windows users may find the task daunting.

But, they should not. Here is how to get WebKit running in four simple steps.

1. Download and install Safari.
2. Download the latest build of WebKit.
3. Unzip the downloaded file and copy the contents to the Safari installation folder. (It is safe to overwrite webkit.dll and the rest of the files.)
4. Execute run-nightly-webkit.cmd once and run Safari from the Start menu as you would normally.

UPDATE: You need to run run-nightly-webkit.cmd at least once, as in step 4.

11 janvier 2011

encryption facile sous Linux gnome seahorse

Seahorse - Encryption Made Easy
Seahorse is a GNOME application for managing encryption keys. It also integrates with nautilus, gedit and other places for encryption operations.

With seahorse you can...

* Create and manage PGP keys
* Create and manage SSH keys
* Publish and retrieve keys from key servers
* Cache your passphrase so you don't have to keep typing it
* Backup your keys and keyring
* more...

02 janvier 2011

Market for foryo android 2.2 sur archos 70 IT

http://forum.archosfans.com/viewtopic.php?f=63&t=42067&start=340

Youtube sur Archos 70 iT avec android 2.2 Froyo

1. Download, install and start "android terminal emulator" from Market
2. Enter below lines in the app and finish each line with an enter

cd /data/test/froyo/system/app
rm YouTube.apk

3. Close the app (back out) and reboot
4. Download YouTube from Market.

11 novembre 2010

Mise à jour du Firmware d'une PS3

Procédure d'installation :

* Téléchargez le firmware par exemple à partir du site ps3gen.fr
* Créez, à la racine de votre support de stockage (clé USB, Memory Stick, ...) un répertoire PS3
* Dans le répertoire PS3, créez un répertoire UPDATE
* Dans le répertoire UPDATE, placez-y le firmware téléchargé ci-dessus
* Renommez le firmware en PS3UPDAT.PUP
* Retirez la clé de votre ordinateur aprés démontage puis insérez là dans votre PS3
* Allez sur l'icône de Mise à jour
* Choisissez support de stockage
* La mise à jour se lance.

24 octobre 2010

Gnome theme on XP

http://nithinkamath.info/archives/2006/12/make-windows-xp-desktop-look-like-gnome/

18 octobre 2010

Post install virtualbox_bin sous archlinux

==> Add your user to the vboxusers group:
==> # gpasswd -a USERNAME vboxusers
==>
==> You must load vboxdrv module before starting VirtualBox:
==> # modprobe vboxdrv
==>
==> You must load vboxnetflt for Host Interface Networking:
==> # modprobe vboxnetflt
==>
==> You must load vboxnetadp for Host-Only networking:
==> # modprobe vboxnetadp
==>
==> To load it automatically, add vboxdrv module to the "MODULES" array
==> "/etc/rc.conf".
==>
==> Run `/etc/rc.d/vboxdrv setup` as root every time your kernel is
==> upgraded, to compile the module for the new kernel version.
==>
==> If USB does not work for you out-of-the-box, add the following line
==> to "/etc/fstab":
==> "none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0"

Dépendances optionnelles pour virtualbox_bin
qt: for GUI support
sdl: for VBoxSDL and GUI support
mesa: for OpenGL support
libgl: for shared OpenGL support
libxt: for shared clipboard support
alsa-lib: for ALSA support
pulseaudio: for PulseAudio support
Si vous appréciez ce paquet, installez aurvote
et votez pour l'inclure/conserver dans [community]