About five years ago I answered a question on Superuser.com — Can I close firefox browser tab or firefox browser from ubuntu terminal? My answer to this question was to use wmctrl, a CLI program to interact with an X Window Manager. For closing the browser gracefully, wmctrl should do…
2 CommentsTag: linux
I’ve been following virtual J-Pop idol Hatsune Miku for some years now. My love for her music, smile, and all around happy aura led me to start a collection of her and other Vocaloid videos. This playlist contains all sorts of Vocaloid content. Original music, covers, medleys, TV spots and…
Leave a CommentSo you want to send encrypted messages to a buddy. How to generate a key? Follow these simple steps. Install gpg if you haven’t already. Now you need to generate a key pair Follow the on-screen prompts. I used RSA encryption, 4096 length, 1y expiration. Now that our key is…
Comments closedThis is a mirror of the original announcement post on ludem dare game compo. It details a game I made in 72 hours during a game making competition. It is not playable at the moment because I took the servers down. My game is a mystery/paranormal/clue finding/deciphering game inspired by…
Leave a CommentI started up a new Naemon (Nagios fork) server, and I came across this error while monitoring a Cisco switch. chris@machine:/usr/lib/nagios/plugins$ ./check_snmp -H 192.168.1.62 -C public -o sysUpTime.0 CRITICAL – Plugin timed out while executing system call I researched a bit, and found lots of unresolved forum and mailing list…
Leave a CommentPrerequisites sudo apt-get install build-essential libcups2-dev libcupsimage2-dev Set up CUPS driver Download the Linux toolkit from DYMO Extract tar xvf dymo-cups-drivers-1.4.0.tar.gz change to directory of extracted files cd dymo-cups-drivers-1.4.0.5/ configure the CUPS driver ./configure compile the driver make install the driver sudo make install Now you can go to http://127.0.0.1:631…
1 CommentMy 2011 Mac Mini was running so slowly, that I decided to back up it’s entire hard disk, and switch to Ubuntu. For the backup process, I opted to boot into a live Ubuntu environment, then use dd to copy the entire hard drive to a USB external hard drive.…
1 CommentI’m switching from OSX to Ubuntu, and I’d like to be able to play my favorite game. Playonlinux has an install script for League of Legends, but it hasn’t been maintained in awhile, and there are some show stopping bugs. Here is how I got League of Legends to run…
2 CommentsI have an ASUS K35e which has been a great laptop for the past several years. Recently I got into using virtual machines for many tasks, and the stock 4GB of RAM no longer cut it; my computer ran very slowly during this work. I did some research and I…
Leave a CommentYou may run into errors when running OpenBazaar-Server. One common error is this: Traceback (most recent call last): File “openbazaard.py”, line 8, in <module> import stun ImportError: No module named stun This happens because Python (which is running OpenBazaar-Server) doesn’t have access to the Python module, stun. If you have…
Leave a CommentOpenbazaar on AWS via @mariodian’s guide For this guide, you will need a little patience, a notepad, and a BASH shell with SSH support. If you’re on Linux or OSX, you have everything you need. If you’re on Windows, you will need to download Cygwin, PuTTY, or if you’re on…
2 Comments