Browsing Category
linux
13 posts
How to backup and Reset Ubuntu Server to Default Settings
Ubuntu Server is an open-source operating system that runs server applications, including web servers, database servers file servers,…
Learn Linux Command
Linux commands are instructions that can be typed into the command line interface (CLI) to perform various tasks.…
Common PostgreSQL GUI Clients to use in Ubuntu
PostgreSQL GUI Clients is an open-source database that allows us to manage, manipulate and visualize data.PostgreSQL is among…
How to Install XAMPP on Ubuntu using Terminal
XAMPP is a Linux PHP development environment, it is free easy to install Apache having PHP, Perl, and…
Common Linux Run Levels
In Linux, a run level is an operating mode in which a specific set of processes are allowed…
Linux Shell Programming
Linux shell programming is the use of the command line interface to create shell scripts that automate tasks…
The NAT Load Balancer Network on Red Hat Enterprise Linux
Configuring Network Interfaces for Load Balancer with NAT The NAT topology allows us to utilize the hardware that…
Concepts on Kali Linux Penetration Testing
while carrying out penetration testing using Kali Linux we expect to follow the flow of a Penetration Testing…
Creating and Utilizing BASH Scripts
use INCLUDE FILESYou can store functions in one or more files outside your main script. In order to…
Shell Scripting
Basics of Creating and Utilizing BASH Scripts Building a Functions Library: Whether you use the include statement or…