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.

Netflix and Linux, What are Your Options?

Published on 10 June , 2012 By bill

Introduction I have only recently discovered Netflix and signed up without thinking there may be issues playing back the streaming media on Linux.

Fun With Video in Linux Using MPlayer

Published on 20 February , 2012 By bill

Introduction MPlayer has some features that you may not have noticed if you only use it to watch your videos or if you use a different video player.

Music Composition and Audio Editing in Linux

Published on 28 August , 2011 By bill

Introduction Music composition and audio editing software can be quite expensive. There are professional open source alternatives to expensive commercial applications. Open source applications do not get the exposure as commercial applications and may not have the same features or operate in the same way. Deciding if open source software is appropriate is the same [...]

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.

Playing a Blu-Ray Movie in Linux

Published on 27 August , 2011 By bill

Introduction Not much has changed in the Linux world when it comes to playing Blu-Ray content. The main thing is that Blu-Ray movies can be played but without the menu and other rich content. The application this article will talk about is MakeMKV. MakeMKV is free for DVD content, there is a license fee for [...]

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. [...]