Is this going to be cheap?
Posted on : 20-11-2009 | By : admin | In : Uncategorized
1

What does this “$” mean? It costs too much for me? mother F@#$%@
Ubuntu on Acer Aspire one AOD250 KAV60 I have Read a lot of people on the Ubuntu Fourms having issues with Acer AOD250 with Wifi, Webcam, and Sound. Lets get down to it... ****Note: Start with a Fresh Install...
WebApp Lag Meter non SSI using Ajax Demo: Link to the Script: Pastebin
[Unlock] Linksys RTP300 from Vonage Hello Guys Here's how to hack your Jailed RTP300 Step 1. Files you will need tFTP -> http://tftpd32.jounin.net/download/Tftpd32-3.35-setup.exe The Zip -> Hack...

What does this “$” mean? It costs too much for me? mother F@#$%@
I’m just loving it The Graphics suck but for $299 it was a good deal and… having windows 7 on it made the deal even better.
It came with 3 GB’s of ram, 500GB HD, Windows 7 Home Premium, along with a keyboard and mouse.
This is my Desktop as it is now…

I do plan to upgrade the Graphics soon, and also add one more GB of ram to give it 4 gbs
We All know IPTables and well be a bitch… so by adding the following lines to your /etc/bash/bashrc and/or ~/.bashrc
You can easy block ips on the Table Level Thats(PINGs, and all Data in and out) You wound really need a fast way to add Ip blocks and Table Level when a DDos, Floodnet, Clonenet eg…
How to Use,
First Your Going to need to have iptables installed
Gentoo: emerge iptables (Must be Root to use/install iptables)
Ubuntu: sudo apt-get install iptables
# http://thegeekoftheworld.com/
alias blockedips=”iptables -L”
alias blockip=”iptables -I INPUT -j DROP -s ”
alias unblockip=”iptables -D INPUT -j DROP -s ”
#Code Thats it! TEST….
