Lost your password?

Blogs about: Bash Shell

Featured Blog

Sleepless Koala

Steven Pigeon wrote 1 week ago: A few days ago, I changed my machine and upgraded to Ubuntu 9.10 (Karmic Koala) and everything went … more →

Tags: hacks, Life in the workplace, annoyances, DPMS, Eclipse, Icons, Karmic Kaola, Koala, Moon

Create simple cron backup your website and database

howtoprotect wrote 2 weeks ago: Create file backup.sh $vi backup.sh backup.sh #!/bin/bash NFILE=/path/website/website-$(date +%d%m%Y … more →

Tags: Webmaster, Auto Backup, cron, Crontab

Is Python Slow?51 comments

Steven Pigeon wrote 1 month ago: Python is a programming language that I learnt somewhat recently (something like 2, 3 years ago) and … more →

Tags: Algorithms, Artificial Intelligence, bit-twiddling, C#, data structures, hacks, Programming, Python, Backtracking

Log Watching

Steven Pigeon wrote 1 month ago: Very often, you have to keep an eye on a log, or maybe more than one log, and a couple of other thin … more →

Tags: hacks, Life in the workplace, Operating System, portable code, Programming, Cut, gnome-terminal, sed, shell

A quick Bash Fix

Steven Pigeon wrote 3 months ago: Remember, not too long ago I told you how to shorten path names in a Bash prompt? Well two things. A … more →

Tags: Life in the workplace, Programming, Bash, bash 4.0, Remote, uname

Short PWD in BASH Prompts1 comment

Steven Pigeon wrote 3 months ago: It’s not uncommon to have inordinately deep directory hierarchy on your computer, especially i … more →

Tags: hacks, Programming, Bash Scripting, Bash, Prompt, current working directory, Bash Script, Script, short path

How to kill a process in Linux Machine3 comments

falcon0x11 wrote 4 months ago: First of all determine the pid (process id) of the application you want to kill Use command $ ps aux … more →

Tags: Experiences, Linux, Kill!, killall, Process, p.s., ps -aux, PID, shell

How to debug a Shell Script on Unix or Lunix

mohibalvi wrote 5 months ago: How to debug a Shell Script Use -x option to debug a shell script Run a shell script with -x option. … more →

Tags: Debug, debugging shell script, Korn shell

Suggested Reading: Beginning Portable Shell Scripting1 comment

Steven Pigeon wrote 10 months ago: Peter Seebach — Beginning Portable Shell Scripting — Apress, 2008, 352 pp. ISB … more →

Tags: portable code, Suggested Reading, Bash, Bash Scripting, csh, Internationalization, portable shell scripts, SH, Shell Scripting

Spiking Makefiles with BASH

Steven Pigeon wrote 1 year ago: The thing with complex projects is that they very often require complex build scripts. The build scr … more →

Tags: Programming, Makefile, build number, GNU Make, Make!

First Impression Fail2 comments

Steven Pigeon wrote 1 year ago: It is said that first impressions lasts forever. Well, I sure hope these first impressions won … more →

Tags: hacks, Operating System, Fail, hamster, solaris, VMware

The Bash Shell

beginlinux wrote 1 year ago: What is a shell? A shell is a program that acts as an intermediary between the user and the Linux ke … more →

Tags: Terminal

Django on Ubuntu Gutsy

artiom wrote 1 year ago: After trying to install Django on my Ubuntu machine (guide), I still couldn’t run it from comm … more →

Tags: Posts, Django, Python

How To Connect or Disconnect a PPTP VPN Session From the Command Line (Terminal)

heatery wrote 1 year ago: Moved http://blog.heatery.com/2008/06/how-to-connect-or-disconnect-pptp-vpn.html … more →

Tags: AppleScript, Mac, PPTP VPN


Related Tags
All →

Follow this tag via RSS