Archive for the ‘Uncategorized’ Category
Linux MAC changer for Rapidshare downloads no comments
To get over rapidshare download limits. This works both for static and dynamic assigned IPs.
I got this off hak5.org and made some adjustments for my connection.
#!/usr/bin/python
import os, randommac = “00″ # MAC Addressed typically start with 00. Looks more legit
i=0
# This next part should be apparent. Fills in the mac with random hex
while (i<5):
mac = mac + “:” + str(hex(random.randint(0,15))[2:])
mac = mac + str(hex(random.randint(0,15))[2:])
i = i+1
changer = “ifconfig eth0 hw ether ” + str(mac)
print “New MAC generated:”, str(mac)# Stops network services, assigns new mac, restarts networking
raw_input(”Turn OFF modem. Press ENTER to stop net”)print “stopping net…”
print “changing mac…”os.system(”/etc/init.d/net.eth0 stop”) # You may need to change this.
os.system(changer)
raw_input(”Turn on modem. Wait for 4 lights. Press ENTER to start net”)
print “starting net…”
os.system(”/etc/init.d/net.eth0 start”)
Things people bring 2 comments
Show us your Go Bag at Lifehacker.com
What I got in my day pack is mainly garbage along with some things that never leave my bag:
- Phone charger
- Pen & marker
- Penlight
- Rubber hose torniquet
- Litmann stethoscope
- Notebook/organizer/GTD book
- Keys
- Rain jacket
- toolbox USB pen drive with:
- bootable SLAX configured for SAM, WEP/WPA, Metasploit, nmap, etc.
- gpg TwoFish symmetrically-encrypted password list for various net accounts
- small black umbrella with a broken rib
- kit full of toiletries (deodorant, toothbrush/paste, small soap, shaving kit, medications)
- 12-year old Victorinox SAK with a broken 5-inch blade tip
- biscuits and crackers for traffic jam munchies (i got gerd), some left open and in varied stages of fungal growth
- water bottle with stale week-old water (I really have to take this out and clean it sometime this year)
- extra shirt and socks and underwear (yes I change this everyday)
- small murse (man purse) for coins
- old bus tickets
- different books, almost always I got 2, one for review and a pocketbook for wasting time while in a bus or sitting waiting somewhere
* I was planning of getting an mp3 player for my audio books (only thing they’re good for IMHO, Classic Jazz and Classical music don’t sound well compressed) but when I have the time to buy it I always have the reason *not to*. Maybe I don’t really need it.
** As I’m not much of a gadget freak (just a phone for sms & voice and my USB pendrive bootable toolbox) I don’t carry alot of electronic things. Maybe if I can get my hands on a Sharp Zaurus and install Unix on it, or even a small GPS device… maybe. But that’s a long shot. I don’t even dream about carrying a laptop like most people do. Sometimes I have my digicam on hand but that’s getting quite rare nowadays as I don’t go out much and don’t see anything worth aiming a camera at.
Cebu Zombie Inmates 3 comments
Over 1.3 million views on youtube and counting.
What a riot ![]()
[youtube=”http://youtube.com/watch?v=hMnk7lh9M3o]
More performances uploaded by this guy.
OpenLibrary.Org no comments
Welcome to the Open Library.
How much of the Philippines have you visited? 2 comments
More reasons not to install m$ garbage no comments
Get your stinkin, dirty hands off my disk m$.
China’s Jin-Class sub caught on GoogleEarth 2 comments
Back when I was an avid fan of Tom Clancy’s books, I used to imagine what it was like looking at those “satellite imagery” and other hi-tech spy stuff. Nowadays, you can do the same thing via GoogleEarth. I wonder why the Chinese Navy didn’t have satellite schedules posted on their docks. Maybe this one’s just a mock-up. You can never be too sure. People have been fooling spy sats since the 60’s. But more to the point, I’m sure they wouldn’t have left this out in the open unless it was their intention for people to see it. Saber-rattling is an old technique to tell the other side that “yes, we are serious so don’t mess with us”, and with the recent successful test of ASAT technology, China may well be just doing that. Tactically it has little effect. You can see submarines on their docks, but when the time comes that they sortie, they will just submerge and be out of sight of your spy sats — that is, unless you’re putting a sub patrol to guard them near the dock as they go underway. I just love subtle military tactics. It’s like chess played on a larger scale. It’s the politics and politicians that mar it.
fvwm-crystal 2 comments
Taking a foray into other lesser-known WMs. Here’s a nice interview by Softpedia on the creator of FVWM-Crystal Maciej Delmanowski. On my part it is a bit hard to forget my fluxbox keyboard habits that I’ve been used to for so long it’s almost second nature. But it’s a learning experience and I like fvwm-crystal so far. I already tried out Ion3 and ratpoison (and even E17) but somehow I keep going back to fluxbox. Maybe FVWM-Crystal will change that… or not. Let’s see if it holds out to my stubborn fluxbox fingers
And no, I still won’t use Gnome/KDE/Xfce (aka gnome-wannabe) even at gunpoint. In my head I still think of those DEs as something made to welcome Windows migrants, which I’m not thankfully. I came from C64. No offense to those DE’s users btw, it’s just a personal view.
Desktop Supercomputer no comments
Looking forward to this one: Desktop Supercomputing. While generally people are looking into faster applications and media and all that, I’m quite excited about it’s implications on cryptography. Imagine this coupled with rainbow tables and rainbowcrack and life couldn’t be much easier.
Why you don’t need HJSplit for Linux 2 comments
HJSplit is famous in the DOS/Windows world as a way to split/join large files for easy network transfer. I’m just confused why they bothered to make an HJSplit version for linux. This HJSplit for Linux even requires you to install a separate library which add to the garbage for such a useless app (for nix). If you’re on linux and you encounter a file split via HJSplit, just use the venerable `cat` and you’d be fine.
cat split-files.rar.* > split-files.rar



