Subscribe via RSS

Social

www.flickr.com
Clicking on these helps me out

Search Site
Hobby Photography
Twitter
Amazon Stuff

Entries in Linux (13)

Wednesday
Nov112009

Ubuntu 9.10 Video demonstration

The 9.10 version of Ubuntu was recently released in both desktop and server flavors. Below is a screencast overview of an install and features in the new Ubuntu OS courtesy of Duncan.

Wednesday
Aug052009

Linux Command line Tip: List Users & Processes

The power of Linux for administrators resides in the command line. Here's a quick way to retrieve a list of users currently logged into a Linux server, and their running processes.

  • Type "w" and enter for a full user list
  • Type "w -s" and enter for a short process list
  • Type "w username" and enter for a specific user’s processes.
Monday
Jul062009

Ubuntu Network Tools

For you Network & Security types out there, thinking of trying out linux for your auditing and troubleshooting needs...Here are some of my favorite Sniffer, Wireless, and Port Scanning tools for use in Ubuntu Linux. Most of them are command line tools, so you need to launch them via Terminal. Need more info? Google is your friend:

Click to read more ...

Friday
Jun122009

Linux Command line Tip: Install Media Codecs for Ubuntu

So you're new to Ubuntu Linux. You just got it installed for the first time, but you are wondering how to enable DVD Playback, Flash capability, MP3, Quicktime, and other popular media formats. Never fear, here's a command to get it all up and running.

Open up a terminal window and type:

sudo apt-get install ubuntu-restricted-extras

You will be prompted for your administrative password, at which point it will begin to download all the required codecs, making your Ubuntu multimedia ready.

Wednesday
Jun102009

Linux based Backup/Cloning Applications

Having already covered cloning and backup solutions for OSX and Windows, here are some Linux based solutions I use from time to time.

My favorite Open Source solution is by far Clonezilla. Clonezilla allows you to do bare metal backups/Images and restoration of partitions/volumes or whole drive duplication. It comes in 2 flavors, Clonezilla Live, and Clonezilla SE (server edition) for massive deployment supporting multicast. It supports ext2, ext3, ext4, reiserfs, xfs, jfs of GNU/Linux, FAT, NTFS of MS Windows, and HFS+ for the Mac OS. Providing maximum flexibilty for cloning GNU/Linux, MS windows and Intel-based Mac OS.

Click to read more ...