Projects which have been developed to help make a system administrators life a little more convenient: APF (Advanced Policy Firewall) BFD (Brute Force Detection) LES (Linux Environment Security) […]
Uncategorized
Posted on:
How to “Serve” your current directory
Use Python WebServer on port 8000 … python -m SimpleHTTPServer By default, it starts off the server on ‘8000’, you can change this with: python -m SimpleHTTPServer 9090 […]
Uncategorized
Posted on:
Rotating script
In BASH: while(true); do for a in \ | / -; do echo -n $a; sleep 1 ; echo -n -e \r ; done; done
Uncategorized
Posted on:
iPhone and iPod Touch OS 3.1.3
This is a maintenance update, and brings no new features. It’s important to note that 3.1.3 breaks the jailbreak tools. I’m sure the jailbreaking tools will be updated […]