As a webmaster chances are you will wind up managing a Linux box or two in your time – and when you do you’ll be happy you learned these tricks.

[divider3 text=”The Bash Shell”]

How To Copy, Move, and Delete Files on Linux Servers

A straightforward tutorial that should get you through most of the basic webmaster work you’ll have to do.

Pipelines

Discover how to use pipelines to string together a series of commands. This means that the output from the first command in the pipeline is used as the input for the second command in the pipeline. The output from the second command in the pipeline is used as the input to the third command in the pipeline, and so on, and so on.

Command History & Aliases

Learn how Bash keeps track of a certain number of previous commands that you have entered into the shell via the History; and see how Bash makes life easier for you is by supporting command aliases – commands that the user can specify.

Wildcards & Command Line Completion

Learn how to use wildcards and command line completion to make your life programming within Bash that much easier.

[divider3 text=”Server Security”]

Turn Off RWHOD

The rwhod daemon is a process that allows a remote user to see who is logged into your system. The client program is rwho. It has many of the same security problems as the finger daemon. For a cracker use of rwho could allow him to watch for times on your system when nobody is logged in and begin his attacks. Learn how to turn off RWHOD on your server.

Trojan Port List

A detailed list which shows the majority of the more popular known trojans, and the ports they normally use.

Processes & How To Terminate Them

Learn how to be able to view all the running processes, or stop a program if it hits a bug or a flaw.

[divider3 text=”Real World Guides”]

How To Setup Linux on Amazon EC2 with Apache, PHP & MySQL

Amazon AWS is quickly becoming a popular solution for people looking to host a website, blog, or online application. This guide will walk you through the entire process of building and launching your Amazon AWS EC2 instance, configuring Apache, PHP, and MySQL.

Published by Michael Boguslavskiy

Michael Boguslavskiy is a full-stack developer & online presence consultant based out of New York City. He's been offering freelance marketing & development services for over a decade. He currently manages Rapid Purple - and online webmaster resources center; and Media Explode - a full service marketing agency.

Join the Conversation

2 Comments

Leave a comment

Your email address will not be published. Required fields are marked *