- 
				
Archives
- September 2020
 - May 2020
 - April 2020
 - November 2019
 - June 2019
 - March 2019
 - January 2019
 - September 2018
 - August 2018
 - February 2018
 - November 2017
 - October 2017
 - July 2017
 - February 2017
 - December 2016
 - November 2016
 - August 2016
 - April 2016
 - January 2016
 - October 2015
 - September 2015
 - January 2015
 - October 2014
 - July 2014
 - March 2014
 - December 2013
 - September 2013
 - August 2013
 - July 2013
 - May 2013
 - March 2013
 - February 2013
 - September 2012
 - August 2012
 - July 2012
 - May 2012
 - February 2012
 - November 2011
 - October 2011
 - August 2011
 - July 2011
 - May 2011
 - January 2011
 - November 2010
 - October 2010
 - September 2010
 - July 2010
 - June 2010
 - May 2010
 - March 2010
 - January 2010
 - December 2009
 - November 2009
 - October 2009
 - September 2009
 - July 2009
 - June 2009
 - April 2009
 - March 2009
 - February 2009
 - January 2009
 - December 2008
 - November 2008
 - October 2008
 - September 2008
 - August 2008
 - July 2008
 - June 2008
 - May 2008
 - April 2008
 - March 2008
 
 - 
				
Meta
 
Monthly Archives: September 2008
faster: a bashpodder plugin
I’ve been asked to supply the script that I use to speed up podcasts. So here it is: #!/bin/bash # v0.3 20080919 https://kenfallon.com if [ -d “${*}” ]; then cd “${*}” ls -1 2>/dev/null | while read FILE;do FILENAME=${FILE##*/} sox … Continue reading
HPR Episode 3 tips posted.
Three bash tips from HPR 185. Progress updates with a bash loop, speeding up podcasts and copying directories with tar. Continue reading
DVD to mp4 (h264) conversion
Following on on from what’s becoming a mini series on data archiving from the Linux command line, I want to talk about backing up DVD’s via the command line. I’m not going to insult your intelligence with the lecture about … Continue reading
Finding the leaves in a tree
I often have deep directory trees where I am only interested in the deepest layers and not the supporting sub directories. An example of this might be a music collection where you have moved all your albums into directories based … Continue reading
DNS working but not resolving
I’ve had a funny situation on a Solaris 10 box where DNS appeared to be working but domain names were not returning. I was able to configm DNS was working using dig $ dig www.google.com ; <<>> DiG 9.3.4 <<>> … Continue reading
									
						Posted in General					
					
				
				
				2 Comments