FFMPEG is a useful library, i would say quite useful to do many things with it like converting videos, resizing videos etc. It can do more than that if used properly.
Since 2008 I have used many domain registrars from time to time based on need and requirements. Currently I am using Namecheap and Namesilo. Both are great when it comes to ease of use, uptime and support.
In this post we added Isso comments to a static website build with hugo. Interestingly that will add the comments to all the pages which suppose should not have comments for example about, contact etc.
If you are using Nextcloud and have apps like Bookmarks, Contacts, News, Notes, Tasks etc installed. You are in luck as you can install most of these apps from F-Droid on your Android phone.
If you are running static website or blog to be precise with hugo, you may have came across how to add comments to your site. Disqus for example is one of them, but it may not be your 1st choice to go with for many reasons.
I have switched from WordPress to Hugo for many reasons and i am sure if you are reading this you may have your own. Setting up Hugo is not so difficult even if you don’t like to automate all this stuff, you can just use scp or rsync to push from your local machine to your server.
We are going to setup new certificate from Let’s Encrypt and use Apache as web server. We need to install the following packages beforehand. Server OS is Ubuntu 18.04.
ss is an useful Linux command line untility to get detailed information about TCP, UDP sockets and packets. It can display more information compare to netstat according to man page.
Few days ago i wrote about how to start/restart Apache if it is inactive in Ubuntu. Today i am going to share a bash script for CentOS 7. It is mostly the same except few changes.
Apache may sometime crash or stop for some other reasons. I had this issue with one of the server where Let’s Encrypt post hook does start Apache for whatever reasons.
GitLab(9.5) recently introduced GPG commit verification. On Ubuntu 16.04.x gpg2 is installed and can be used instead of gpg which is in the latest docs published for GPG with 9.5 release.