by ray | Mar 8, 2017 | Linux / Ubuntu
sudo apt-get install ddclient sudo nano /etc/ddclient.conf ## OpenDNS.com account-configuration##use=web, web=myip.dnsomatic.comssl=yesserver=updates.opendns.comprotocol=dyndns2login=opendns_usernamepassword=opendns_passwordopendns_network_label Now, just to be sure...
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 will...
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...