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. A few simple commands and you'll have free domain validated SSL certificates.
-
The parentNode web stack
- 2017-01-26, 12:32
-
- parentnode.dk
The parentNode web stack is a web development environment, allowing you to run multiple Janitor projects, and any other LAMP, MAMP or WAMP-based project.
-
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 20.04 server for running your LAMP, MAMP or WAMP projects.
-
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. Here are some hints to help get you through.
-
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.