30
Dec/13WD 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/13SATA3 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/13Persistent 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/13Run 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/13Install 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
25
Nov/13Backup & Restore EXT To Smaller Drive
Overview Linux provides great tools for doing this albeit not in a very user friendly way. As usually it is best to backup before trying this and make sure the space used fits onto the new drive. This method can … Continue reading
18
Nov/13useradd: user already exists
Adding a user to an existing group may give an error: useradd: user ‘name’ already exists where name is the username. An example of this command should look similar to sudo useradd -G sambashare danny where sambashare is the group … Continue reading
11
Nov/13Continuous Local Backup
Overview Currently I have off site backup which occur usually on a monthly basis but had no solution for a daily or even weekly backup. Concept The idea of a daily or weekly backup was not new. It allowed for … Continue reading