Oneliner – Print Directory Tree
Ever want to get an overview of all diretories in a nice tree structur? |---REL_11.23_FOE | |---DVD1 | |---DVD2 | | |---catalog | | |...
View ArticleEmulate bash behavior in posix shell /sbin/sh
Tired of the good old "ESC + k" and "j,k" to repeat the command history? Want to have the bash behavior and use the arrow keys to browse forward and back? Here we go ... First create a ".ksrc" in the...
View ArticleWordPress Plugin and new One-Liners
I found a plugin for my blog with Syntax highlighting using GeSHi supporting a wide range of popular languages. After installing WP-Syntax I'm able to wrap code blocks with <pre lang="LANGUAGE"...
View ArticleWBEM Gimmick
Did you ever got a machine wich is accessible but you have no glue about the Management Prozessor IP? Learned a nice wbem gimmick from the support guys how to check for the MP IP and a lot more...
View ArticleCIMSERVER: PGS17200
Authentication failed for user wbemuser in the syslog and absolut sure that you entered the correct credentials for that system? Using tusc it is possible to set up a trace to see which user is used or...
View ArticleLast day of the month using cron or scripts
Do you know this feeeling? You: "When should the job run?" Customer: "Last day of the month" Probably you have heard the requirement to run a script or report or whatever on the last day of the month...
View Article