Introduction Have you ever wondered how to dump thousands of files to a text file and sort them alphabetically? This tutorial will show you how to do it and create a bash script.
Introduction If you have an android device that is not recognised when trying to access it via USB, this tutorial should help you.
Introduction There may be times when the name of a required file is unknown but you may remember some of the content of a file. A search can be performed in a Linux terminal that will display a list of files that contains the text you remember.
Introduction If you have ever had to or needed to copy or move a website, wget is quite handy. Wget is open source, available on Linux, OSX and Windows and is very easy to use. A whole website can be downloaded with one simple command.
In Ubuntu I was having trouble with the wireless broadband device MF626 freezing. When it froze the operating system needed to be rebooted to get back onto the internet.
Someone in Ubuntu Forums posted that they wanted to create a deb package full of useful scripts and was asking for help. In his post he also said that one of the scripts he was after was a sleep timer so I decided to post one in his thread for him.