My New Arcade Controller

A few days ago I wrote about my Arcade fever. Since then I have been thinking about actually building an Arcade machine! I’ve ordered some components and the first one to come was this Arcade Controller I bought from Amazon for about 30 bucks. This is an awesome inexpensive controller!

Send emails from Ubuntu using your live.com address

This is a neat configuration to enable SMTP mail using Microsoft’s Live.com email. After successful configuration you’ll be able to send outgoing mails from your Ubuntu box using your live.com account. (Other email services will work too. I haven’t tested though). Will you ever manually send emails from Ubuntu? Perhaps not …

Read moreSend emails from Ubuntu using your live.com address

Arcade Fever

I love Arcade games! Growing up I never owned a console but I fondly remember frequenting the neighborhood arcade shop, and spending hours and hundreds of coins over there. It was so engaging to play Cadilacs & Dinosaurs, Mortal Kombat or Street Fighter. Just reliving those memories! Those arcade shops are perhaps …

Read moreArcade Fever

django on apache2 with mod_wsgi

Reference: https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/ Sitename: vkrm Location: /work/vkrm 1. Install mod_wsgi (and Apache if not already). I had both already installed (I checked for mod_wsgi by running “yum install mod_wsgi”). If not, follow instructions on: http://code.google.com/p/modwsgi/wiki/InstallationInstructions 2. Enable “mod_wsgi” and httpd.conf su -c vi /etc/httpd/conf/httpd.conf Add line: LoadModule wsgi_module modules/mod_wsgi.so 3. Create …

Read moredjango on apache2 with mod_wsgi

Configuring headless transmission (torrent) client on Fedora 17

su yum install transmission yum install transmission-daemon make sure transmission-daemon service is not running service stop transmission-daemon edit configuration file to enable rpc and disable whitelist (or allow addresses in whitelist) vi /var/lib/transmission/.config/transmission/settings.json start transmission-daemon service start transmission-daemon Note: if you modify settings while transmission-daemon is running, changes won’t be …

Read moreConfiguring headless transmission (torrent) client on Fedora 17