19,155 tutorials online
11 tutorials pending review
763 dead links removed





Linux: Shells and Utilities Tutorials

 

Implement two-factor authentication for AIX using Kerberos
Posted in Linux > Shells and Utilities by tutorialgrub on Aug 09, 2011

Kerberos is one of the most popular network authentication mechanisms. In this article, learn how to design a multi-factor authentication over the Kerberos protocol. Understand the use of One-Time Password (OTP) and GSS-API to achieve this.
19 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Linux Exam: Shell, Script, Program, & Compile
Posted in Linux > Shells and Utilities by tutorialgrub on Feb 12, 2011

In this tutorial (the fifth in a series of nine tutorials on exam 102 topics), Ian Shields introduces you to the Bash shell, and scripts and programming in the Bash shell. By the end of this tutorial, you will know how to customize your shell environment, use shell programming structures to create functions and scripts, set and unset environment variables, and use the various login scripts.
9 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Saving A File Downloaded With WGET With A Different Name
Posted in Linux > Shells and Utilities by techdose on Aug 07, 2009

WGET is a command line utility for downloading files from FTP and HTTP web servers. By default when you download a file with WGET, the file will be written to the current directory, with the same name as the filename in the URL. Find out how to save files with a different name.
88 Views | 0 Comments | Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Advanced Bash-Scripting Guide
Posted in Linux > Shells and Utilities by tutorialgrub on Aug 05, 2008

An in-depth exploration of the art of Bash Shell Scripting.
67 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Standard Input and Output Redirection
Posted in Linux > Shells and Utilities by tutorialgrub on Aug 05, 2008

Learn the various ways to redirect stderr and stdout on the C Shell and Bash Shell.
106 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1