Satish Kumar has Published 1032 Articles

20 Useful PKG Command Examples to Manage Packages in FreeBSD

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 10:13:41

2K+ Views

Introduction FreeBSD is a free and open-source Unix-like operating system based on Berkeley Software Distribution (BSD) system. It is widely used by developers, system administrators, and users who are looking for a reliable and secure operating system. One of main features of FreeBSD is its package management system, which allows ... Read More

20 Useful IPtable Firewall Rules Every Linux Administrator Should Know

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 10:13:10

2K+ Views

As a Linux administrator, one of most important aspects of maintaining a secure and stable network is implementation of an effective firewall. IPtables is a powerful firewall tool that comes pre-installed on most Linux distributions. In this article, we will explore 20 useful IPtables firewall rules that every Linux administrator ... Read More

20 Useful Commands of ‘Sysstat’ Utilities for Linux Performance Monitoring

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 10:12:23

2K+ Views

Introduction In world of Linux system administration, performance monitoring is an important task. There are a lot of tools available for this purpose, and one of most widely used is Sysstat utilities. Sysstat utilities are a collection of tools that provide detailed system performance information, including CPU utilization, memory usage, ... Read More

20 Useful Apache ‘.htaccess’ Tricks to Secure and Customize Websites

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 10:02:16

1K+ Views

Apache is one of most popular web servers in world, and it's used by millions of websites to serve content to users. One of most powerful features of Apache is its ability to use .htaccess files to customize and secure websites. An .htaccess file is a simple text file that ... Read More

20 Things To Do After Installing Ubuntu 22.10 ‘Groovy Gorilla’

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 09:56:45

2K+ Views

Ubuntu 22.10 'Groovy Gorilla' has been released, and it is packed with exciting features and improvements. However, after installing operating system, there are some essential things you need to do to make most of it. This article will highlight 20 things to do after installing Ubuntu 22.10 'Groovy Gorilla' to ... Read More

20 Things to Do After Fresh Installation of Fedora 26 Workstation

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 09:48:21

271 Views

Fedora 26 Workstation is an operating system built on Linux kernel, which provides users with a highly customizable, secure, and powerful computing experience. It is designed to cater to developers, system administrators, and users who want to leverage latest technologies and features. If you have just installed Fedora 26 Workstation, ... Read More

20 Things to Do After Fresh Fedora 24 and Fedora 25 Workstation Installation

Satish Kumar

Satish Kumar

Updated on 28-Mar-2023 09:38:26

420 Views

Introduction If you have recently installed Fedora 24 or Fedora 25 on your workstation, congratulations! You now have a powerful and versatile operating system at your fingertips. However, there are still some things you should do to get most out of your new Fedora installation. In this article, we will ... Read More

Installing AWS CLI on Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 16:11:30

2K+ Views

Introduction Amazon Web Services (AWS) is one of most popular cloud computing platforms in world. It provides a wide range of services, such as storage, computing, networking, and databases, to name a few. AWS Command Line Interface (CLI) is a powerful tool that allows you to manage your AWS ... Read More

The uniq Command in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 16:07:55

1K+ Views

Introduction The Unix operating system is known for its powerful command-line interface and an extensive collection of tools. Among these tools, "uniq" command is a popular utility that is used to filter out duplicate lines in text files. This command is often used in conjunction with other command-line tools and ... Read More

Process Multiple Input Files Using Awk

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 16:06:03

2K+ Views

Introduction Awk is a powerful text processing tool that is widely used by developers, system administrators, and analysts to manipulate data in a variety of ways. It is a versatile tool that can process text files, extract data, and transform it into a variety of formats. One of key features ... Read More

Advertisements