Archive for the ‘Ubuntu’ Category

Goodbye OpenSolaris/OpenStorage, Hello OpenFiler/OpenDedup

I’ve read a number of reports over the past couple of days that indicate the demise of Project Wonderland and Open Solaris. As it is open source I would not be surprised to see the project continue, even if forked and retitled in some way. Oracle will continue selling Solaris, but “nothing is for free” [...]

Posted on April 2, 2010 at 8:00 am by admin · Permalink · One Comment
In: Ubuntu, Unix, VMware · Tagged with: , , , ,

Uniq Logs

Recently I’ve been looking at a lot of log files. And sorting through them can be a bit of a pain. However, there are some tools out there to help make this process a bit easier. The first of these is sort. If I have a log that has 1,000 lines, while I like to [...]

Posted on February 10, 2010 at 9:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Ubuntu, Unix, Xsan · Tagged with: , , , , , , ,

Monitoring Amazon ec2 Instances

InterMapper has a solution for monitoring instances of the popular Amazon cloud solution, ec2. Using InterMapper’s Cloud Monitor, you can monitor up to 5 virtual machines that are running for free. If you are just getting started and find that you would like some visibility into the performance of your ec2 instances then this solution [...]

Posted on December 24, 2009 at 7:00 am by admin · Permalink · Leave a comment
In: Ubuntu, Unix, VMware · Tagged with: , ,

Google Chrome OS Videos

Posted on December 2, 2009 at 12:09 pm by admin · Permalink · Leave a comment
In: Ubuntu, Unix, sites · Tagged with: ,

VirtualBox 3.1 Out & Tested

The latest version of VirtualBox is out and it supports a whole slew of bug fixes. In fact, the latest VirtualBox fixes a very specific problem that I’ve been struggling with, which is the fact that iSCSI LUNs greater than 2 Terabytes would not mount (not that I have many LUNs greater than 2TB in [...]

Posted on December 1, 2009 at 10:12 am by admin · Permalink · Leave a comment
In: Mac OS X, Mac OS X Server, Mac Security, Ubuntu, Uncategorized, Unix, VMware · Tagged with: , , ,

Basic Git Usage

Previously we looked at installing Git on Mac OS X. Now let’s take a look at using it. The first step is to add a new local git repository that looks to a remote repository. In the following example I’m going to add a local repository called custom-safari based on the git repository at packages/custom-safari [...]

Posted on November 22, 2009 at 9:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Mac OS X Server, Mac Security, Ubuntu, Unix · Tagged with: , , , , , ,

Linus on Git

Thanks Chris!

Posted on November 7, 2009 at 11:00 am by admin · Permalink · Leave a comment
In: Ubuntu · Tagged with: ,

Cross Platform Screen Sharing: TiffanyScreens

Sure, you can screen share using ARD – but to Windows? TiffanyScreens is a little application that can run on Mac, Windows or Linux. It allows you to share your screen to a number of client systems, very useful with presentation broadcasting, training and standard screen sharing. I’ve tested in my lab with Windows 7 [...]

Posted on October 20, 2009 at 10:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Ubuntu, Windows XP · Tagged with: , , ,

php from the Command Line

Using php at the command line isn’t an exact science in regard to which scripts that run in a web page will function from the shell. However, if you are automating many tasks, such as how you would go about with a shell script, then php is a nice alternative to other languages. To get [...]

Posted on October 12, 2009 at 9:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Mass Deployment, Ubuntu, Unix · Tagged with: , ,

Piping Commands

The pipe (|) character is used to combine multiple commands. A pipe is a temporary storage place where the output of one command is stored and then passed as the input for a second command. Pipes are used to run more than two commands from the same command line.  The sort command is used to [...]

Posted on October 11, 2009 at 10:00 am by admin · Permalink · Leave a comment
In: Mac OS X, Mac OS X Server, Ubuntu, Unix · Tagged with: , , , , ,