Archive for the 'NIX Posts' Category
This is a quick and dirty AWK tutorial demonstrating the most common usages and features that one can use on a daily basis. Three variants: AWK standalone, integrated into ksh, and one-liner are provided.
On my system, AWK pointed to GAWK. GAWK has an expanded command set but here we will only focus on specific [...]
January 28th, 2012 | Posted in NIX Posts | No Comments
Just happened to have forgotten a password for one of my user accounts on my workstation and remembered a handy little thing one can do to reset a pass.
If you have root access, one can simply regenerate the MD5 hash with:
January 14th, 2012 | Posted in NIX Posts | No Comments
In this post we'll configure network booting through PXE. PXE stands for Preboot eXecution Environment and has been available for Network Devices (or NIC's) for some time. Such a network boot setup has many uses in particular in OS setup and deployment. In this post I'll introduce the steps to quickly set one up. [...]
September 26th, 2011 | Posted in NIX Posts | 3 Comments
So you've lost the password to the root account. Worst, you've had a boot password and it was the same. Here are some instructions on how to get back into your system:
September 25th, 2011 | Posted in NIX Posts | No Comments
This post is designed as a blind test, meaning its sole purpose is for testing and learning LVM functionality. In this process we will work with an existing LVM that contains live data to grow, shrink and move it's contents around. Before we do anything, a disclaimer is in order:
DISCLAIMER: Aside from the disclaimer [...]
September 25th, 2011 | Posted in NIX Posts | No Comments
It may become necessary to recover an LVM in case either a backup /etc/lvm/backup/<VOLGROUP> is not available or becomes lost or other conditions arise causing loss of system volume data. Here are the recovery steps I took to recover previously lost data without either a backup and using only a few open source tools:
September 19th, 2011 | Posted in NIX Posts | 2 Comments
In this upgrade, I planned to skip a version to see how things go jumping up two levels. Unfortunately reading this post from The Register about Linus Torvalds had me thinking back to F14 again. (This brings back fond memories of the KDE 4.0 desktop upgrade issues in F9 that didn't go so well. [...]
August 30th, 2011 | Posted in NIX Posts, Network | No Comments
The VLC player is rumoured to be one of the best players to day for playing many different formats including mts and m2ts proprietary SONY formats. (Which just so happens to be the format of my Camcorder movies) This is the way my camcorder has been saving them in and to date, there are [...]
July 12th, 2010 | Posted in NIX Posts, Perl | 5 Comments
For this howto we will be using the TP-LINK line of USB wireless cards. More precisely the 54Mbps TL-WN321G and the 300M TL-WN821N adapters otherwise known for running the Atheros Communications, Inc. Atheros eXtended Range™ technology. This is an important note because this is how this card will appear under Linux.
I find these adapters [...]
July 3rd, 2010 | Posted in NIX Posts, Network | No Comments
Here I would like to take you through the steps to configuring and securing a router (In this case we will use the WRT54G as an example) for your home or small office setup.
Securing a router can be very important especially when the wireless function is enabled. Likely the most important reason is to [...]
July 1st, 2010 | Posted in NIX Posts, Network, Windows | No Comments