
Wed May 27 2020
Using Curl to make REST API requests
In this article, we're going to discuss how to use Curl to interact with RESTful APIs. Curl is a command-line utility for transferring data from or to a remote server.
Read more

Mon May 25 2020
How to Find/Get your IP Address in Linux
Knowing the IP address of your device is important when troubleshooting network issues, setting up a new connection or configuring a firewall. This article explains several different methods of determining the public and private IP Addresses of a Linux system.

Mon May 25 2020
How to Check (Scan) for Open Ports in Linux
This article describes several approaches to find out what ports are opened to the outside on your Linux system. An open port is a network port that accepts incoming packets from remote locations.

Tue May 19 2020
Fdisk Command in Linux (Create Disk Partitions)
fdisk is a menu driven command-line utility that allows you to create and manipulate partition tables on a hard disk.
Wed May 13 2020
How to Grep for Multiple Strings and Patterns

Sun May 10 2020
.bashrc vs .bash_profile

Wed May 06 2020
How To Set or Change Timezone on Ubuntu 20.04

Tue May 05 2020
How to Delete Group in Linux (groupdel Command)

Sun Apr 12 2020
How to List Users in Linux

Sun Apr 12 2020
How to Kill a Process in Linux
