Posted on October 13, 2009, 3:26 pm, by Aaron Johnson.
Quoting TheOneKEA at http://www.linuxquestions.org/questions/linux-general-1/keeping-a-process-running-after-disconnect-150235/: nohup is what you want – it’s a wrapper that blocks the SIGHUP signal sent to all applications connected to a terminal when that terminal is closed by the shell. Just ssh into the box and start the command using this syntax: [user@remoteboxen user]$ nohup /path/to/command arguments & The man page [...]
Posted on September 11, 2009, 8:53 am, by Aaron Johnson.
Any time there is a kernel update, you would do well to rebuild the VirtualBox kernel module to ensure compatibility with your new kernel version. This can be done by executing the following command from the terminal: sudo /etc/init.d/vboxdrv setup
Posted on September 10, 2009, 1:25 pm, by Aaron Johnson.
First, you can find some good free font downloads at http://www.sostars.com. I downloaded a stencil font called “Ver Army.” I unzipped the file, and found a .ttf font file. I learned how it install it from this page. Here’s a summary: To install Microsoft Windows fonts: sudo apt-get install ttf-mscorefonts-installer To install Red Hat Liberation [...]
Posted on April 13, 2009, 11:55 am, by Aaron Johnson.
This is the shell script I wrote to help me perform the analysis I did for Quest 5. 1. Perform a site:yoursite.edu search in Google, displaying 100 results per page. 2. Save each page (Google will only give you 10 at most) into a folder named yoursite.edu 3. Download the shell script to the directory [...]
Posted on February 26, 2009, 9:28 pm, by Aaron Johnson.
Except this one really made me laugh quite loudly. I was trying to create a new Google account so there would be a webmaster email address for the BYU PSST research group’s website. As I went about happily filling out information for this new account, I suddenly hit a wall when Google wanted me to [...]
Posted on February 12, 2009, 1:17 pm, by Aaron Johnson.
While the social climate for a policy of openness at BYU is currently in its nascent and humble stages, it is quickly gaining momentum. Despite the lack of an official university-wide “open” policy at BYU, a number of open activities are already well under way. To date, a growing number of OERs and OER-like resources [...]