het is zo simpel

Een goed systeem hoeft niet duur te zijn

menshop

Computer Upgrades for 2010

cateatmouse compubag compucrash f1f1 flightsim kidsdownload mouse ohshit overworkedmouse plane reademail surgery

Ik was mijn handen in….

En da’s best smerig. Gekke buitenlanders

YouTube Preview Image

Jan en Ali: Zing! (Holland Kampioen)

Nieuwe Oranje hit, ik vind hem briljant

YouTube Preview Image

Teachers and their students

teacher-students

Hallo liebe pornofreunde!

Die mit dem roten halsband…

YouTube Preview Image

Drie dorpen voor ehhh….

En zelfs daar zijn ze racistisch genoeg om onderscheid te maken

neger

Putting an iPhone in DFU Mode

There are two modes for restoring your iPhone, Recovery Mode and DFU Mode.
Where Recovery Mode is most used to restore an iPhone using iTunes, DFU Mode is more powerfull. Recovery Mode uses the pre-loader that is allready installed on the iPhone and DFU Mode uses the pre-loader injected in the restore package. If Recovery Mode isn’t working most of the times DFU Mode will do the job.

To put a device in DFU Mode hold the Power and Home button simultaneous for 10 seconds, after that release the Power button but hold the Home button for another 10 seconds. Then release the Home button. The screen will remain black, and iTunes will say it has detected an iPhone in Recovery Mode

Configure a static ip address in Fedora/CentOS/RedHat

As root, check which networking devices are installed

ls /etc/sysconfig/networking/devices

now edit the device you wish to configure your static ip address on (for instance eth0)

vi /etc/sysconfig/networking/devices/ifcfg-eth0

Now edit or add the settings you want changed (the bold ones, don’t change the other ones)

DEVICE=eth0
BOOTPROTO=none
HWADDR=xx:xx:xx:xx:xx:xx
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1

Save and exit and change the name servers

vi /etc/resolv.conf

Configure your DNS settings

search DNS-SEARCH-DOMAIN
nameserver NAMESERVER1
nameserver NAMESERVER2

If you’re working remotely just reboot your server/workstation and if you’re working locally bring the network interface down and up

ifdown eth0
ifup eth0