Web Admin 101: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


Because everything is treated like a file in a computer system.
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.
*For example, when you set up an automated process


=Links=
=Links=

Revision as of 01:24, 26 January 2017

Introducion

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.
  • For example, when you set up an automated process

Links

  • 101 Things you don't want your web admin to say - [1]
  • Sysadmin 101 - [2]
  • Unix 101 - [3]