On Ubuntu if you have a file compressed as latest.tar.gz you can untar or unzip it with this command
tar -xzvf latest.tar.gz
If you have a zip file, you can unzip it with this other command
unzip latest.zip
Linux & Oracle DBA Blog
On Ubuntu if you have a file compressed as latest.tar.gz you can untar or unzip it with this command
tar -xzvf latest.tar.gz
If you have a zip file, you can unzip it with this other command
unzip latest.zip
First of all, you need to get a certificate for your Ubuntu server.
I am using Apache as my webserver.
We’re going to use the free certificate provider letsencrypt.
I recommend that you install the packages from the PPA because they are more up to date.
Continue reading “How to Install a Free SSL Certificate on Ubuntu”