| | 
| 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. | | | 
| 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. | | | 
| 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. | | | 
| 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. | | | 
| 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. |
1 | |
|