Month: April 2020

How to Install OpenSSH Server on Ubuntu 16.04 | 18.04 | 20.04 LTS

OpenSSH is a suite of secure systems administration utilities dependent on the Secure Shell (SSH) convention, which gives a protected channel over an unbound system in a customer server engineering, OpenSSH began as a fork of the free SSH program created by Tatu Ylönen; later forms of Ylönen’s SSH were exclusive programming offered by SSH […]

How to Install Python 3.8 on Ubuntu 16.04 | 18.04 | 20.04

Python is one of the most generally utilized programming dialects on the planet. With its basic and simple to learn linguistic structure, Python is a mainstream decision for novices and experienced engineers. Python is a serious adaptable programming language. It very well may be utilized to manufacture a wide range of uses, from straightforward scrips […]

How to install PIP on Ubuntu 16.04 | 18.04 | 20.04

pip is an accepted standard bundle the executives framework used to introduce and oversee programming bundles written in Python. Numerous bundles can be found in the default hotspot for bundles and their conditions — Python Package Index. Most conveyances of Python accompany pip preinstalled. In this post, We will install pip on ubutnu 16.04, 18.04 […]

Installing Elasticsearch-Curator in Ubuntu 22.04 LTS

Introduction Elasticsearch Curator oversees Elasticsearch time-arrangement records. It comprises of a Python library and a CLI instrument giving an elevated level interface to Elasticsearch organization assignments, for example, . – Management of record false names – Index advancement – Changing the copy check – Modifying the shard/file distribution utilizing steering labels – Index snapshotting . […]

How To Install Laravel 7 Framework on Ubuntu 16.04/18.04/20.04

Laravel is a famous open-source PHP structure focused on simple improvement of utilizations. On the off chance that you are searching for another PHP structure to attempt, you should check out Laravel. In this post, We will install Laravel on ubutnu 16.04 | 18.04 | 20.04 Step 1: Update system You need to update the […]

How to tar a file in Linux using command line

Tar is a PC programming utility for gathering numerous records into one document, frequently alluded to as a tarball, for dissemination or reinforcement purposes. The name is gotten from primate chive, as it was initially evolved to compose information to consecutive I/O gadgets with no record arrangement of their own. In this post, We will […]

Clearing RAM Memory Cache, Swap Space and Buffer on Ubuntu

Introduction When working with an Ubuntu server, we must occasionally clear the Ubuntu cache memory, which is critical for running applications because it provides smooth performance and can save hardware resources. In this post, we will clear cache memory, Swap Space and Buffer on Ubuntu OS. Step 1: Clear PageCache You need to use the […]

Scroll to top