pgrep, pkill – look up or signal processes based on name and other attributes
Archive > February 2009
Installing and configuring freeswitch: part 1
These instructions detail compiling and installing freeswitch under centos 5.x. It should be noted that this was done successfully under a xen vm hosted at linode. yum -y install subversion autoconf automake libtool gcc-c++ ncurses-devel make mkdir /usr/src/freeswitch cd /usr/src/freeswitch svn co http://svn.freeswitch.org/svn/freeswitch/tags/1.0.2/ cd 1.0.2 ./bootstrap.sh ./configure –prefix=/usr/local/freeswitch make make install make sounds-install make moh-install [...]
dacrib.net migration
I migrated dacrib.net from a shared hosting instance provided by a friend at hostrocket, to a xen instance on linode.com today. So far so good. Things left to do: 1. set up a cron for offsite backups to somewhere else w/ rotation 2. make sure the gallery installation is still working, including admin section 3. [...]