Browsing category

Ubuntu

ONLYOFFICE 8.9 Released – Install the full-featured office and productivity suite on Debian/Ubuntu/Linux Mint

ONLYOFFICE is an open source feature-rich, Web-based office suite that enables you to store and co-edit documents, manage projects, emails and customer relations at one place. It is developed for small and mid-size companies as an effective platform for business operations. ONLYOFFICE comprises viewers and editors for texts, spreadsheets and presentations, fully compatible with MS […]

How To Install LEMP Stack on Ubuntu 16.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack. It is widely used tech stack to host websites and blogs. This tutorial shows you how to install Nginx with PHP support (through PHP-FPM) and MySQL support on Ubuntu 16.04. Install LEMP Stack Install Nginx Download signing key from the official website. wget http://nginx.org/keys/nginx_signing.key Add […]

How To Install Puppet 6.x On Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

When you think of a configuration management tool, the one pop up in your mind is Puppet. Puppet is an open source configuration management tool, helps you to deploy and manage the configurations of hundreds of client systems from the central location. Puppet makes the system admin’s life easier by cutting down on time spending […]

How to Install VNC on Ubuntu 16.04

Install VNC on Ubuntu 16.04 As you know, VNC  is a protocol that allows sharing the desktop and controlled remotely over the internet. This simple guide helps you to install VNC on Ubuntu 16.04 machines. Before installing the VNC server, let us install Xfce desktop. $ sudo apt-get update $ sudo apt-get install xfce4 xfce4-* Install the VNC server using the […]

How To Install Cockpit on Ubuntu 16.04 LTS

Cockpit is a free software which provides a web-based interface for the system admin to perform tasks, such as starting containers, storage management, network configuration, inspecting logs and so on. Cockpit is released under the LGPL v2.1+; it is available for Debian, Redhat, CentOS, Atomic, Arch Linux, and Ubuntu. This guide focuses on installing Cockpit on […]