Category Archives: Tutorials

What is the point of learning a lot but never sharing that newfound knowledge with others in order to spread awareness around? Knowledge is for all and so if I come across some technique or instructions that I wish to safeguard for the future, where better to leave it lying around than on the World Wide Web for all to access?

BlackBerry QR Code Reader

QR Codes are useful ways to visually encode data like URLs or Contact Details or just about any string you want to in a nice black and white square diagram. To read them, you basically just need to take a picture of them and then let a QR Code Reader handle the rest. So what is the easiest way to read QR codes on your BlackBerry? Continue reading

Posted in Tutorials | Tagged , , , , , | 3 Comments

How to Release and Renew Your IP Address via Ubuntu Terminal

ifconfig is the go to command when you want to view anything related to your Internet or network connections on your Linux box… This will shut down the eth0 interface and subsequently releases the IP in the process. To now renew your IP, run: Continue reading

Posted in Tutorials, Ubuntu | Tagged , , , , , , , | 1 Comment

Online QR Code Decoder

qr-code

QR codes are slowly, slowly gaining more traction, despite the fact that they are pretty much only useful little beasts when it comes to directing smartphone users to some or other web content URL. Generating them is pretty easy, hell, even Google Chart has an api for them, and to decode them you simply need a phone with a camera and a decoder app installed. But what if you don’t have a phone for testing and simply want to check that your generated QR code is correct?
Continue reading

Posted in Tutorials | Tagged , , , , , , | 1 Comment

Online QR Code Encoder (Generator)

qr-code

QR codes are slowly, slowly gaining more traction, despite the fact that they are pretty much only useful little beasts when it comes to directing smartphone users to some or other web content URL. Generating them is pretty easy, hell, even Google Chart has an api for them, and to decode them you simply need a phone with a camera and a decoder app installed. But if you aren’t particularly computer illiterate, what is the best way to generate a QR code of your own? Continue reading

Posted in Tutorials | Tagged , , , , , , , | Leave a comment

Windows: ‘ipconfig’ is not Recognised as an Internal or External Command

If on opening a command line prompt and trying to run something like ipconfig or ping, you receive an error message reading something like ‘ipconfig’ is not recognised as an internal or external command, chances are pretty good that you somehow messed up your PATH system environment variable. Continue reading

Posted in Tutorials, Windows | Tagged , , , | Leave a comment