| by Arround The Web

Oracle Decode

Comprehensive guide on the basics of working with Oracle decode() function to handle more complex if-else statements in Oracle tables using practical examples.

Read More
| by Arround The Web

Create Kubernetes EndpointSlices

Tutorial on how to create the EndpointSlices in Kubernetes cluster to track all the network endpoints and allow better scalability and extensibility options.

Read More
| by Arround The Web

How To Resize the EXT4 Partition

A guide on using the resize2fs command to resize the EXT4 partitions without errors and using additional options to increase or decrease the EXT4 partitions.

Read More
| by Arround The Web

How to Install VMware Workstation 17 Player on Linux Mint 21

In this article is how to download and install VMware Workstation 17 Player on Linux Mint 21 which was released last month with a lot of new features.

Read More
| by Arround The Web

How To Install Roblox on Pop!_OS

A guide on installing Roblox on Pop!_OS by running the Roblox Studio or Roblox Player on Linux with Wine’s compatibility layer for the Windows startup program.

Read More
| by Arround The Web

What is $0 in a Bash Script?

This is using “$0” in bash scripts. The file is stored in this “$0,” so we have utilized it in various cases and shown the bash script’s name in the terminal.

Read More
| by Arround The Web

While Loop Sum of Numbers in C++

In this article, we have learned how to calculate the sum of multiple numbers by using the while loop in the C++ programming language and the writing style.

Read More
| by Arround The Web

Recv() Function in C Language

Tutorial on how to use the recv() function to receive the data over a socket using its syntax, the input and output arguments, and the data types they accept.

Read More
| by Arround The Web

Argc and Argv in C++

In this tutorial are command line arguments in C++ programming language, the use of command-line arguments, and the writing rules.

Read More
| by Arround The Web

How to Schedule a Crontab Job for Every Hour

Practical guide on how to schedule a crontab job for every hour to run various scripts at the same time by scheduling the tasks using some commands and files.

Read More
| by Arround The Web

Execv() Function in C Language

Practical tutorial on how to use the execv() function in the C language to start a process from another process using theoretical operation and input arguments.

Read More
| by Arround The Web

How to Use the Cat Command in Bash

Practical guide on how to use the cat command in Bash, its importance, and its uses by performing some operations on different files and other actions on them.

Read More
| by Arround The Web

Quick Sort in C++

Practical tutorial on how to to arrange the arrays in ascending or descending order using quick sort, the multiple sorting algorithms, and how they perform.

Read More
| by Arround The Web

EOF in C++

Tutorial on the eof() method to determine when the file has ended by creating the text file, entering the data in the file, and reading that data from the file.

Read More
| by Arround The Web

How to Install Sayanora Music Player on Ubuntu 22.04

This is on three ways of installing Sayonara on Ubuntu 22.04. It is a feature-rich audio player. Its features make it a reliable choice for an audio player.

Read More
| by Arround The Web

Initialize struct in C++

This is on how we can initialize the structure in the C++ programming language, the role of structures, and why we used them in the programming language.

Read More
| by Arround The Web

Char Array to String in C++

Tutorial on how to convert the character array in the string using a few different techniques like = and + operators, constructor, and append() functions.

Read More
| by Arround The Web

How to Pass a Filename as Argument in a Shell Script

Practical guide on how to pass a filename as an argument in Linux shell by passing a single file name as an input and passing multiple filenames as arguments.

Read More
| by Arround The Web

How to Use SCP from Windows to Linux

Comprehensive tutorial on the SCP commands that are used to transfer files from one system to another and how to perform this task from Widnows to Linux.

Read More
| by Arround The Web

How to Extract and Open a .GZ File in Linux Command Line

Tutorial on the concept of decompressing the .gz file using the gzip and tar commands with their flags and the Linux GUI technique to unzip the .gz extension.

Read More