Food and Beer !

This is the pleasure :

beer food

beer food smoke

beer sheese

Posted in Uncategorized | Leave a comment

Lazy Cat

I want to be a cat !

lazy cat

Posted in Uncategorized | Leave a comment

Photo Shoot Girl

I love to take photos !

Pre-shoot :

preparation shoot marion marianne

Marianne :

shoot marianne

Marion :

shoot-marion

Both :

shoot marion marianne

Tell me what you think !

Posted in Girls, Photo | Leave a comment

Girls and Legs

legs

Posted in Girls | Leave a comment

Mupen64plus Add Controller on Ubuntu

Just to notice you that to add a controller for mupen64plus on Ubuntu you just have to find the name of your controller and then copy, paste, add and adjust the following with the good name in the file “/usr/share/games/mupen64plus/InputAutoCfg.ini” :


[Your Controller Exact Name]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 4096,4096
AnalogPeak = 32768,32768
DPad R = hat(0 Right)
DPad L = hat(0 Left)
DPad D = hat(0 Down)
DPad U = hat(0 Up)
Start = button(9)
Z Trig = button(7)
B Button = button(0)
A Button = button(2)
C Button R = axis(3+)
C Button L = axis(3-)
C Button D = axis(2+)
C Button U = axis(2-)
R Trig = button(6)
L Trig = button(4)
Mempak switch =
Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

Posted in IT, Linux, video game | Leave a comment

Bootable Key

You can do it with a really easy way :

Install the package syslinux

Put your usb key and do not mount it and do :

# isohybrid /path/to/file.iso
# dd if=/path/to/file.iso of=/dev/sdX 
status=progress

Posted in IT, Linux | Leave a comment

postgresql LC_CTYPE error

When I was installing an app who used PostGreSQL I got this error :

DataError: encoding “UTF8” does not match locale “en_US”
DETAIL: The chosen LC_CTYPE setting requires encoding “LATIN1”.

Here is the solution :

/etc/init.d/postgresql-9.3 stop
pg_dropcluster --stop 9.3 main
pg_createcluster --locale en_US.UTF-8 --start 9.3 main
/etc/init.d/postgresql-9.3 start

Posted in IT, Linux, SQL | Leave a comment

NDH 2k14 Korben LockPicking by printing

Hi !

Yesterday, this was the “NDH” 2k14. I just bought my first lock picking’s kit and a printing kit :

kitlockpickingprinting

So today, I made my first key in 50 minutes.. It really scares me that this is so easy.. But It really asks lot of patience and strictness.

key

And I also meet Korben :

korben

Posted in IT | Leave a comment

Hydra Http Form Post

Just an example of brute force with Hydra and a post methode autentication.

hydra 10.0.0.1 -f -l admin -P /home/user/passwd.txt -e nsr -vV http-form-post "/path/to/login?submit:username=^USER^&password=^PASS^:login_faile" -o /home/user/result.txt

Posted in IT, Linux, Web Development | Leave a comment

RaspBerryPi Raspbian Analogic Sound

If you want to set the analogic sound output by default, just type as root :

amixer cset numid=3 1

Posted in IT, Linux | Leave a comment