by ray | Feb 27, 2017 | Linux / Ubuntu
Connect to Amazon EC2 file directory using FileZilla and SFTP, Video Tutorial Summary of above video tutorial: Edit (Preferences) > Settings > Connection > SFTP, Click “Add key file” Browse to the location of your .pem file and select it. A message box...
by ray | Feb 27, 2017 | Linux / Ubuntu
Remove the cached key for 192.168.1.123 on the local machine: ssh-keygen -R 192.168.1.123
by ray | Feb 27, 2017 | Linux / Ubuntu
touch /path/to/file for an empty file
by ray | Feb 27, 2017 | Linux / Ubuntu
Introduction Let’s Encrypt is a new Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, certbot, that...
by ray | Feb 27, 2017 | Linux / Ubuntu
Servers can automatically perform tasks that you would otherwise have to perform yourself, such as running scripts. On Linux servers, the cron utility is the preferred way to automate the running of scripts. For an introduction to Cron check-out our KB: How To:...