Skip to content
DragonlordWarlock.com

DragonlordWarlock.com

Home of the Dragonlord Warlock/Norin Nightfire

  • Home
  • About Me
  • Poetry
  • Photos
  • Programming
  • Wallpaper
  • Norin Nightfire
  • Privacy Policy
  • Home
  • linux

Category: linux

Converting webp to PNG with a bash script to make life easier.

Posted on 2014-10-012014-10-01 By Administrator
linux, programming, routine

#!/bin/bash if [ -f $1 ] then filename=$(basename “$1”) echo “Converting file…” dwebp “${filename%.*}”.webp -o “${filename%.*}”.png else echo “The file does not exist.” fi    

subfont.ttf

Posted on 2007-08-17 By Administrator
linux, mplayer, subfont.ttf, symbolic link, symlink

If you using MPlayer for the first time, you notice an error message where it says it cannot find subfont.ttf, to solve this problem you can either copy a truetype font to the ./mplayer directory and rename it to subfont.ttf, edit the mplayer configuration file with “font=” with the path to a particular font, or … Read More “subfont.ttf” »

Batch downloading with REXX and WGET

Posted on 2007-08-152014-10-01 By Administrator
downloading, linux, os/2, programming, rexx, scripting, wget

Recent news, I had to reinstall SUSE linux on my 64-bit PC. So this means I have to get my tools that I use often, including REXX scripts. Previously I used a REXX script for reading a text file and downloading a series of files based on a filter, such as files x001.jpg to x030.jpg. … Read More “Batch downloading with REXX and WGET” »

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Advert

  • Facebook

Copyright © 2026 DragonlordWarlock.com.

Theme: Oceanly News Dark by ScriptsTown