Skip to content

Month: Tuesday June 23rd, 2009

MD5 “Decrypter”, Java

Hello What is MD5 Decrypter? It is a distributed system to break MD5 hash using bruteforce. Implementation of MD5 Decrypter There is a lot of…

Continue reading MD5 “Decrypter”, Java

Parking Lot Exercise, Java, Concurrent Programming

Hello, This is a problem of Concurrent Programming that I solved in a test: The parking lot have 30 spots. Since the parking lot have…

Continue reading Parking Lot Exercise, Java, Concurrent Programming

Conversion table – 3 – Computer Organization (INE5411)

Hello,

This post have some extra conversion. The first one just have some pages that I used until that moment. This one have the conversion table until now.

Matheus Bratfisch

Continue reading Conversion table – 3 – Computer Organization (INE5411)

Update End Point, TunnelBroker

Hello, If you want to UPDATE your tunnelbroker end point, you can use this: http://ipv4.tunnelbroker.net/ipv4_end.php There are the format that you have to use. In…

Continue reading Update End Point, TunnelBroker

Open ping in server from one IP

Good Night, If you want to enable PING in your SERVER just from ONE IP use this IPtables rule: $ sudo iptables -A INPUT -p…

Continue reading Open ping in server from one IP

Install and Configure DHCP server in Ubuntu

Good night, If you want to install DHCP server in Ubuntu, use $ sudo apt-get install dhcp3-server And then edit /etc/dhcp3/dhcpd.conf I commented all lines…

Continue reading Install and Configure DHCP server in Ubuntu