Select Page
How To Create A Sudo User On Ubuntu 20.04

How To Create A Sudo User On Ubuntu 20.04

sudo is a program for Unix-like computer operating systems that allows a user to run programs with the security privileges of another user (superuser by default). When administering a server, you may want users to be able to run commands as root, an...
How To Install Samba On Ubuntu 20.04

How To Install Samba On Ubuntu 20.04

Samba lets you share files and printers between computers running Microsoft Windows or computers running Unix. It is an implementation of dozens of services and dozens of protocols, including NetBIOS over TCP/IP (NBT). Samba sets up a network share of the selected...
How To Install Ansible On Ubuntu 20.04

How To Install Ansible On Ubuntu 20.04

Ansible is a software tool suite that enables infrastructure as code. It is open-source and includes software provisioning, configuration management, and application deployment functionality. Nobody enjoys doing the same thing over and over. IT administrators can use...
How To Install Redis Server On CentOs 7

How To Install Redis Server On CentOs 7

Redis (Remote Dictionary Server) is a distributed, in-memory key-value database, cache, and message broker with optional durability. Redis popularised the concept of a system that can function as both a store and a cache. It was designed in such a way that data is...
How To Install Yarn On Ubuntu 20.04

How To Install Yarn On Ubuntu 20.04

Yarn is the leading JavaScript package manager developed by Facebook  in 2016 for the Node.js JavaScript runtime. An alternative to the npm package manager, Yarn was created in collaboration with Facebook, Exponent, Google, and Tilde (the company behind Ember.js) to...
How To Configure X11 Forwarding On CentOs 7

How To Configure X11 Forwarding On CentOs 7

For operating systems like Unix, the X11 Window System is a windowing system for bitmap displays. Using X11, you can  interact with a GUI environment. As a result, there is a wide range in the visual design of X11-based environments. Several programs may show...