$ grep -r "#ubuntu" ./posts/

#ubuntu

// 8 posts tagged with ubuntu

01
/devops devops ubuntu nginx letsencrypt ssl

How to Setup Nginx with Let's Encrypt on Ubuntu 20.04

This tutorial describes how to setup a free SSL certificate issued by Let's Encrypt on Ubuntu 20.04 LTS Server running Nginx.

02
/devops devops ubuntu linux mongodb install

Install MongoDB on Ubuntu 20.04

A guide step by step about how to Install MongoDB on Ubuntu 20.04. This is just a short note, so it won't take long.

03
/devops mongodb ubuntu servers awscli s3

Dump MongoDB daily and upload on S3 with AWS CLI

Step by step guide about how you can backup daily MongoDB using AWS CLI on Ubuntu OS. Discover the way I like to handle this job simple and clean.

04
/devops devops ubuntu swap

How to add Swap space on Ubuntu

Swap uses hard disk space memory (swap space) to store information from RAM and release some space from RAM.

05
/devops devops ubuntu nginx linux apache wordpress

Unable to create directory wp-content/uploads

This may indicate a permissions problem with your WordPress uploads directory. Firstly please make sure that you have the right permissions on /uploads folder.

06
/devops devops ubuntu zip

How to zip or unzip files in Ubuntu

Zip or unzip files in Ubuntu, simple steps that you can reproduce. Find a simple way to handle zip files in Linux

07
/devops devops ubuntu wordpress mariadb php

How to setup LEMP stack for Wordpress

In this tutorial, you’ll learn how to install and secure a LEMP server on Ubuntu or Debian. I used the following software versions, but most versions will be okay to use: Ubuntu 18.04 LTS, Nginx 1.14.0, MariaDB 15.1, PHP 7.2

08
/tutorials tutorials ubuntu database

How to setup a Postgres Server on Ubuntu

How to setup a Postgres Server on Ubuntu, create a database, grant permissions to users, set passwords and remote access