Advanced Search
Search Results
5 total results found
Server administration
General helpbase for server administration stuff
User commands
Linux commands for handling users and roles: adduser name //Adds a new user interactivly (creates a default shell and home directory) deluser name //Removes a user deluser --remove-home name //Removes a user and also deletes their home directory usermod -aG g...
SSH Configuration
The ssh configuration file is stored at: /etc/ssh/sshd_config also you want to create a file: /etc/ssh/authorized_keys to store the public keys that want to connect to the server /etc/ssh/sshd_config Add the following to the end of the sshd_config file to fo...
Bofa
Books Object FormAt - A human readable serialization format
Syntax
There have been several versions of bofa over time before settling on this one. Currently the syntax is actually just pretty similar to json, but shorter and imo nicer. key value Everything is made up of key value pairs. Keys dont need to be quoted and can con...