Linux Programming
Latest Feature Articles
|
|
How to Determine a File Type on Linux
The Linux find command can be used to identify file types and, as part of a script, it can process those files. For example, to add images to a web page.
|
|
|
Using SSH without a Password
SSH (Secure Shell) is a useful means by which users can access remote computers and run commands, and if a SSH Key is used then the user doesn't even need a password.
|
|
|
Creating Linux Man Pages
Man pages provide an excellent on-line resource for every Linux user, and this article shows how to built a Man page from scratch - a Man page for using Yahoo! Finance
|
|
|
An Introduction to AWK
This article looks at AWK - a powerful Linux tool that can be used to analyse and format data such as CSV files containing stock quotes from Yahoo! Finance.
|
|