versorge

Tcpdump: An Open Source Tool for Analyzing Packets →

This is a great (and brief) little overview of this awesome tool!

— 1 hour ago
#tcpdump  #unix  #linux  #network  #traffic 
This is a photograph of something that I would have drawn in 4th grade…
amazing.

This is a photograph of something that I would have drawn in 4th grade…
amazing.

— 21 hours ago with 1 note
#batman  #skateboarding  #comics 
How do I make all my folders open in the same window, when browsing the file system?

Q: How do I make all my folders open in the same window, when browsing the file system?
A: If you want to set the file manager so that it doesn’t open a new window for each folder, you can follow these steps:
Double-click on the “Computer” icon on your desktop.
Go to the “Edit” menu and choose “Preferences.”
Click on the “Behavior” tab.
Put a check in the box marked “Always open in browser windows.”
(Thanks to Eugéne Roux for this method of doing it! And thanks to Raivis Dejus for a better phrasing of the question.)
via: www.fedorafaq.org

— 2 days ago
#Fedora 12  #Desktop  #Linux 
The best part of a newly installed system in discovering all the little treats that are built right in. It’s kind of like looking into the future of what other legacy operating systems (like windows) are hoping to become.

The best part of a newly installed system in discovering all the little treats that are built right in. It’s kind of like looking into the future of what other legacy operating systems (like windows) are hoping to become.

— 2 days ago
#Fedora 12  #Linux  #Desktop 
Fun with PyGraphics

Installed PIL. Downloaded Pygraphics. Ran the install script and then moved the PyGraphics folder to the Python Lib directory.
»> f = picture.pick_a_file()
»> pic = picture.make_picture(f)
»> pic.title
»> pic.get_width()
»> pic.get_height()
»> picture.add_text(pic,115,40, ‘this is the dopest thing we have seen yet’,picture.green)
»> picture.show(pic)

goodnight!

— 4 days ago
#PyGraphics