Archive

Archive for the ‘HPR’ Category

HPR Stickers

July 18th, 2011 No comments

My board at work!

 

Categories: Hacker, HPR, Podcasts Tags:

Flashing a Router with DD-WRT

January 31st, 2011 No comments

Apologies for the bad quality.  I really was installing DD-WRT whilst recording, for the first time!  I tried to tidy it up but it’s still fairly rough!

  1. Go the the DD-WRT website.
  2. Go to Router Database.
  3. Search for your Router (or one you might want to buy), in my case the Linksys WRT54GL from NewEgg (note:  NOT a sponsored link and other shops are available).
  4. Read this stuff: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=51486
  5. Notes:  Initial flashing ‘Mini Generic’ via web interface.   Give it at least 2 mins after reboot!
  6. Installation guide: http://www.dd-wrt.com/wiki/index.php/Installation
  7. Lifehacker article: http://lifehacker.com/178132/hack-attack-turn-your-60-router-into-a-600-router
  8. Short version:
    1. Plug in the router
    2. Install the mini-generic DD-WRT firmware
    3. Reboot the router if it doesn’t restart itself
    4. Install the full DD-WRT firmware.  It should restart
    5. Enjoy the shininess of the new firmware!
    6. Reset the password and username!

Thoughts.

  • The router restarts itself when you flash the firmware, which is nice.
  • If you change the IP of the router you may have to disconnect and reconnect the network through linux to force it to update the new IP address.  Don’t forget like I did!
  • To set up a Wii via Wi-Fi you need to set the router up as ‘Ad-Hoc’ else it doesn’t seem to show in the Wii menu.
  • I had problems with my previous router being 192.168.1.1 and the DSL being 192.168.0.1 making me hard reset and set the details back up.  Might be unrelated to this, however changing the IP to 192.168.10.1 for the router and keeping 192.168.0.1 for the DSL resolved this problem.
  • It was pretty damn simple!  At least a lot simple and faster then installing windows!
  • Total time isn’t too long, but I’d recommend having a second router on hand (if you can) to keep internet access in case things go hairy!
  • Categories: HPR, Linux, Open Source, Podcasts Tags:

    Windows 7 Install (HPR Episode)

    August 18th, 2010 No comments

    Just a little slideshow for the screenshots…

    Also I just listened to my episode again and realise I kept calling it VMWare.  I was running Virtual Box.  Apologies for the confusion.

    Categories: HPR, Podcasts, Windows Tags:

    The snake has it!

    January 21st, 2009 No comments

    Python will be the language I do my HPR on.  Well I say 'do' because I just recorded it (although still have to edit it).  I am thinking I will create a new section for programming here, with the scripts I started with (I do ad-lib a fraction mind) and the code examples and similar.  I will also of course have show notes on the HPR site, but think putting a list here will be helpful.

    So I have closed the poll.  Thank you everyone who voted / commented / spoke to me about it in IRC.

    My next HPR ep is due on the 28th I believe, so look for it then!

    Categories: HPR, Podcasts Tags:

    What Language should I do for my HPR series?

    December 22nd, 2008 No comments
    C
    24% (13 votes)
    PHP
    11% (6 votes)
    Python
    58% (32 votes)
    Other (see comments)
    7% (4 votes)
    Total votes: 55

    Categories: HPR, Podcasts Tags:

    New HPR Episode Out

    December 19th, 2008 No comments

    I talk about Encryption, various ways and some examples.  Hopefully it's not completely confusing!  Link is in the podcast section.

    The notes seemed to have gone from the HPR website so they are below:

    Three Prime Numbers: 2, 3 and 5.
    I will call them A, B and C so A=2, B=3 and C=5
    Working through x as the current position, and i being the unencrypted password and j being the encrypted as an array, so i[x] is the 'current' position we get:

    j[x] = ((j[x-1] + i[x] + A) * B ) MOD C

    The password example I give is:

    Encrypting 123

    1 (unencrypted password) + 2 (Prime A) = 3
    3 * 3 (Prime B) = 9
    9 MOD 5 (Prime C) = 4

    4 (previous encrypted) + 2 (current unencrypted) + 2 (Prime A) = 8
    8 * 3 (Prime B) = 24
    24 MOD 5 (Prime C) = 4

    4 (previous encrypted) + 3 (current unencrypted) + 2 (Prime A) = 9
    9 * 3 (Prime C) = 27
    27 MOD 5 (Prime C) = 2

    So the encrypted password is 442
     

    Categories: HPR, Podcasts Tags:

    New HPR Ep in the Installing stuff series

    October 2nd, 2008 No comments

    It can be found here and in it I install Windows in my Virtual Box.  It was definitely interesting!

    Categories: HPR, Podcasts Tags:
    You are protected by wp-dephorm:

    Switch to our mobile site