Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

What You Need to Know

Before you start on the Bonsai Framework there are some basics you should know.

How ToKey ConceptsBook RecomendationsLinux ToolsWindows ToolsMac OS X Tools
Understand Directories and Files
n/a

Navigate Directories from a terminal



Edit text files from a terminal
ne (Nice Editor)

HTML and then Web Servers



Basics of NetworkingIP address, name resolution



Remotely Mounting Folders




SSH Terminal




...

The rest of this article still needs to be written. It should cover only the basics of what you need to know to get by in the tutorials.

Command Line Basics

Why Learn it and NOT Use a GUI (Graphical User Interface)

For server administration in an enterprise environment the most important thing to have is predictability and stability.

The traditional Linux CLI (Command Line Interface) also known hence forth as terminal achieves this by,

  1. Predictability - Being repeatable (you can copy and paste) with a history of what occured
  2. Stability - Most servers have no GUI resulting in less processes to crash, less to patch and low resources

Navigating Directories

...

Edit and View Text Files

...

Upload and Download Files

...

SSH Mounting on Windows and Mac OS X

...

  • No labels