Web Admin 101: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= | =Introduction= | ||
To be an effective web admin in Linux, you only have to: | To be an effective web admin in Linux, you only have to: | ||
*know how to log in | *know how to log in |
Revision as of 01:41, 3 February 2017
Introduction
To be an effective web admin in Linux, you only have to:
- know how to log in
- move files around
- Understand basics of security and backup
Because everything is treated like a file in a computer system.
Logging In
- Use ssh
- Using a key is more secure, and allows you to log in without using a password. See how to create a key - [1]
- For example, when you set up an automated process, you want to use your key, not password?