bLog
6 Posts
-
SSL certificates with Let's Encrypt
- 2017-06-06, 17:41
-
- parentnode.dk
Let's Encrypt is free and easy SSL certificates for the almost- masses. Through a few simple commands, you'll have free domain validated SSL certificates.
-
The parentNode web stack
- 2017-01-26, 12:32
-
- parentnode.dk
The parentNode web stack is web development environment, allowing you to run multiple Janitor projects, and any other LAMP, MAMP or WAMP-based project such as WordPress, Joomla or Type3.
-
Setup Ubuntu Linux production server and install the parentNode web stack
- 2016-11-26, 11:41
-
- parentnode.dk
This will guide you through installing the parentNode web stack on a clean Ubuntu 18.04 server for production deployment. The full stack includes Apache 2.4, PHP 7.2, MariaDB 10.2, Redis, Imagick, FFmpeg for JIT video and audio conversion and wkhtmltopdf for PDF generation.
-
Buying and setting up a domain validated SSL certificate for Apache
- 2016-03-13, 00:49
-
- parentnode.dk
Setting up a SSL certificate might seem like a complicated and expensive matter. It doesn't have to be expensive but it truly is bit complicated with a lot of new terms to deal with. Here are some hints to help get you through the process.
-
Using Cron jobs for automation of scheduled tasks
- 2016-03-10, 11:54
-
- parentnode.dk
The Cron is a Linux/Unix utility which allows you to schedule a specific scripts to be run at a specified time – a Cron job. This makes it a perfect tool for automation of maintenance- or synchronisation-scripts. Here I will share some of my experiences with Cron and how I use it.