Showing headlines posted by aweber

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 16 ) Next »

Command Substitution in a Bash Shell Script

  • BashShell.net; By Mike Weber (Posted by aweber on Feb 3, 2011 9:26 PM EDT)
  • Story Type: Tutorial
Command substitution takes the output of one Linux command and makes it an argument in another command.

Record Screen Activity with the script Command

  • BashShell.net; By Mike Weber (Posted by aweber on Feb 2, 2011 11:53 PM EDT)
  • Story Type: Tutorial
The script command makes a transcript of the text that is printed to the terminal. You can record your interaction with the shell using this command.

Collect User Input in a Bash Shell Script

  • BashShell.net; By Mike Weber (Posted by aweber on Feb 1, 2011 11:30 AM EDT)
  • Story Type: Tutorial
The read command can be used to capture input by a user and use it as a variable within the script.

Using awk Operators for Math Functions

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 31, 2011 11:33 AM EDT)
  • Story Type: Tutorial
This tutorial describes how awk can use operators to increment or decrement as well as other arithmetic functions. awk uses four arithmetic functions: + addition - subtraction * multiplication and / division.

The Bash Shell: Doing Your Math

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 28, 2011 3:45 PM EDT)
  • Story Type: Tutorial
The Bash Shell is capable of performing math functions for you in the shell. This is a helpful tool for writing shell scripts.

Positional Parameters in the Bash Shell

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 27, 2011 6:04 AM EDT)
  • Story Type: Tutorial
The positions of variables in a Bash Shell script may be used by the script as a reference. These built-in parameters are useful methods for building scripts.

Using Access Control Lists

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 20, 2011 5:00 AM EDT)
  • Story Type: Tutorial
The use of ACLs is fairly simple, a basic understanding of Linux file and directory permissions is required. Permissions may be set for any number of users or groups individually.

Installing Access Control Lists on CentOS

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 19, 2011 1:11 AM EDT)
  • Story Type: Tutorial
ACLs provide better options for various users or groups to the same file or directory in Linux. ACLs are becoming a standard feature of many of the server installs.

Scheduled Downtime and Nagios

  • BeginLinux.com; By Mike Weber (Posted by aweber on Jan 18, 2011 8:29 AM EDT)
  • Story Type: Tutorial
When a server or device is being worked on and you need to schedule downtime so Nagios does not notify administrators that can be performed at the web interface.

Command Line Scan in Bash

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 17, 2011 9:10 PM EDT)
  • Story Type: Tutorial
The Bash Shell reads command line until it reaches a carriage-return. This permits the user to create very long command strings if necessary.

The Method of Installing Nagios: An Important Choice

  • BeginLinux.com; By Mike Weber (Posted by aweber on Jan 10, 2011 3:40 AM EDT)
  • Story Type: Tutorial
Which method you use to install Nagios determines how it can be used down the road. It is best to think carefully about whether you should compile or install from a RPM or DEB file.

Using Pipes in the Bash Shell

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 9, 2011 1:54 PM EDT)
  • Story Type: Tutorial
There are a number of ways you can use pipes in the Bash Shell to send the output of one command into the input in another command.

Official Nagios Training Schedule January 2011

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Jan 7, 2011 3:53 AM EDT)
  • Story Type: Press Release
The official Nagios training classes, taught online by Mike Weber of CyberMontana Inc, have been scheduled for January 2011.

Understanding Linux File Types

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 4, 2011 6:00 PM EDT)
  • Story Type: Tutorial
There are 7 Linux file types: regular files, directories, character device files, block device files, domain sockets, named pipes and symbolic links. This tutorial explains each with illustrations.

Scripting User Commands in Bash

  • BashShell.net; By Mike Weber (Posted by aweber on Jan 3, 2011 5:21 AM EDT)
  • Story Type: Tutorial; Groups:
How to use a Bash Shell script to record the activity of users. This script is useful in rebuilding the actions of users as they work at the command line.

Understanding Signals with Processes

  • BashShell.net; By Mike Weber (Posted by aweber on Dec 30, 2010 5:03 AM EDT)
  • Story Type: Tutorial
Processes are required to respond to signals sent to them. This is one way a user can communicate with signals and control them.

Nagios Face-lift with V-Shell

Nagios is the foundation for many networking applications world wide and is know for its flexibility. Building upon those concepts is a new project named the Nagios Visual Shell (V-Shell). What follows is a short review of V-Shell and an interview with the lead developer of this new Nagios project.

Performing Searches with grep

  • BashShell.net; By Mike Weber (Posted by aweber on Dec 8, 2010 4:47 PM EDT)
  • Story Type: Tutorial
You can direct grep to search through one file or many. You can also pipe in output from some other utility so that you’ll see only the information that you want to see. And, the fact that grep uses regular expressions allows you to perform searches even when you only have an approximate idea of what you’re searching for.

Changing the Looks of Nagios in 60 Seconds

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 7, 2010 2:47 PM EDT)
  • Story Type: Tutorial
Did you know you can easily change the way Nagios looks? Nagios has a number of options for frontends, or skins for the Nagios web interface. These frontends change the look of Nagios. Often these frontends are a matter of preference as they do not change the functionality of the program at all. They are easily changed and and restored if you follow some basic principles.

Linux Command Sequences in the Bash Shell

  • BashShell.net; By Mike Weber (Posted by aweber on Dec 6, 2010 10:24 PM EDT)
  • Story Type: Tutorial
In addition to creating programming structures, you can also use the semi-colon to separate stand-alone commands that you want to execute from the same command entry. If you wanted to cd to a certain directory and then look at its contents, you could enter each command on its own line. Or, you could enter them both on the same line. This process is called command chaining.

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 16 ) Next »