knusper2000 + bash 28
Pushd, popd and dirs
february 2012 by Knusper2000
Unix has a huge number of directories and no good way to navigate them. Famous cd command is too simplistic to help when you have over 10K directories in the directory tree. the right way was actually invented in DOS with the advent of NCD and Orthodox managers but Unix is lagging behind and there although both orthodox manager and NCD clones re available they are not widely used.
bash
reading
february 2012 by Knusper2000
IJ Bash Environment
january 2012 by Knusper2000
The IJ Bash Environment is a packaging of part of the way I set up my own bash + xterm environment in Linux. There isn't much code to it, but a little script code can go a long way, and it appears to be sufficiently original to be worth sharing.
bash
shell
unix
january 2012 by Knusper2000
BashFAQ - Greg's Wiki
december 2011 by Knusper2000
These are answers to frequently asked questions on channel #bash on the freenode IRC network. These answers are contributed by the regular members of the channel (originally heiner, and then others including greycat and r00t), and by users like you. If you find something inaccurate or simply misspelled, please feel free to correct it!
bash
programming
faq
scripting
shell
december 2011 by Knusper2000
Advanced Bash-Scripting Guide
november 2011 by Knusper2000
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
bash
programming
reference
scripting
shell
november 2011 by Knusper2000
Bash Shell Scripts and Tutorials | BashShell.net
august 2011 by Knusper2000
We’re a group of Linux administrators that wanted a place to share bash shell scripts and Linux command tutorials with other Linux users. BashShell.net is the site we’ve chosen to index tutorials, tips and shell scripting lessons as we come across them.
linux
bash
shell
programming
scripting
blog
sysadmin
work
howto
august 2011 by Knusper2000
Daily comic strips - Ganneff's Little Blog
february 2011 by Knusper2000
So, instead I went and did a little rewrite of it. In a simple and pure bash script. I duplicated the functionality of the daily mode (fetch images per day and put them into a daily subdirectory, create html files for them) and didn’t bother with the “fetch a random strip one” as I never used that. Turned out at 276 lines of shell script that can even fetch alt/title and not break on funny characters in them, yay.
bash
script
scripting
code
programming
shell
february 2011 by Knusper2000
Getting to Gno GNU Utilities | Linux.com
february 2010 by Knusper2000
The GNU Project has provided dozens of useful utilities that you can find on almost every major Linux system, but many new Linux users have no idea where to start to learn these handy utilities. In this tutorial, I'll cover a few of the utilities that you can use to measure file system usage, verify the size of files, and take a peek into larger text files like Apache logs.
linux
gnu
tutorial
bash
hacking
commands
february 2010 by Knusper2000
10 Linux commands you've never used
october 2007 by Knusper2000
It takes years maybe decades to master the commands available to you at the Linux shell prompt. Here are 10 that you will have never heard of or used. They are in no particular order. My favorite is mkfifo.
bash
apps
cool
computer
documentation
geek
linux
list
reference
script
shell
system
tech
tips
tools
tricks
tutorials
utilities
commands
UNIX
sysadmin
october 2007 by Knusper2000
jerith.za.net: xmms sleep script
march 2007 by Knusper2000
#!/bin/bash if [ -x $1 ] then sleeptime=3600 else sleeptime=$1 fi echo "xmms will stop in $sleeptime seconds..." sleep $sleeptime && xmms -s
Linux
opensource
bash
script
xmms
sleeptimer
march 2007 by Knusper2000
related tags
app ⊕ application ⊕ apps ⊕ bash ⊖ blog ⊕ burn ⊕ burner ⊕ burning ⊕ cd ⊕ code ⊕ commands ⊕ community ⊕ computer ⊕ cool ⊕ custom ⊕ documentation ⊕ download ⊕ dvd ⊕ editor ⊕ emacs ⊕ faq ⊕ file ⊕ fun ⊕ gallery ⊕ geek ⊕ gnu ⊕ grep ⊕ gui ⊕ guide ⊕ hacking ⊕ howto ⊕ image ⊕ interface ⊕ last.fm ⊕ lastfm ⊕ latex ⊕ linux ⊕ list ⊕ lists ⊕ math ⊕ media ⊕ music ⊕ ncurses ⊕ opensource ⊕ programming ⊕ radio ⊕ reading ⊕ reference ⊕ repository ⊕ screensaver ⊕ script ⊕ scripting ⊕ sed ⊕ sharing ⊕ shell ⊕ sleeptimer ⊕ software ⊕ ssh ⊕ stuff ⊕ sysadmin ⊕ system ⊕ tech ⊕ terminal ⊕ tip ⊕ tips ⊕ tool ⊕ tools ⊕ tricks ⊕ tutorial ⊕ tutorials ⊕ unix ⊕ utilities ⊕ work ⊕ xmms ⊕ zsh ⊕Copy this bookmark: