Ubuntu 20.04 Setup – New user and SSH
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.…
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 |…