Fork me on GitHub
Nation Pigeon

Viewing Monthly Archive June 2010

How to find out where your working directory is

29th June 10 | Programming, Systemless

If you are writing some code using some sort of crazy IDE that creates lots of folders and files all over the place, trying to find where to put extra files for your application to find and read can be hard. But not now with Pete’s easy directory finding solution! Instead of trying and failing [...]

[ Read More → ]

How to turn off CYGWIN MS-DOS style path warnings

29th June 10 | Linux, Programming

Add a new Windows system variable with a variable name of “CYGWIN” and variable value of “nodosfilewarning”. That should disable the very annoying error, or you could fix it by using correct UNIX pathnames.

[ Read More → ]

Some of my Food that I made

25th June 10 | Systemless

Here are some pictures of food that I have made over the past few days.  You might be asking why I have taken pictures of my food? well I thought it looked pretty and wanted to capture it… anyway enjoy. Beef Stir Fry – 25 June 2010 Contents: Beef Egg noodles Bean sprouts Spring Onions Bell Peppers [...]

[ Read More → ]

Room Tidy Up

24th June 10 | Systemless

Whist I was tidying my room, I found the reason why I am no good at maths. I found all my maths work from primary to secondary school, stuffed into a folder which 95% of said folder contains the printed manual of Sid Meier’s Civilization all 123 Pages of it. I also found a book [...]

[ Read More → ]

Simple WEP Cracking

18th June 10 | Systemless

1 Introduction 2 Implementation 2.1 Action 3 Conclusion 4 References 1 Introduction This tutorial will show you how to crack a depreciated, but still used, wireless encryption algorithm called Wired Equivalent Privacy (WEP). WEP was introduced in 1997 and was designed to provide the user with a secure connection comparable to that of traditional wired [...]

[ Read More → ]

Networked power monitor/manager for £25

18th June 10 | Systemless

This idea came from the random future films and adverts. Yeah it has been done before, but I was wondering how easy it would be to make something like this with out spending loads of money. I mean I’ve seen web servers made the size of business cards and cost about the same, so if [...]

[ Read More → ]

PHP .inc or .php

11th June 10 | Programming

When including files, I have seen people use inc file extensions and most people using php. For php it is best to not use the inc extension as the code can be viewed in plain text. This is because most servers are set up to display it, it is used for server side include for [...]

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub