Compare commits

...

3 commits

Author SHA1 Message Date
569ee27123
Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/Linux-101
All checks were successful
continuous-integration/laminar-elessar Build 46 succeeded in 1 minute 5 seconds .
2019-06-20 17:02:11 +01:00
6bce81b1a7
Session end 2019-06-20 17:02:03 +01:00
8b22000dc1
Add more notes 2019-06-20 17:01:37 +01:00

View file

@ -18,7 +18,8 @@
## Basic Security ## Basic Security
- Creating a non-root account - Creating a non-root account
- `sudo` permissions - `sudo` permissions
- The Linux security model: Knowing why you're typing your password
- SSH - SSH
- Disable root login - Disable root login
- SSH Keys - SSH Keys
@ -35,6 +36,8 @@
## Configuration ## Configuration
- `/etc/nginx/nginx.conf` - `/etc/nginx/nginx.conf`
- `/etc/nginx/sites-available/*`
- `/etc/nginx/sites-enabled/*`
## References and Further Reading ## References and Further Reading
- [Nginx](https://www.nginx.com/) - [Nginx](https://www.nginx.com/)