Manjaro/Linux SSH Local Setup and Remote Login
Steps on how to generate a pair of private/public ssh keys on Manjaro Linux and login to remote server. Use ssh-keygen on command line to generate a pair of id_rsa…
Steps on how to generate a pair of private/public ssh keys on Manjaro Linux and login to remote server. Use ssh-keygen on command line to generate a pair of id_rsa…
Firstly, login via SSH to the web-server, setting up [email protected], with the SSH keys set up during server creation. Most provider, like linode or Hertzner allow users to do so.…
In order to change OLS (OpenLiteSpeed) WebAdmin console port, from the defaul 7080 to a new one, we need to edit: /usr/local/lsws/admin/conf/admin_config.conf We can do this with a standard text-editor…
How to determine AWS S3 (Simple Storage Service) bucket size from command line: Install AWS Cli - Command Line Interface Run the following command aws s3 ls s3://<bucketname> --recursive |…
[Contenuto in aggiornamento] Setting up the webserver - (direct link): Adding a new user with sudo priviliges Securing SSH