linux log 3
security
I liked this take on security (I admit I was probably selectively looking for something like this).
Security in Linux Mint and Ubuntu: an Explanation and Some Tips
I'm pretty much doing all that, except I haven't set up the firewall. I will use the instructions given on the same post. Another chance to use the CLI.
Enable the Uncomplicated Firewall (ufw):
Check the status:
Turn off logging:
I restarted to check if the machine keeps it enabled. It does.
That'll do.
command line stuff
I posted my first post from the CLI. It took me a few trys, needing to use the sudo command (which means Super User DO) and figuring out where to paste my token - I didn't quite get what ~/ meant but the error message soon told me. I think there is a . missing in the smol.pub/manual where it mentions `~/.config/smolpub`. Anyway I got it all working. Some things I learnt:
- chmod -x modifies file permissions to be executable
- sudo means Super User DO (basically running as admin)
- can't use CAPS in the slug (filename of post)
- "~/" means "/home/[username]/" at least in this context.
Wonder how people manage to remember all their command lines. Keep using it I guess.
________________________________