Other articles

  1. My Linux SopCast runner script

    Even though I'm not a TV guy, I sometimes feel the need to watch TV. I don't actually have a TV of my own, so I'm forced to use different kinds of streaming frameworks. One of these frameworks is SopCast, and although they provide Linux binaries, the GUI isn't the …

    read more
  2. Linux, Alsa, Skype and audio capture

    Although I'm not a regular Skype user, I still employ it from time to time to do my share of VoIP. But it happens quite often that I don't get any audio from my microphone, although incoming sound works just fine and all the alsamixer switches and gains are set …

    read more
  3. ASUS WL-AM604G NARS-enabled firmware

    If you have an ASUS WL-AM604G (A hardware variant) ADSL Wireless router, than you are probably accustomed to rebooting it everytime your connection fails and your ISP returns an invalid username/password error. Fortunately, the sources for this router's Linux-based firmware are available, and a group of russian modders have …

    read more
  4. Plucker to the masses

    Here's a little shell script I made to convert the html files in a directory to plucker format e-books:

    #!/bin/sh
    ORIGINAL_IFS=$IFS
    IFS=$'\n'
    for file in $1*.html; do
      plucker-build -f $2`basename $(echo $file|sed -e "s/ /\\\ /g") .html` file:$file
    done
    IFS=$ORIGINAL_IFS`
    

    You call it …

    read more

Page 1 / 1

 

social