Random things I found out
 

Installing Let’s Encrypt SSL certificates on Ubuntu, things to know

Preparing your server for SSL If you are installing SSL and Let’s Encrypt on Ubuntu for the first time, you should first enable SSL on your apache install. If you don’t you will get this error message: SSLCertificateFile: file ‘/etc/apache2/insert_cert_file_path’ does not exist or is empty First enable SSL: sudo …

Extending gnome-terminal to make an application launcher button

I have a ssh shortcut I use a lot, and I made a script for it. It got annoying to open a terminal, then run my script. I added it to my ubuntu panel by using a custom appliction launcher then use this as the command to run: gnome-terminal -x …