| by Arround The Web

LibreOffice Writer: Set Paper Size F4 or Folio

This tutorial will help you in setting up F4 or Folio paper size in LibreOffice Writer in step by step with examples and pictures. This includes making templates so you can quickly make F4 documents without repeating paper size setup and further make P…

Share Button
Read More
| by Arround The Web

How to Execute Commands from Within a Shell Script

The shell works as a command-line interpreter, taking inputs and giving output. A shell script can contain loops, functions, variables, and commands.

Share Button
Read More
| by Arround The Web

Malloc Function in C

The malloc() function in C not only allocates memory to a specific mutable but also returns an address pointer where that memory has been stored.

Share Button
Read More
| by Arround The Web

Top 5 Open Source Plugins for ONLYOFFICE Docs

The post Top 5 Open Source Plugins for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .If you think that office software is exclusively designed for writing texts, making calculations in spreadsheets, and creating informati…

Share Button
Read More
| by Arround The Web

Check Disk for Errors Linux Mint 20.3

A step-by-step guide showing how to check the disk for errors in Linux Mint by choosing a disk partition, saving the errors, and passing the text file.

Share Button
Read More
| by Arround The Web

Partitioning the Hard Disks Under Debian/Ubuntu and Resizing the Partitions

Practical tutorial on how to partition the hard disks and resize the partitions under Linux both from the command line and from the graphical environment.

Share Button
Read More
| by Arround The Web

Live Forensics Tool

Guide introduction to the most popular live forensics operating systems and tools including installable alternatives because of their amazing functionalities.

Share Button
Read More
| by Arround The Web

Extern in C

A guide on the “extern” keyword in the C programming language that enables us to implement two “C” language code examples to express the function of “extern”.

Share Button
Read More
| by Arround The Web

How to Monitor and Optimize Power Usage on Linux?

Guide on how to monitor the system resource usage with the different tools and how to optimize the power usage on a Linux system using various doable methods.

Share Button
Read More
| by Arround The Web

Switch Cases in C

Practical guide on the concept of the switch case in the C language and how to properly use its syntax and solve the various problems of switch cases.

Share Button
Read More
| by Arround The Web

sscanf() Function in C

A guide on how to use the sscanf() function in the C programming language to replace one string with another string that involves the syntax of the function.

Share Button
Read More
| by Arround The Web

Distribution Release: CRUX 3.7

CRUX is a lightweight, Linux distribution for computers running on 64-bit x86 processors. The distribution is targeted at experienced Linux users. The primary focus of this distribution is “keep it simple”. The project’s latest release is CRUX 3.7 whi…

Share Button
Read More
| by Arround The Web

Pointers in C

Tutorial about the pointers in C language and the methods to implement them and how to use them efficiently in C language using practical examples.

Share Button
Read More
| by Arround The Web

Ping Command in Ubuntu 22.04

Tutorial on what is ping command and how it works in Ubuntu 22.04 Linux system and its various usage to check the network performance in an optimized way.

Share Button
Read More
| by Arround The Web

Tools to Create Your Own Linux Distribution

Practical guide on the most popular tools to create your own Linux distribution using Linux From Scratch and Ubuntu Live for advanced and inexperienced users.

Share Button
Read More
| by Arround The Web

How to Add a New User on Debian 11

Tutorial to create a new user on Debian 11 using the command line method and the GUI, verify the user creation and assign the user administrator privileges.

Share Button
Read More
| by Arround The Web

How To Setup Streaming Media Server Using Jellyfin In Linux

This guide explains what Jellyfin is, how to install it in Linux, and how to set up a streaming media server using your fresh new Jellyfin install.
The post How To Setup Streaming Media Server Using Jellyfin In Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Static Variables in C

A static variable is one of those variables that are declared “statically” in a program. The starting value of the static variables is zero.

Share Button
Read More
| by Arround The Web

Pop!_OS 22.10 is Not Under Development to Focus on Rust-based COSMIC

System 76 is skipping the Pop!_OS 22.10 release in October to focus time and development effort on the new Rust-based COSMIC DE.
The post Pop!_OS 22.10 is Not Under Development to Focus on Rust-based COSMIC appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

sprintf Function in C

This is on the sprintf() of the programming language C function’s syntax and format specifiers that were employed while coding in C to declare the parameter.

Share Button
Read More