Restoring Your CR-48 From Luigi BIOS

11.12.11

So awhile ago I had used the "Luigi" method to be able to install any OS I had wanted to my CR-48. Well, after awhile I got bored of the misc issues I had been expieriancing and wanted to return the computer back to its stock settings. Then I saw and found that all of hexxeh's files had been removed and were no longer available. After searching and searching I found a guide which directed me to install flashrom and then flash the stock BIOS manually.

-- Read More --

 

Python for n00bs: Command Line Options

07.14.11

Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability. It can be used on many differant types of network enviroments for automating complex and mundane tasks and also can be utilized in such a wide variety it makes it a must know language. For starters we will go over OPTPARSE python module which will let us process options from a cmd shell and pass those to variables we can later call on from within our script.

First thing we do is import our required modules into the script, in this case we will be using os, sys, and optparse

  1. import os, sys, optparse

Next, we define our main function, this is the function the script will automaticly jump to when done parsing our command arguments.


-- Read More --

 

Update on Me and this Website

06.19.11

It's been a busy year, lot's of new things been happening in my life, for starters, I started SBNSC {Seattle Business Network Systems & Consulting} We are very excited to be moving into mobile software development and a few other exiting new projects. We offer everything from network management to secure hosting, to web design.......

-- Read More --

 

New Site Launched

06.17.11

Welcome to the new site, leme know what you think. New IRC Channel,
Mabey some new files coming? :)

--Ben