gringao.
Le journal de
ToutEtRien
Notes, tutos & archives

Le carnet.

14 mars 2015

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…

Lire la suite ↗
21 octobre 2014

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

Lire la suite ↗
4 octobre 2014

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 :…

Lire la suite ↗
29 juin 2014

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 : So today, I made my first key in 50 minutes.. It really scares me…

Lire la suite ↗
25 juin 2014

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

Lire la suite ↗
21 juin 2014

RaspBerryPi Raspbian Analogic Sound

If you want to set the analogic sound output by default, just type as root : amixer cset numid=3 1

Lire la suite ↗
29 mai 2014

Activate Routing NAT Linux

Wan eth0, Lan eth1 type : echo 1 > /proc/sys/net/ipv4/ip_forward and : iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT iptables…

Lire la suite ↗
12 avril 2014

Learn layout CSS

I just saw this website today and wanted to share it. http://learnlayout.com/

Lire la suite ↗
28 mars 2014

DRAC. The maximum number of user sessions is reached.

You see this message and don't know what to do ? Just have to connect in ssh to you drac and type : racadm racreset Your drac will reboot and you will be able to…

Lire la suite ↗