| by Arround The Web

Strings in C Language

Guide on what a string consists of in the C language, their elements, the kind of data they use, how they are encoded, and what characters each type supports.

Read More
| by Arround The Web

Top Five Reads on FOSS Force for Week Ending March 3, 2023

Here are the five most read articles on FOSS Force for the week ending March 3, 2023. Nextcloud Taking On Microsoft and Google in Germany…
The post Top Five Reads on FOSS Force for Week Ending March 3, 2023 appeared first on FOSS Force.

Read More
| by Arround The Web

Getcwd() Function in C Language

Practical tutorial on how to use the getcwd() function to determine the current working directory of the calling program in C langugage and their errors.

Read More
| by Arround The Web

Free() Function in C Language

Practical tutorial on how to use the free() function to free the dynamically allocated memory using its syntax and the theoretical description of how it works.

Read More
| by Arround The Web

Pthread_Function() in C Language

Tutorial on how to use the pthread_cancel() function to ask the system to terminate a running thread and how to compile the programs from the pthread library.

Read More
| by Arround The Web

grep @ Savannah: grep-3.9 released [stable]

This is to announce grep-3.9, a stable release.

The NEWS below describes the two main bug fixes since 3.8.

There have been 38 commits by 4 people in the 26 weeks since 3.8.

Thanks to everyone who has contributed!
The following people contribute…

Read More
| by Arround The Web

Gethostbyname() Function in C Language

Comprehensive guide on how to use the gethostbyname() function in C language to get an information about a hostname and how a “hostent” structure is composed.

Read More
| by Arround The Web

grep @ Savannah: grep-3.9 released [stable]

This is to announce grep-3.9, a stable release.

The NEWS below describes the two main bug fixes since 3.8.

There have been 38 commits by 4 people in the 26 weeks since 3.8.

Thanks to everyone who has contributed!
The following people contributed …

Read More
| by Arround The Web

Latest Ubuntu Kernel Security Updates Patch 17 Vulnerabilities

The new Ubuntu kernel security updates target vulnerabilities found in Ubuntu systems running Linux kernel 5.19 as well as Ubuntu systems running Linux kernel 5.15 LTS.
The post Latest Ubuntu Kernel Security Updates Patch 17 Vulnerabilities appeared fi…

Read More
| by Arround The Web

Open() Function in C Language

Tutorial on how to use the open() function to open the files, its theoretical description and input arguments, and the data type that is used in each case.

Read More
| by Arround The Web

Best Android Emulators for Linux in 2023

Guide on the best and reliable Android emulators in 2023 that you can use on Linux and its distros such as Ubuntu to turn your computer into an Android device.

Read More
| by Arround The Web

Install DOSBox in Ubuntu to Play Retro Games

The DOSbox emulator lets you use the disk operating systems of the 80s. You can also use it to play retro games on Linux.

Read More
| by Arround The Web

How to Fix “Black Screen While Gaming” in Windows

To fix “Black Screen While Gaming” in Windows, restart driver, turn link state power management off, update driver, or check CPU and RAM usage.

Read More
| by Arround The Web

How to Fix 0xc000014C Error on Windows 7/8/10

To fix the “0xc000014C Error” on Windows 7/8/10, disconnect all the extra connected devices, run the SFC tool, run the CHKDSK command.

Read More
| by Arround The Web

How to Find the Factorial of a Number in JavaScript

To find the factorial of a number, two methods can be utilized, the “Iterative Method” and the second is “Recursive Method”.

Read More
| by Arround The Web

How to Dockerize a Python Application

To containerize the Python application, first, create a Docker image for the Python app from Dockerfile. Then, containerize the app by executing the image.

Read More
| by Arround The Web

How to Deploy Terraform in AWS EC2 Instance?

To deploy Terraform in AWS, create an EC2 instance, add key and repository of terraform and install it using the SSH client. Follow the guide for the procedure.

Read More
| by Arround The Web

How to Create Your First Container in Fargate?

AWS Fargate is a serverless service Container that aids in running tasks and services. Learn the procedure of creating the first container in Fargate

Read More
| by Arround The Web

How to Create Stack on AWS

AWS Stack is a collection of multiple AWS resources managed as a single unit. Follow this guide to learn the steps for creating a Stack in AWS.

Read More
| by Arround The Web

How to Create S3 Bucket Using Terraform

To create S3 using Terraform in Windows, install AWS CLI and Terraform and configure AWS and create Terraform file for S3 configurations and run the file.

Read More