Posts in Linux
Posted in Linux at 03:02PM on 08/24/2009
I had to install streamtranscoder on a CentOS box recently.  I didn't have time to roll a RPM to install it properly.  Here's install instructions if you want to hack it together as well.  Reminder:  Installing from source on a Re... (more)
Posted in Linux at 05:12PM on 03/25/2009
Upper-case letters/spaces are annoying to deal with in Linux.  We're caching some filenames to avoid hammering servers for software packages.  It's handy to remove spaces/uppercase letters to control potential errors/configurations/links.&n... (more)
Posted in Linux at 02:08PM on 02/03/2009
It can be invaluable to a sysadmin to keep track of how much space users are taking up.  One of our servers hosts user accounts who sometimes forget to clean things out.  I wrote a handy one-liner to dump out the rascals involved, sort them... (more)
Posted in Linux at 10:31PM on 10/22/2008
Short howto on installing NTOP on CentOS.  I'll rewrite this with compiling it as a rpm later.    mkdir /tmp/ntop    cd /tmp/ntop    yum install -y gdbm-devel libpcap-devel zlib-devel rrdtool-devel su... (more)
Posted in Linux at 07:42PM on 08/01/2008
Short howto on installing NTOP on CentOS.  I'll rewrite this with compiling it as a rpm later.mkdir /tmp/ntopcd /tmp/ntop yum install -y gdbm-devel libpcap-devel zlib-devel rrdtool-devel subversion \libtool automake autoconf makesvn co https://s... (more)
© 2008 Radio Web Services