Showing headlines posted by cloudbooklet
« Previous ( 1 2 3 4 5 6 7 8 ... 9 ) Next »How to Install and Setup Ansible on Ubuntu 20.04
Install and Setup Ansible on Ubuntu 20.04. Ansible is a configuration management tool which offers an architecture that doesn’t require special software to be installed on nodes, using SSH to execute the automation tasks and YAML files to define provisioning details.
Install Odoo using Docker, Nginx on Ubuntu 20.04 – AWS
Install Odoo using Docker Compose, Nginx, SSL on Ubuntu 20.04. Odoo is a management self hosted software to run a business with a top notch user experience. In this tutorial you are going to learn how to install and setup Odoo using Docker and Docker Compose and configure Nginx and Let’s Encrypt SSL and connect it with PostgreSQL in Amazon RDS. Installing Odoo using Docker Compose is the easiest way compared to install manually.
How to install Memcached on Ubuntu 20.04
Memcached is a distributed in-memory object caching system for small chunks of data from the results of database queries or API calls, etc.
How to Change Timezone on Ubuntu 20.04
In this guide you are going to learn how to configure or setup your own timezone on Ubuntu server.
How to Install Jenkins on Ubuntu 20.04 with Nginx and SSL
Jenkins is a Java based software which can be installed from the Ubuntu packages. Jenkins is mainly used for Continues Integration and Continuous Deployment (CI CD). In this tutorial you are going to learn how to install Jenkins and configure Nginx as a reverse proxy to Jenkins and install free Let’s Encrypt SSL on Ubuntu 20.04.
Install WordPress with Docker Nginx Reverse Proxy to Apache with SSL
In this guide you are going to learn how to make a best performance setup with Docker, Docker Compose, Nginx, Apache, PHP7.4 and Let’s Encrypt to run WordPress on Ubuntu 20.04.
How to Install Nginx and Let’s Encrypt with Docker – Ubuntu 20.04
How to Install Nginx and Let’s Encrypt with Docker – Ubuntu 20.04. In this guide you are going to learn how to install and configure Nginx with Let’s Encrypt SSL using Docker and Docker Compose on Ubuntu 20.04.
How to Setup Elasticsearch cluster with Multiple Nodes
How to Setup Elasticsearch cluster with Multiple Nodes. Elasticsearch cluster is a group of nodes with same cluster name and additional Elasticsearch servers are joined and communicated within each other. In this guide you are going to learn how to configure multiple instances with Elasticsearch and make them as a cluster to communicate with each other.
How to Install Docker on Ubuntu 20.04
How to Install Docker on Ubuntu 20.04. Docker is a open-source platform that uses OS-level virtualization to deliver software in packages called containers.
How to Add SWAP Space in Ubuntu 20.04 – Google Cloud
How to Add SWAP Space in Ubuntu 20.04 on Google Cloud. Swap space is a virtual memory extension of the system or servers real memory (RAM).
Install Apache Tomcat on Ubuntu 20.04
Install Apache Tomcat on Ubuntu 20.04 in. Tomcat is a widely used web application server that is used to serve Java applications.
Install Node.js and NPM with Nginx on Ubuntu 20.04
Install Node.js and NPM on Ubuntu 20.04. Node.js is a JavaScript platform for programming that allows users to build network applications quickly.
How to Transfer Files with Rsync over SSH - Google Cloud
How to Transfer Files with Rsync over SSH – Google Cloud. Rsync is one of the most important tool in mirroring data, copying files to remote systems or servers. This tool has more functions compared to scp, sftp and http://ftp. In this guide you are going to learn how to transfer files using Rsync to any servers using Private and public key based authentication or password based authentication.
How to Install LAMP Apache, MySQL, PHP in Ubuntu 20.04
How to Install LAMP Apache, MySQL, PHP in Ubuntu 20.04. In this guide you will learn how to install Apache2, MySQL and PHP 7.4.
How to Install Java on Ubuntu 20.04
How to Install Java on Ubuntu 20.04. Java is one of the most popular programming languages which is widely used to built applications. It runs on all major operating systems and devices.
How to Install MySQL on Ubuntu 20.04
MySQL is the most popular open-source relational database management system. It is fast, easy to use, and an integral part of the popular LAMP and LEMP stacks.
Install FREE SSL using Let’s Encrypt with Apache on Ubuntu 20.04
This guide is tested on Google Cloud Platform and it will work fine on AWS, Azure or any VPS or Dedicated servers. Install FREE SSL using Let’s Encrypt with Apache on Ubuntu 20.04.
How to Install Nginx on Ubuntu 20.04
Nginx is a high performance light-weight HTTP and reverse proxy web server capable of handling large websites. In this guide you are going to learn how to install Nginx on Ubuntu 20.04 and configure Firewall.
How to Install Rust on Ubuntu 20.04 LTS
Rust is fast and memory efficient with no runtime or garbage collector and easily integrate with other languages. In this guide you are going to learn how to install Rust language on Ubuntu 20.04 LTS and create a Rust project.
How to Install Apache on Ubuntu 20.04
How to Install Apache on Ubuntu 20.04 – Google Cloud. Apache is the most widely used HTTP web server which provides dynamic loading modules, easily integrating with other applications.