Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
Linux Curl Command with Examples

Linux Curl Command with Examples

A curl is a command-line tool that helps transfer the data from the server to the client and vice-versa. It uses the following protocols, i.e., HTTP, SMTP, FTP, and POP3. etc. Curl is known to transfer multiple files at a time. Syntax Curl [options…] [URL..] Install Curl Sometimes curl is already installed in Linux by […]

How to Install ONLYOFFICE Desktop Editors in Linux

How to Install ONLYOFFICE Desktop Editors in Linux

ONLYOFFICE Desktop Editors is an open-source office suite that is available for Linux, Windows, and macOS users. Freely distributed under the terms of AGPLv3, it combines three editors for text documents, spreadsheets, and presentations that are natively compatible with the Microsoft Office formats (DOCX, XLSX, PPTX). [ You might also like: 13 Most Used Microsoft […]

How to touch all files in subtree recursively Linux?

How to touch all files in subtree recursively Linux?

Touch is a command in Linux that is used to create and modify the timestamps of a file. Additionally, it can create files with no content and a timestamp specified by the user. Often, we have a directory in Linux with multiple subdirectories and files, and we wish to change the timestamps of each subdirectory […]

How to send and receive messages with NC in Linux?

How to send and receive messages with NC in Linux?

Computer networking allows users to send and receive messages, data, and instructions. There are many tools and utilities that are designed especially for this purpose, one of which is Netcat, or more commonly known as NC. What is Netcat? Netcat is a networking utility that allows its users to write and read data to and […]

Create Multiboot USB Linux with Ventoy

Create Multiboot USB Linux with Ventoy

This tutorial explains how to create a multiboot USB in Linux in which you just need to copy any ISO you want to boot. After reading this tutorial you’ll know how to create within a minute a multiboot USB containing multiple operating systems such as different Linux distributions or Microsoft Windows. Creating a Multiboot USB […]

Linux DU Command with Examples

Linux DU Command with Examples

‘du’ stands for the disc usage in a system. It is used to identify the usage of space by the files present in the system that causes the disc storage space to run out of the provided space. The du command uses different options and flags to get used to the command and to know […]

Display Contents Of A Text File On Command Line Linux

Display Contents Of A Text File On Command Line Linux

In Linux, we constantly work with text files such as configuration files, source codes, web pages, and many others. Hence, it is essential to have a quick view of the contents of a text file in the command line before editing the file. This quick guide aims to show you various approaches you can use […]

How to Check if SSH is Running on Linux

How to Check if SSH is Running on Linux

SSH is a cryptographic network protocol that lets you control and modifies a remote computer over the internet. This protocol ensures security even through a vulnerable network. Most of the Linux distros use OpenSSH, an open-source project implementing the SSH protocol. In this guide, we’ll demonstrate how to verify if SSH is running on Linux. […]

UEFI Shell Scripting Tutorial

UEFI Shell Scripting Tutorial

UEFI (Unified EFI – Extensible Firmware Interface) is a software specification used to interface between the operating system and the firmware of your computer’s hardware. Fig 1: The position of EFI in the software stack (source: Wikipedia¹) UEFI has a built-in shell program called UEFI Shell or EFI Shell. You can use it to run […]

How to Install and Use ProtonVPN on Desktop Linux

How to Install and Use ProtonVPN on Desktop Linux

A VPN (Virtual Private Network) is an encrypted tunnel that extends over a public network. It allows users to securely browse and access resources over an internet connection with utmost privacy and confidentiality. [ You might also like: 13 Best VPN Services with Lifetime Subscription ] ProtonVPN is a high-speed Swiss-based VPN that secures your […]