-
Recent Posts
Recent Comments
- Alonzo Fretwell on Bash Scripting for Ubuntu: Episode 1
- W Alief on Specify A Command From History
- Alonzo Fretwell on About
- sivakumar on About
Archives
Categories
Meta
Blogroll
- Apache Licence 2.0
- BitTorrent
- Debian
- Electronic Frontier Foundation
- Free Software Definition
- Free Software Foundation (FSF)
- GNU (GNU Not UNIX)
- GPL (GNU Public Licence)
- Linux Hardware Compatibility List
- Linux Questions Community
- One Laptop per Child (OLPC)
- Open Source Initiative
- Qimo (Linux for Kids)
- Source Freedom
- Stephen Fry
- Subscribe To AlonzoFretwell.com
- The Shop at CafePress
- Ubuntu
- Ubuntu Forum
- Ubuntu Studio
- WordPress Planet
Category Archives: Shell Script
Bash Scripting for Ubuntu: Episode 3
Welcome to Episode 3 This episode is mostly about variables, which are names for places in memory where you will store values. Values can be strings of characters or numbers. Bash doesn’t require you to choose which type of value … Continue reading
Posted in Bash, Shell Script, Ubuntu Desktop
Leave a comment
Bash Scripting for Ubuntu: Episode 2
This is episode 2 of a serialized article It was started to explain certain features of the bash shell scripting language. I will be posting it across several weeks as time permits. please feel free to ask questions and we … Continue reading
Posted in Bash, Shell Script
Leave a comment
Bash Scripting for Ubuntu: Episode 1
“…If you are in the habit of starting sessions as root, this is a marvelous time to break that dangerous habit. In Ubuntu or Debian Linux distributions, you rarely see the root symbol as they use the sudo command to act as pseudo-root for just as long as you need to….” Continue reading
Posted in Bash, Shell Script, Ubuntu Desktop
1 Comment