Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 3.99 KB

File metadata and controls

61 lines (48 loc) · 3.99 KB

Linux server configuration bibliography

Man pages

If I weren't able to figure a solution by reading the man pages, didn't know what commands to use, etc. I would search:

  • The documentation of the codebase in use
    • Stack Overflow
    • Google

In some cases, I look at the actual code and the comments therein to get a better perception of how they work.

General links

Specific links

Apache & HTTP

Server setup, configuration & connection

PostgreSQL

Python & SQLalchemy