Written by max on 2019-01-15
Demo of using an iRacing rig to navigate the stars
I stumbled on the amazing Universe Simulator Gaia Sky by Toni Sagristà Sellés through a twitter post a couple evenings ago. Gaia Sky is a real-time universe simulator to provide a way to explore the data from the ESA’s Gaia spacecraft.
Immediately, I wondered how I could rig it up to my race driving setup on my PC. With a minor tweak the source code, and a few helper programs,
Continue Reading
Written by max on 2013-11-03
Introduction
Chances are if you are geeky enough to be reading this blog post, you have a couple old Android devices laying around. Even if you don’t, I guarantee you know someone who does. Older smart phones have high-resolution cameras and wifi radios, why not use them as baby monitors? This isn’t a new idea, there are many apps in the Play Store (market) that let you do just this.
What I add here are two things :
Running the Android phone
Continue Reading
Written by max on 2013-08-08
Overview
So you want to use a cheap IP camera as a baby cam, huh? A little shocked at how little security there is?
Especially after reading recent articles.
“Oh, wait! I can reverse proxy this using apache!” you tell yourself. However you soon learn that in doing so you lose audio capabilities.
Solution? Use stunnel instead of apache to reverse proxy. Audio will still work, over the Internet/4G using IP Cam Viewer
Continue Reading
Written by max on 2013-07-08
Description
Now that dyndns is starting to make you either a. pay money, or b. login every month, you would like to run your own Dynamic DNS services. I implement a secure dynds-compatible server in Perl CGI, hosted by Apache.
This assumes you have your own functioning server with a fixed IP that is running DNS service for at least one domain using the Bind DNS server. My personal setup is VirtualMin running on Ubuntu, so adjust accordingly if you’re
Continue Reading
Written by max on 2013-05-29
Floating
If you’ve never given it a try, the Russian River is a great place to spend a few hours floating down stream. It’s free, it’s very shallow, and during the summer it’s very slow moving. This is not river rafting.
In the section between Steelhead Beach and Monte Rio the river is slow and steady. From Healdsburg to Steelhead you’re better off in a Kayake or Canoe where you can make up for the insanely slow river. The river depth is
Continue Reading
Written by max on 2012-12-03
Introduction
This is a brief guide to help you to install a newer version of Open Office on your Linux box w/out root access. For example, you could be installing into your home directory. Things have gotten a lot easier since the RHEL4 days.
Procedure
Basic Non-Root Install from RPMs
Download the RPM-based install for your distro and architecture. Example : Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz
Unzip the Tar ball into the place you want to install Open Office
mkdir ~/oo_3.4
cd ~/oo_3.4
tar xvfz ~/Downloads/Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz
Uncompress all the
Continue Reading
Written by max on 2011-04-08
ch0wned. adj. This is the state when you are a Linux user and don’t have root access.
Intro
This tutorial is for people wanting to install perl modules using CPAN who do not have root access or wish to keep a network-central module repository that is separated from the local install.
Downloads
lib::local module on CPAN
Installing
Unpackage lib::local
tar xvfz local-lib-1.008004.tar.gz
tar xvfz local-lib-1.008004.tar.gz
Choose a library directory
I use a value of $HOME which installs the modules into $HOME/lib/perl5
Install lib::local into the above spot
cd lib-local-1.008004
perl
Continue Reading
Written by max on 2011-03-29
ch0wned. adj. This is the state when you are a Linux user and don’t have root access.
Intro
The latest Firefox 4 Beta (rc2) requires GCC 4.x and a libstdc++ to match. Unfortunately, Redhat EL5 and CentOS 5 / CentOS 5.5 do not meet this requirement, no matter how many packages you update. But, luckily for us our friend rkl found a solution and posted it on mozillazine. Much to our dismay, the mozilla developers have
Continue Reading
Written by max on 2011-02-04
ch0wned. adj. This is the state when you are a Linux user and don’t have root access. Ok, so technically for this edition of ch0wned you need to have root :-P Hint – Sys admins usually like beer.
Intro
You have a Logitech G500 or other multi-button mouse and want to get all the buttons working. These mice use the evdev driver in xserver. Unfortunately, Redhat EL5 ships with a very buggy version 1.0.0.5-5 !!!
Continue Reading
Written by max on 2011-01-25
Overview
NOTE: This post was never quite finished… hopefully these partial instructions help someone in the future…
You want to backup a linux box using the open source version of zManda – Amanda. You’ld like to use Amazon S3 for storage on the cloud, and have it encrypted, as well as use reduced redundancy. You’ld like to not pay more S3 fees than you’ld have to. You’ld like to be able to do a “bare-metal” restore in case
Continue Reading