I'm sure anyone who has ever gone to school after the new millennium has been fed up with the restrictions placed on our education through computer security software. This instructable will show you how to bypass any OS based restrictions without leaving a trace.
The concept is simple: if the OS is a problem then write your own OS.
This may sound like a large and complicated task, and that is because it is. But it is a cool way to give yourself some on a secure computer.
Required Resources:
-An OS that can fit on a floppy disk or CD/DVD drive (e.g. Slax MikeOS , etc.)
Option A - The Floppy Drive:
-Personal computer with a floppy drive (very uncommon now but the easiest storage medium to boot to)
-Floppy disks
-School computer system that have floppy drives on their computers
Option B - The CD Drive:
-PC with a CD/DVD drive with read write capabilities (much easier to find)
-Rewritable CD's or DVD's
-School computers with Read/Write CD/DVD drives (needs to be Read/Write capable if you want to save any data to the CD)
-Another instructable (unfortunately I haven't attempted to do this with a CD yet so I cant help you yet)
Optional Resouces (if you want to build your own OS):
-NASM
-a working knowledge of assembly language
Remove these ads by
Signing UpStep 1Build & Burn The OS
1. get MikeOS and extract to [OS directory]
2. insert floppy but dont mount
3. burn floppy image to disk using the dd command (very useful command to learn see here: http://www.linuxquestions.org/questions/linux-newbie-8/learn-the-dd-command-362506/
code: dd if=[OS directory]/disk_images/mikeos.flp of=[floppy directory]
4. wait
5. eject
6. done
Other resources:
-Mike OS on Windows: http://www.youtube.com/watch?v=6MJUGVFAXKg (also useful if you intend to build your own OS)
-Slax on any computer: download the iso file and burn to disk or download the .tar.gz and follow installation instructions on the site
| « Previous Step | Download PDFView All Steps | Next Step » |











































FYI, the school computer usage restrictions are not there to keep you from doing what you need to do, they're there because of the parents that will sue the school if their child sees something that they don't agree with.
cellphone+laptop= free internet anywhere there is service. as long as you don't mind 756k dsl like speeds.
When I was in high school I had to use proxy servers just to do my final paper research at school because there content filter blocked too much. Also remembered quite a few that got suspended/computer privileges revoked because they looked at porn at school ...seriously... guess they just couldn't wait.
This is also unfortunate because you won't be able to do much, unless you delete the software being used to hold you back, or monitor you.
Either way, I would suggest removing the software that is monitoring you, and then just using the OS provided.
DISCLAIMER: This usually is a cardinal sin against the school's tech contract, so don't do anything stupid, and then blame me for it. IT IS YOUR OWN RESPONSIBILITY.
(Pretty advanced for most people, but it's great for those of us who know how to do it!) :)