Tag Archive

How to Output a List of Files to a File and Sort Them in Linux

Published on 5 July , 2012 By bill

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.

How to Access Android Devices in Linux

Published on 27 May , 2012 By bill

Introduction If you have an android device that is not recognised when trying to access it via USB, this tutorial should help you.

How to Download YouTube Videos in Linux

Published on 28 August , 2011 By bill

There is a python script available that can download YouTube videos as .flv files called youtube-dl.

Media Shuffle Bash Script

Published on 24 August , 2011 By bill

Before I could find a media center application that I really liked, I used to create playlist’s and use mplayer to play the playlist’s randomly. Because new episodes come out and I did not want to have to create new playlists I created a script automatically generate the playlist’s and play them using mplayer randomly. [...]

Sleep Timer Bash Script

Published on 24 August , 2011 By bill

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.