System administration: Difference between revisions

Jump to navigation Jump to search
→‎Debian/Ubuntu-specific: Update the server
→‎Bash: bash to basic & viewing of the log in real time
→‎Debian/Ubuntu-specific: Update the server
Line 166: Line 166:


* Install 'denyhosts' to help protect against brute force SSH attacks, auto-blocking multiple attempts.
* Install 'denyhosts' to help protect against brute force SSH attacks, auto-blocking multiple attempts.
== Update the server ==
<source lang="bash">
$ sudo apt update && sudo apt -y full-upgrade && sudo apt-get -y autoremove
</source>


== Reconfigure console font ==
== Reconfigure console font ==

Navigation menu