A MoCA network bridge that is, so you can link multiple wireless access points using coaxial wiring to form one humongous home network streaming videos and games everywhere around the house. You might wonder why I ask since the problem has long been solved. Well, the reason is I find the conventional solution a bit […]
Technology
Setting cache-cotrol header for Amazon S3 key using boto
S3 does not set a default cache-control header, which means files you upload won’t be cached in the browser by default. It is amazingly obscure how to do something as simple as setting the cache-control key in Amazon S3. The boto document seems to imply you could do this via key.set_metadata, but no, that won’t […]
Installing Cassandra in OS X Mavericks
A step by step guide to installing Apache Cassandra database on OS X Mavericks, the hard way, as I just spent a couple of hours doing it. Hopefully, you won’t have to. First, you need Java 7 JDK, not to be confused with JRE. Cassandra won’t run without it. So run a java -version command […]
Installing Samsung ML-1740 Printer Driver in OS X Mavericks
Updated: The instructions below were originally written in 2009. I just tested on the latest OSX, Mavericks, and they work just fine. The old Samsung ML-1740 printer is still working great, after many years supporting about a dozen computers running everything from Windows 7 to Kubuntu to OSX. Although the post is specific to ML-1740, […]
Happy 2014
Featured photo above: Aspara dancers in Siem Reap, Cambodia. A look back at the travels of 2013. Wishing you a happy 2014! [videojs mp4=”http://photos.trips45.com/video/2013-mobile.mp4″ ogg=”http://photos.trips45.com/video/2013.ogg” webm=”http://photos.trips45.com/video/2013.webm” poster=”http://photos.trips45.com/video/2013-a.png” preload=”auto” autoplay=”false” id=”video-2003-greeting” class=”alignleft” controls=”true”][/videojs] This video was made possible with services from Google+, for content creation; Zencoder, for cloud based encoding; and Amazon S3, for hosting. The […]
Trips45 WordPress Theme Released
This site is built on a customized WordPress theme designed by me, and released under the Open Source GNU license. Find it on Gitbub trips45-worldpress-theme. trips45-worldpress-theme is a free worldpress theme based on Inkness, a responsive theme with 3-column grid based homepage layout. I created this theme because I wanted a blog site to look […]
Git-s3 on Windows
Git-s3 is a cool tool for deploying a git repo to a S3 bucket. The tool depends on php and a program called composer. Since I couldn’t find composer installation instructions for Windows, I decided to jot down the following: Composer Installation on Windows Install php (if it’s not installed already) I recommend using Chocolatey: […]
Installing Tomcat 7.0.x on OS X in 12 Seconds!
Yes, you read that right. I installed the newest version of Tomcat in just 12 seconds. Look, no hands: $ brew install tomcat that’s it. it even puts in a symlink for me so I can start the server just like: $ catalina start Well, how did I do that? If you have heard of […]
Transfer iTune libraries to a new computer
This is a common enough scenario, isn’t it? It’s surprising that when I had to do this for my son’s new PC, I googled and couldn’t find an answer on how to do this without buying a specialty software tool. Don’t know why Apple doesn’t just publish a FAQ topic on it. As I discovered, […]