How to Install Ghost on Ubuntu 20.04

how to install ghost on ubuntu 20.04

Ghost is a lightweight open-source blogging platform. The Ghost user interface is very simple and straightforward making it great for beginners as well as advanced users.

In the following tutorial, we will show you all the requirements and instructions needed to install Ghost on Ubuntu 20.04 OS.

Read more

How to Install OpenEMR on Ubuntu 20.04 with a LAMP Stack

how to install openEMR on Ubuntu 20.04 with a LAMP stack

OpenEMR is a popular open-source software for the healthcare industry. It offers electronic health records and medical practice management solutions. OpenEMR provides a fully integrated Workflow Management inside healthcare facilities. Any healthcare facility would be able to capture and control patient data using the following features in OpenEMR.

  • CMS Reporting
  • Lab Integration
  • Clinical Decision Rules
  • Advanced Scheduling
  • E-Prescribing
  • Advanced Security
  • Multilingual Support

OpenEMR runs on many platforms, including Linux machines. In this tutorial, we will show you how to install OpenEMR on Ubuntu 20.04 with LAMP Stack.

Read more

How to Install Memcached on Ubuntu 20.04

how to install memcached on ubuntu 20.04

We’ll now walk through the installation of MemCache on our Ubuntu 20.04 environment. The very basic definition of what Memcached is is as follows. Memcached is a free and open-source program that eases the re-extraction of information from a database with an object caching program, which allows for PHP-based apps such as WordPress and Joomla to run smoothly without much latency. In other words, it helps with the database loads, since the re-extraction of information is much easier.

install memcached on ubuntu 20.04

Many users have issues installing Memcached on an Ubuntu 20.04 OS. We have decided to create a tutorial, where you can manually install and activate Memcached on your Ubuntu 20.04. Make sure to follow all steps below in order to succeed. In case you are stuck somewhere, feel free to ask away in the comments section, at the very end of this tutorial. Alternatively, subscribe to a fully managed VPS hosting plan, and let our expert customer support take care of things for you.

Read more

How to Install NGINX on Ubuntu 20.04

How to Install NGINX on Ubuntu 20.04

In today’s tutorial, we will guide you through the steps of installing Nginx on Ubuntu 20.04. Nginx (pronounced as engine x) is a free and open-source web server designed for maximum performance, stability and scalability. It can be also used for caching, reverse proxying different protocols, load balancing, media streaming, etc.

Nginx is used by more than 30% of all active websites, which makes it one of the most popular and widely used web servers in the world. It is used by some of the well-known companies such as WordPress, GitHub, Cloudflare, Dropbox and Netflix.

Read more

How to Install Jenkins on Ubuntu 20.04

how to install jenkins on ubuntu 20.04

Jenkins is a simple, free and open-source Continuous Integration tool (CI), which is one of the most popular application development practices in recent times. Jenkins is widely used for building, deploying and automating any project, providing hundreds of different plugins. It supports version control tools, including AccuRev, Subversion, Git, CVS, Perforce, ClearCase, Mercurial, and RTC, and can execute Apache Ant, Apache Maven, and sbt based projects as well as arbitrary shell scripts.

Read more

How To Harden OpenSSH on Ubuntu 20.04

how to harden openssh on ubuntu 20.04

OpenSSH is one of the most popular tools that uses SSH protocol for secure system administration, file transfers, and other communication across the Internet. It is free and used by system administrators to manage remote systems. OpenSSH runs on port 22 and it is the first target of a hacker. So you may need to harden your OpenSSH server to protect it from hackers.

Read more