ep0567 :: Miscellaneous Radio Theater 4096 2,
ep0566 :: Shotgun
Hyper-Scheduling For Maximum Effect
follow the progress of this likely-ineffective experiment
gopher://gopher.info-underground.net/1/lostnbronx/lostnblog
ep0565 :: Hack Radio Live 6
Scanners, Scanners and more Scanners with Drake and Enigma
ep0563 :: Hack Radio Live 5
No set topic for this show Enigma and Drake talk about whatever is on their minds.
ep0562 :: Introduction to bash scripting
http://en.wikipedia.org/wiki/Bourne_shell http://en.wikipedia.org/wiki/Command-line_interface A list of "Hello World" programs in many different computer languages: http://www.roesler-ac.de/wolfram/hello.htm For Windows: Editor: http://notepad-plus-plus.org/ Bash (and more): http://x.cygwin.com/ (run setup, and selecting the 'xinit' package from the 'X11' category.) $ echo '#!/bin/bash' > hello.bash $ echo "echo hello world" >> hello.bash $ cat hello.bash #!/bin/bash echo hello world $ chmod +x hello.bash $ ./hello.bash hello world feedback-(a)-kenfallon.com More information http://www.kenfallon.com
ep0561 :: Hack Radio Live 4
Drake discusses the WEP and WEP based cracking.
ep0560 :: Old soldiers
Music in this episode:
"Test Drive" by Zapac
Available at ccmixter.org
Script for this episode available on my gopherspace:
gopher://gopher.info-underground.net/1/lostnbronx/
ep0559 :: Hack Radio Live 3
Enigma discusses basic security concepts
ep0558 :: xscreensaver
xscreensaver howto: http://www.jwz.org/xscreensaver/man1.html#9
Commands:
vi .kde/Autostart/xscreensaver.desktop
sudo cp /usr/lib/kde4/libexec/kscreenlocker sudo vi /usr/lib/kde4/libexec/kscreenlocker
sudo chmod +x /usr/lib/kde4/libexec/kscreenlocker
sudo apt-get install xscreensaver xli xloadimage xfishtank qcam streamer
ep0557 :: Hack Radio Live 2
Story time with Drake and Enigma
ep0556 :: Basekamp Interview
Find the ogg version courtesy your friends at the bad applez.
ep0555 :: Hack Radio Live 1
In this pilot, Drake and Enigma discuss WiiRD.
ep0554 :: Wireless
ep0553 :: interview with celesteLynPaul
ep0552 :: Uber Leet Hacker Force Radio 5
In this episode we talk to Krue about his flash-cart and then to Mat Jones about his web-framework and work in D. Links include: BatchPCB: http://batchpcb.com/index.php/Products/24239 http://batchpcb.com/index.php/Products/23319 AtariMax Flash Cart: http://atarimax.com/usbcoleco/documentation/ All USB specifications can be downloaded from: http://www.usb.org/developers/docs/ Krue's site: http://krue.net/ Mat's site: http://workhorsy.org
ep0551 :: Interview with Wendy Seltzer
ep0550 :: Interview with jledbetter
ep0549 :: Interview with Richard Jones
ep0548 :: How to Prevent Spam
ep0547 :: openCSW Interview
Klaatu talks to Philip Brown of the openCSW project about Solaris, SunOS, portability and code, and lots more.
You may also listen to this episode in glorious ogg vorbis.
Word up! the anti-talkshoe producers of this episode: Timrit and cobra2
ep0546 :: Shot of Hack – Changing the time offset of a series of photos
The problem: You have a series of photos where the time is offset from the correct time but is still correct in relation to each other.
Here are a few of the times that I’ve needed to do this:
- Changing the battery on my camera switched to a default date.
- I wanted to synchronize the time on my camera to a GPS track so the photos matched the timestamped coordinates.
- At a family event where images from different cameras were added together.
You can do edit the timestamp using a GUI and many photo manipulation applications like the GIMP support metadata editing. For example on KDE:
gwenview -> plugins -> images -> metadata -> edit EXIF
The problem is that this gets tiresome after a few images, and anyway the times are correct in relation to each other – I just need to add or subtract a time correction to them en masse.
The answer: exiv2 – Image metadata manipulation tool. It is a program to read and write Exif, IPTC and XMP image metadata and image comments.
user@pc:~$ exiv2 *.jpg
File name : test.jpg
File size : 323818 Bytes
MIME type : image/jpeg
Image size : 1280 x 960
Camera make : FUJIFILM
Camera model : MX-1200
Image timestamp : 2008:12:07 15:12:59
Image number :
Exposure time : 1/64 s
Aperture : F4.5
Exposure bias : 0 EV
Flash : Fired
Flash bias :
Focal length : 5.8 mm
Subject distance:
ISO speed : 160
Exposure mode : Auto
Metering mode : Multi-segment
Macro mode :
Image quality :
Exif Resolution : 1280 x 960
White balance :
Thumbnail : image/jpeg, 5950 Bytes
Copyright :
Exif comment :
The trick is to pick a image where you can that figure out what the time was and work out the time offset. In my case I needed to adjust the date forward by six months and four days while changing the time back by seven hours. I used the command exiv2 -O 6 -D 4 -a -7 *.jpg
-a time
Time adjustment in the format [-]HH[:MM[:SS]].
This option is only used with the 'adjust' action. Examples:
1 adds one hour,
1:01 adds one hour and one minute,
-0:00:30 subtracts 30 seconds.
-Y yrs
Time adjustment by a positive or negative number of years, for the 'adjust' action.
-O mon
Time adjustment by a positive or negative number of months, for the 'adjust' action.
-D day
Time adjustment by a positive or negative number of days, for the 'adjust' action.
When we run this we can see that the timestamp has now changed.
user@pc:~$ exiv2 *.jpg | grep timestamp
Image timestamp : 2009:06:11 08:12:59
That’s it. Remember this is the end of the conversation – to give feedback you can either record a show for the HPR network and email it to admin@hackerpublicradio.org or write it on a post-it note and attach it to the windscreen of Dave Yates’s car as he’s recording his next show.
http://www.hackerpublicradio.org
http://kenfallon.com/?cat=12
ep0545 :: Little Bit of python episode nine
ep0544 :: HPR: A private data cloud
LINKS: Failure Trends in a Large Disk Drive Population http://labs.google.com/papers/disk_failures.pdf Nas solutions http://www.drobo.com/ http://en.wikipedia.org/wiki/Network-attached_storage Clowd Solutions https://one.ubuntu.com/ https://www.dropbox.com/ http://www.carbonitepro.com/ProPricing.aspx Rsync http://samba.anu.edu.au/rsync/ http://rsync.samba.org/ftp/rsync/rsync.html http://en.wikipedia.org/wiki/Sneaker_net Setting up the sshkey http://sial.org/howto/openssh/publickey-auth/ Getting a well known url for your changing home IP address http://en.wikipedia.org/wiki/Dynamic_DNS Cron howto http://hackerpublicradio.org/eps.php?id=0507 http://www.cyberciti.biz/faq/disable-the-mail-alert-by-crontab-command/ Sponsored Podcast http://screencasters.heathenx.org/
ep0543 :: Xoke's Podcasting Script
ep0542 :: Little Bit of Python Episode 8
ep0541 :: Interview with Moxie Marlinspike
ep0540 :: Uber Leet Hacker Force Radio 04
ep0539 :: Little Bit of Python Episode 7
ep0538 :: asterisk-cast
ep0537 :: Episode 6.Bit-of-Python
ep0536 :: Spud Guns
http://spudtech.com/
http://spudfiles.com/
http://www.advancedspuds.com/
Books:
Backyard Balistics by Wiliam Gurstelle
Gun plans:
http://www.advancedspuds.com/gunplans.htm
ep0535 :: New Features in Python 2.7
ep0534 :: Mercurial Transition and comments on the Python Package Index
ep0533 :: Professional Certs versus Hacker Degree
ep0532 :: Ubuntu interview
ep0531 :: bash loops
user@pc:~$ for number in 1 2 3 > do > echo my number is $number > done my number is 1 my number is 2 my number is 3 user@pc:~$ for number in 1 2 3 ; do echo my number is $number; done my number is 1 my number is 2 my number is 3 user@pc:~$ cat x.txt|while read line;do echo $line;done one-long-line-with-no-spaces one ling line with spaces user@pc:~$ for line in `cat x.txt`;do echo $line;done one<-long-line-with-no-spaces one ling line with spaces
ep0530 :: Setting up the samson C01u in linux
ep0529 :: Interview with Peterwood
ep0528 :: Bordless Networking
ep0527 :: HPR RoundTable 9
ep0526 :: Interview with a whitehat
ep0525 :: Seccubus
The first show is a continuation for a previous show
http://hackerpublicradio.org/eps.php?id=0467
Frank Breedijk, asked HPR listeners to supply him name suggestions for his security assessment tool, autonessus. One of HPR listeners supplied him a name which he liked and now the project is known as Seccubus. The show is an interview with both Frank and the fellow that supplied the name Jason.
ep0524 :: TiT Radio 019 - interview with sigFLUP
monsterb chats with sigFLUP about the demoscene, old gaming consoles, and so much more.
Please visit http://titradio.info/019.html for shownotes.
ep0523 :: Miscellaneous Radio Theater
DESCRIPTION:
In this episode we talk with Petunia about teaching kids math. You may contact either Petunia or SigFLUP at pantsbutt@gmail.com
ep0522 :: Piratprat Ep 02
In this episode from February 18 we discuss the internal Pirate Party election fraud. Extra short episode due to cold weather. (recorded under the winter sky)
ep0521 :: Talk Geek to me Ep 07
Closing Music is Stian-2003001.
ep0520 :: Selecting Talks for PyCon 2010
In this episode, we discuss how talks were selected for the upcoming PyCon conference, and what else is being planned.
ep0519 :: TiT Radio 018 - moooo! Baby
TiT Radio 018 - moooo! Baby.
monsterb, klaatu, Peter64, Azimuth, and JMan talk about search enigines, codecs, video editing, and so much more!
Please visit http://titradio.info/018.html for shownotes.
ep0518 :: Life Without a GUI
Oct 9th 2009 at the Utah Open source conference
http://2009.utosc.com/presentation/44/
http://www.jaredandcoralee.com/
ep0517 :: Interview with a blackhat 2 - CC
CC talks to us about where he started hacking, what he has done in the past and the reasons why he does hack.
tmacuk - http://www.tmacuk.co.uk tmac@tmacuk.co.uk
ep0516 :: Interview with Astera
Astera has been an evangelist for hacker spaces across europe.
Lots of interesting information about hacker spaces
ep0515 :: Network Basics Part 6
ep0514 :: Talk Geek To Me ep 06
Also covered a latin Free Software news item
Closing Music:Mike Burgess-Audio Love Song
ep0513 :: Piratprat Ep 01
Nilsson and Koistinen talks about the Swedish Pirate Party. In this episode from February 6 we discuss the Pirate Party, program, who are members, the primary election and grandmother Gun.
ep0512 :: Uber Leet Hacker Force Radio 3
AUTHOR: SigFLUP
DESCRIPTION:
Links in this episode include
http://uberleet.atari.org
http://hobones.dogsoft.net/mega/mega_distrib.tgz
http://hobones.dogsoft.net/pits_distrib.tgz
http://hobones.dogsoft.net/bump.avi
ep0511 :: TiT RAdio 017 - Klaatu's Window Manager Challenge
Please visit http://titradio.info/017.html for shownotes.
ep0510 :: Python Language Moratorium Python 2.7 End of the Line?
ep0509 :: Binrev Radio Lost episode - Telephonic Craptacular
Original Release Date
2006-07-18
Hosts
StankDawg, et al.
BONUS EPISODE!
This episode was a bonus episode that I created just to work out the timing between seasons. We had completed the last season 3 at episode 156 (52 episodes * 3 years) but the first episode of season 4 (#157) was planned as a live event at hope NEXT week so I had a week gap with no show and I didn't want to ruin the live event, so I created this "half episode" to fill the slot this week..
This rare episode was streamed but was not on our archive. There may be a few copies floating around here or there, but this is the first official release of this episode on this site.
ep0508 :: Pocket Full of Miracles
ep0507 :: Cron with Ken Fallon
LINKS ============================================== https://help.ubuntu.com/community/CronHowto http://unixhelp.ed.ac.uk.CGI/man-cgi?crontab+5 http://unixgeeks.org/security/newbie/unix/cron-1.html http://en.wikipedia.org/wiki/Cron http://ratholeradio.org/ SCRIPT ============================================== username@computer:~$ vi /home/username/bin/hello.bash username@computer:~$ cat /home/username/bin/hello.bash #!/bin/bash echo "hello world" username@computer:~$ /home/username/bin/hello.bash bash: /home/username/bin/hello.bash: Permission denied username@computer:~$ chmod +x /home/username/bin/hello.bash username@computer:~$ /home/username/bin/hello.bash hello world username@computer:~$ export |grep EDITOR declare -x EDITOR="vim" username@computer:~$ crontab -l no crontab for username username@computer:~$ crontab -e no crontab for username - using an empty one No modification made username@computer:~$ crontab -e no crontab for username - using an empty one crontab: installing new crontab username@computer:~$ crontab -l # m h dom mon dow command * * * * * /home/username/bin/hello.bash > /home/username/hello.output 2>&1 username@computer:~$ cat /home/username/hello.output hello world
ep0506 :: TiT Radio 016 - HPR Potluck Roundtable
Recorded live on Jan 9th 2010.
We talk about... Way to much to list. Please visit http://titradio.info/016.html for shownotes.
ep0505 :: Interview with a blackhat - n0 g00d
ep0504 :: Hacker Public Radio Round Table 8
ep0502 :: What Is Free Software
Finux gives a talk at the Dundee Free Software Day event. Topic: what is free software?
Ogg version. Click riiiight here on the little f (for free), to download it.
ep0501 :: Klaatu interviews Rikki Kite of Linux Pro Magazine
Klaatu, at the Ohio Linux Fest 2009. interviews Rikki Kite, associate publisher of Linux Pro Magazine.
The ogg version provided by The Bad Apple Linux Oggcast.
ep0500 :: 2009 Year in Review
Enigma and Klaatu talk about 2009, and what 2010 may bring for the Hacker Public Radio and Binary Revolution (binrev) world.
An ogg version is also available.
ep0499 :: TiT Radio Ep 15
Please visit http://titradio.info/015.html for shownotes.