OpenLib.IO
Linux – Using ‘cut’ command efficiently
The cut command in Linux is a utility for processing and extracting specific portions of lines from files or input streams. It is particularly useful for...
Linux – Using ‘find’ command efficiently
The find command in Linux is a powerful and flexible tool used to search for files and directories within a directory hierarchy based on a variety...
Linux – Managing File Permissions
Linux file permissions are a fundamental aspect of managing file security and access control on Unix-like operating systems. They determine who can read, write, or execute...
Linux – Various Linux File types
In Linux, files are categorized into several types, each serving different purposes. Understanding these file types is crucial for effective file management and manipulation. Below is...
Linux – File based commands
File-related commands in Linux are essential for managing files and directories through the command line. These commands allow users to perform a variety of tasks, including...
OpenCL – An Open Computing Language
OpenCL (Open Computing Language) is a framework designed for writing programs that execute across heterogeneous platforms, including CPUs, GPUs, and other processors. Developed by the Khronos...
Vulkan – The Graphics Library
Vulkan is a modern, high-performance graphics and compute API developed by the Khronos Group. It’s designed to provide developers with more direct control over GPU hardware...
OpenGL – The Open Graphics Library
OpenGL (Open Graphics Library) – is a cross-language, cross-platform API for rendering 2D and 3D graphics. Developed by Silicon Graphics Inc. (SGI) in 1992, OpenGL provides...
Working with Regular Expression on Linux
Regular expressions (regex or regexp) are powerful patterns used for matching and manipulating text strings. In the context of the shell, regular expressions are often used...
Linux – Working with grep command
The grep command in Linux is a powerful and versatile tool used for searching and matching patterns within files or streams of text. The name “grep”...