Hak.5 Hak5 - Wi-Fi Pineapples
In this season premiere episode of Hak5 Mubix joins us to talk about what's new in Maltego, an open source forensics and intelligence gathering tool. Shannon rocks out with Audio surf, and Darren heads downtown to the coffee shop to own a wireless network with a pineapple. Grab some hax0rflakes 'cause the bricks are gone and we're back!
Have you ever broken the sound barrier? It's easier than you think. You just need a good bullwhip,
which converts arm movement into supersonic speed and triggers a sonic boom
called a whip crack. Thanks go to William Gurstelle for the original article in Make Volume 9. To download The Bullwhip MP4 click hereor subscribe in iTunes.
Editor's note: This video has a new sponsor, GoDaddy - so if you're thinking of getting a domain name you can use the MAKEMAG code and get 10% off... -pt
If you want to make an impact online, GoDaddy.com has what you need. .COM names as low as $1.99. Plus, world-class hosting, fast-&-easy Web site builders and much more. Plus, as a viewer of the MAKE Podcast, enter code MAKEMAG, when you check out, and save an additional 10% on any order. Some restrictions apply, see site for details. Get your piece of the internet at GoDaddy.com. Read more | Permalink | Comments |
Read more articles in Weekend Projects |
Digg this!
Hacker Public Radio Ep0179: Hack This Site Xoke talks about a legaltraining ground for hackers.
http://www.hackthissite.org/
September 04, 2008
Hacker Public Radio Ep0178: Google Chrome
download link
Here's a thread on the binrev forum all about Chrome:
http://www.binrev.com/forums/index.php?showtopic=38885
Editor's note: This video has a new sponsor, GoDaddy - so if you're thinking of getting a domain name you can use the MAKEMAG code and get 10% off... -pt
If you want to make an impact online, GoDaddy.com has what you need. .COM names as low as $1.99. Plus, world-class hosting, fast-&-easy Web site builders and much more. Plus, as a viewer of the MAKE Podcast, enter code MAKEMAG, when you check out, and save an additional 10% on any order. Some restrictions apply, see site for details. Get your piece of the internet at GoDaddy.com.
Read more | Permalink | Comments |
Read more articles in Weekend Projects |
Digg this!
Hacker Public Radio Ep0174: VIM is my IDE
Django:
This Week in Django
VIM
SnippetsEMU
Nerd tree
taglist
add to ~/.vimrc for shortcuts
Taglist shortcut line:
nnoremap :TlistToggle
NERDtree shortcut line:
nnoremap :NERDTree
Notes:
*.vba is a vimball file
open a .vba file and follow the instructions. once in the file type :so % and hit enter to run the .vba file. that should install the vim scripts into your ~/.vim directory. it's always a good idea to run the unzip or .vba files from the directory you want to install them into, as you may come across scripts in the future that assume that's were you are.
default Debian/Ubuntu setting file is here: /usr/share/vim/vim71/debian.vim
yours may be under vim70 or something else depending on your version
the global /etc/vim/vimrc runs the debian.vim file
SnippetsEMU notes:
open any SOMELANGUAGE_snippets.vim file to see examples of how to setup a snippet. once snippets are installed, open a file with vim and type a snippet phrase followed by hitting the key and the phrase should be replaced with the bits from the snippet file.
NERD tree notes:
normal vim keyboard keys work in the NERD tree window.
:NERDTree starts it
q from the NERDtree window quits
u for up a level
t for down a level (traverse)
:help NERDTree for extensive command help
Taglist notes:
normal vim keyboard keys work in the taglist window.
taglsits are cumulative, meaning that as you open different files in the same vim session taglist creates a new taglist tree for new files you edit.
:TlistOpen starts
:TlistToggle toggles between opening and closeing the taglist window
F1 for help
q quits/closes taglist window
Lodgeit Pastebin for VIM
NERDCommenter for VIM
easily comment out lines and blocks of text inside code for many languages
http://www.vim.org/scripts/script.php?script_id=1218
August 28, 2008
Hacker Public Radio Ep0173: Configuring Pulse Audio Klaatu and notJlindsay discuss Pulse Audio and how to configure it so it doesn't bork your system. One thing Klaatu fails to mention is that before you try any of this, you should just run whatever software updates may be available for your OS. Pulse configuration and compatability seems to be improving rapidly over time, so many thing may \"fix themselves\" by simply making sure your distro is up to date.
Wiki Article
the ogg version of this episode
Launch streams of toilet paper in mid-air. The ultimate TP machine. Thanks go to Professor Greg Arius of the Phenomenauts for the original article in Make Volume 8
Here is the Streamerator in action on stage with the Phenomenauts
Editor's note: This video has a new sponsor, GoDaddy - so if you're thinking of getting a domain name you can use the MAKEMAG code and get 10% off... -pt
If you want to make an impact online, GoDaddy.com has what you need. .COM names as low as $1.99. Plus, world-class hosting, fast-&-easy Web site builders and much more. Plus, as a viewer of the MAKE Podcast, enter code MAKEMAG, when you check out, and save an additional 10% on any order. Some restrictions apply, see site for details. Get your piece of the internet at GoDaddy.com.
Read more | Permalink | Comments |
Read more articles in Weekend Projects |
Digg this!
Make your own backyard biodiesel. It's easy to make a small batch that will work in any diesel engine. You won't need any special equipment--an old juice bottle will serve as the \"reactor\" vessel--and on such a small scale, you can quickly refine your technique and perform further experiments. Thanks go to Rob Elam for the original article in Make Volume 3
Hacker Public Radio Ep0163: Circuit Bending HPR Circuit Bending
http://www.expertvillage.com/video-series/5058_circuit-bending-audio.htm
http://www.expertvillage.com/video-series/4432_circuit-bending.htm
Circuit bending is the creative, DIY (Do It Yourself) short-circuiting of electronic devices such as low voltage, battery-powered guitar effects, children's toys and small digital synthesizers to create new musical instruments and sound generators. Emphasizing spontaneity and randomness, the techniques of circuit bending have been commonly associated with noise music, though many more conventional contemporary musicians and musical groups have been known to experiment with \"bent\" instruments. Circuit benders remove the rear panel and connect circuits on a trial and error basis. More experienced benders use a soldering iron and add other components such as potentiometers, resistors or capacitors, which creates an even broader range of sounds.
August 13, 2008
Hacker Public Radio Ep0162: Webkit
Jza, Andymeows, and riddebox have a improvised discussion about an article in the
July issue of Linux Journal, called \"Using Webkit In Your Desktop Application.\" pg 54 - 58.
Linux Journal = www.linuxjournal.com
http://en.wikipedia.org/wiki/WebKit
What is webkit?
It has a LGPL license
Webkit is an open source application framework that provides
a foundation upon which to build a web browser.
It was originally
derived from the konqueror browser's khtml software library by Apple Inc. for use in Safari.
You can use Designer to create a nice gui and use the classes for QtWebKit inside it.
Which means that you can drag and drop forms and create the gui real fast.
The best part of QtWebKit is that you can pull stuff from the internet for you applications.
In the article they created an app that will download the pdf files from past issues for you. With a nice search feature for their website.
Examples of applications using Webkit:
Adium
Colloquy
MSN Messenger
Mac OS X's Dashboard
The IPhone uses it as well
August 12, 2008
Hacker Public Radio Ep0161: Hacking WEP finux explains just how insecure WEP is
August 11, 2008
Hak.5 Hak.5 Episode 3x11 In this post-disaster announcement we bring you up to speed on reconstruction and awesome new developments with Hak5. Darren shows off the Hak5 graffiti wall, a multiplayer game of notepad projected on the HakHouse set, and Matt reminds us all to mark August 15th on our calendar. The live show starts at 9 PM EST. The new season’s big premiere is scheduled for September 8th. We think you’re really gonna love it.
Lab Rats Episode 133: Mailbag #4 In episode 133, Andy and Sean answer email about the PDF's, video card issues, virus/spyware infections, and more.
Hacker Public Radio Ep0160: DVgrab http://kenfallon.com/?p=51
http://torrez.us/archives/2007/05/14/530/
http://www.ibm.com/developerworks/linux/library/l-job-terminating/index.html