| by Arround The Web

Making a Bash Script Return with Different Return Codes on Exit

Comprehensive tutorial on how to make a Bash script return with different return codes on exit using the exit codes by setting up the different return codes.

Share Button
Read More
| by Arround The Web

Linux sysfs File System

Guide on using the Linux sysfs file system in Linux and discover the functions of the various sub-directories and purposes since it has a vast amount of data.

Share Button
Read More
| by Arround The Web

How to Use the C String.h Library Functions

Practical tutorial on some of the functions of the “string.h” header file in the C programming language using the string length, copy, and comparison functions.

Share Button
Read More
| by Arround The Web

Auto Keyword in C

Tutorial on the usage of the “auto” keyword in the C programming language and how the same functionality can be achieved without even using this keyword in C.

Share Button
Read More
| by Arround The Web

How and Why to do Bitwise AND in C?

This is on bitwise “AND” operation of the C programming language, its significance, and how this operator actually works in the C programming language.

Share Button
Read More
| by Arround The Web

How to Set Up APT Proxy on Ubuntu 22.04 LTS

A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 22.04 Server and Desktop system.
The post How to Set Up APT Proxy o…

Share Button
Read More
| by Arround The Web

Python OSError

The OS is a built-in exception error module’s class in Python known as “OSError”. To handle these errors, the exceptional handling technique can be used.

Share Button
Read More
| by Arround The Web

Python open() Function

A guide on how to use the open() function in file handling since file handling has many options, such as opening a file and reading the data in the file.

Share Button
Read More
| by Arround The Web

Python Object() Function

Practical tutorial on how to use the object() function in the Python programming language to create an empty or featureless object through basic simple codes.

Share Button
Read More
| by Arround The Web

Python Math Radians( ) Method

Python’s built-in math module has a method to convert degrees to radians denoted by math.radians(). This article explains Python Math Radians( ) method.

Share Button
Read More
| by Arround The Web

Python Math Isclose() Method

In Python, the “math.isclose()” method of the “math” module is used to determine whether the input values are close to each other or not.

Share Button
Read More
| by Arround The Web

Ghostwriter: Open-Source Project Management Platform for Pentesters

Learn more about Ghostwriter, an open-source project management platform for managing clients, projects, reports, and infrastructure in one application.
The post Ghostwriter: Open-Source Project Management Platform for Pentesters appeared first on Linu…

Share Button
Read More
| by Arround The Web

Add listening ports to firewalld with Ansible

Ansible’s community.general.listen_ports_facts module finds all listening TCP and UDP ports on your system.
Read More at Enable SysadminThe post Add listening ports to firewalld with Ansible appeared first on Linux.com.

Share Button
Read More
| by Arround The Web

Set Up Tomcat, Nginx, and SSL on AlmaLinux and Rocky Linux 9

Learn how to install and configure Tomcat 10.1 with Nginx for reverse proxy and Let’s Encrypt SSL certificate on AlmaLinux and Rocky Linux 9.
The post Set Up Tomcat, Nginx, and SSL on AlmaLinux and Rocky Linux 9 appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Ubuntu Unity 22.10 Review: A Promising ‘Official’ Start

Check out this review of Ubuntu Unity 22.10 Kinetic Kudu, which debuts as the official flavour, brings Unity7, and gives the best lightweight performance.
The post Ubuntu Unity 22.10 Review: A Promising ‘Official’ Start appeared first on Li…

Share Button
Read More
| by Arround The Web

Essential System Tools: Manage Linux Kernel Modules With kmon

kmon is a text-based tool for managing Linux kernel modules and monitoring kernel activities. Learn more about how you can load, unload, and blacklist modules as well as show a module’s information with kmon.
The post Essential System Tools: Manage Lin…

Share Button
Read More
| by Arround The Web

OProfile Tutorial

Practical tutorial on how to use the various utilities of OProfile package to monitor the user’s system performance and how to use the utility for profiling.

Share Button
Read More
| by Scott Kilroy

How to Install MinIO Storage on Rocky Linux

MinIO is a free and open-source object storage server written in Go. It’s compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.

Share Button
Read More
| by Arround The Web

The History of Computer Viruses & Malware

Computer viruses and malware have been around since the early 1970’s. Explore the full history of viruses from then to now.
The post The History of Computer Viruses & Malware appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Stack Overflow CEO on how it became the world’s most popular programming site

Prashanth Chandrasekar, Stack Overflow’s leader, explains how a site that answers developer questions has become the top programmer site and how it’s moving from just answering questions to helping educate developers.

Share Button
Read More