| 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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
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.

Share Button
Read More
| by Arround The Web

Integer Division in C++

Practical tutorial on what division is in C++ programming language, how it works in C++ programming language, and the implementation style of integer division

Share Button
Read More
| by Arround The Web

How To Use ASCII in C++

This is on how to use the ASCII format in C++ programming language, what ASCII is and why we need ASCII values and then the writing rules of the ASCII format.

Share Button
Read More
| by Arround The Web

What Is Cat EOF in Bash Script

Practical tutorial on what is the cat EOF command, the working of cat EOF, and the method to use it in the Bash script using practical examples.

Share Button
Read More
| by Arround The Web

How to Write the Bash If-Else Statement in One Line

Comprehensive guide on how to write the if-else statement in Linux Bash in one line using the –gt flag with, with multiple conditions, utilizing it in one line.

Share Button
Read More
| by Arround The Web

Merge N Sorted Linked Lists Using Min Heap

Comprehensive tutorial on how to combine the N sorted linked lists into a single sorted linked by utilising the min heap along with practical examples.

Share Button
Read More
| by Arround The Web

How to Create, View, and Extract Archive Files (*.a) in Linux

The ar command-line tool is a useful utility for modifying, creating, and extracting Linux archive files. Learn how to use it here.
The post How to Create, View, and Extract Archive Files (*.a) in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Bash Cut Command with Examples

In this article, we introduced to you to the Linux command “cut” which is used to cut some part of the specified portion of any file.

Share Button
Read More