Bash / zsh : Using the history expansion
Sunday, March 28th, 2010One of the features of bash I’ve too long overlooked is its history expansion. In this post I’ll show a few examples to get a grip at it.
(more…)
One of the features of bash I’ve too long overlooked is its history expansion. In this post I’ll show a few examples to get a grip at it.
(more…)
If you’re looking for CPU usage statistics and system performance on IBM AIX, sar might just be the tool your looking for. It’ll display information for 5 minutes intervals from midnight to current time. The output looks like this :
(more…)
When working as a systems administrator, you’ll always end up having to solve a file system full error in a hurry. Here are a few commands and hints to help you get out of it quickly on a UNIX like system.
(more…)
If there’s a file installed on your disk for which you’d like to know what package provided it, you can use the equery command like below :
(more…)
If you’ve got a VirtualBox VM already installed and you wish to clone/copy it, follow the steps below :
(more…)