20

Jan/14

Asus AI Suite Constant FTP

I recently have been hub’ing it out to see what traffic was going through the network and found a startling discovery. Currently it’s setup between the router and modem so it is capturing all traffic going to and from the … Continue reading

13

Jan/14

Jaybird BlueBuds X Mini Review

Overview I wanted a pair of wireless earphones so that my daily commute wouldn’t have me worried about the cable to going to my phone and restrict the use of my phone. It should have wireless controls to reduce screen … Continue reading

06

Jan/14

motion – Motion Detection Software On Ubuntu

Overview I had tried (and failed) before to setup a motion detection camera using Linux (Ubuntu) and a USB webcam. The 2 most popular choices seemed to be zoneminder or motion. Install sudo apt-get install motion To test motion use … Continue reading

30

Dec/13

WD Black 2009 V.S WD Black 2013

A quick post to show the difference between 2 Western Digital Caviar Black drives with about 3-4 years and twice the capacity. The non-scientific results show only minor improvements on the read and random write. The read improvement is probably … Continue reading

23

Dec/13

SATA3 v.s SATA3 Speeds

I’ve recently switched Asus Sabertooth X58 to an Asus Maximus VI Hero X87. Both had SATA 3.0 ports but I found they were not both equal. I used Samsung Magician which came with my SSD to perform for a simple … Continue reading

16

Dec/13

Persistent SSH Tunnel

Overview An tunnel is a way of providing a connection for which other connections can be made without revealing what they are. An SSH tunnel is using the SSH protocol to create such connection. One of the main benefit to … Continue reading

09

Dec/13

Run Dropbox On Ubuntu 12.04 Server

Overview I wanted to set up Dropbox on a headless server so I can access files sync’d rom Dropbox as well as having an online backup of the files away from Dropbox itself. Install Download and extract the zip file: … Continue reading

02

Dec/13

Install Sonar 3.5.1 With MySQL On Tomcat 7 Running Ubuntu 13.04

Overview This post assumes MySQL is already installed. Create an empty schema for Sonar and a user with create, update, index, and delete like privileges. Tomcat 7 sudo apt-get install tomcat7 Java sudo apt-get install default-jdk Sonar Download and extract … Continue reading