Found 1436 Articles for Linux

HardInfo - Check Hardware Information in Linux

Satish Kumar
Updated on 23-Aug-2023 17:19:37

233 Views

Introduction When working with Linux, it's essential to have accurate and up-to-date information about your system's hardware. Knowing the hardware specifications of your machine is important for several reasons, such as troubleshooting issues or choosing the right drivers for your system. What is HardInfo? HardInfo is a graphical hardware information and system diagnostic tool for Linux operating systems. It provides detailed information about the hardware components in your system, including CPU, memory, storage devices, and network devices. It is an essential tool for Linux users who want to monitor their system's performance and diagnose hardware issues. Definition and Features HardInfo ... Read More

Hacking Owncloud to Improve Branding of Login Page

Satish Kumar
Updated on 23-Aug-2023 17:11:28

56 Views

Introduction Branding is the process of creating a distinct image, voice and personality that sets your business apart from its competitors. This involves creating a unique logo, choosing the right colors, typography and imagery to represent your brand. A strong brand identity helps businesses establish trust, credibility and recognition among their target audience which in turn increase sales and drive revenue. In addition, effective branding can improve customer loyalty by creating an emotional connection with customers. When customers feel connected to a brand they are more likely to choose it over its competitors. Understanding Owncloud's Login Page When it comes ... Read More

Gulp - A Toolkit for Automating Painful Tasks in Development

Satish Kumar
Updated on 23-Aug-2023 17:09:21

57 Views

Introduction In the world of web development, developers often face repetitive tasks that can be mundane and time-consuming. These tasks include minifying JavaScript files, optimizing images for the web, compiling Sass or Less into CSS, and so on. This is where Gulp comes in. Gulp is a toolkit that helps automate these tedious tasks with ease. It is a popular open-source JavaScript-based task runner that allows developers to create automated workflows for their projects. Its simplicity in usage and flexibility in configuration makes it a great choice for any project. What is Gulp? Gulp is a task runner for ... Read More

Guider - A System Wide Linux Performance Analyzer

Satish Kumar
Updated on 23-Aug-2023 17:08:32

60 Views

Introduction Guider is a powerful system-wide Linux performance analyzer designed to provide developers, system administrators, and other technical professionals with deep insights into the performance of their Linux systems. Its purpose is to help users identify and resolve performance bottlenecks so that they can optimize their systems for maximum efficiency. Unlike many other performance analysis tools that focus on individual processes or specific system components, Guider provides comprehensive data on the entire system, including CPU usage, memory usage, disk I/O, network I/O, and process activity. This allows users to see how different components of the system are interacting with each ... Read More

Guide to Running Kubernetes with Kind

Satish Kumar
Updated on 23-Aug-2023 17:07:33

52 Views

Introduction Kubernetes is a powerful open-source platform that enables seamless management and orchestration of containerized applications. With Kubernetes, developers can easily deploy, scale, and manage their applications while ensuring high availability and optimal resource utilization. Introduction to Kind (Kubernetes IN Docker) In essence, Kind provides an easy way to create a local Kubernetes cluster without the need for complex setup or configuration. This can be especially useful during the development phase when developers need an environment that closely resembles the production environment but doesn't require access to expensive cloud infrastructure. The main advantage of using Kind over other similar tools ... Read More

Guayadeque Music Player - Install on RHEL/CentOS/Fedora

Satish Kumar
Updated on 23-Aug-2023 17:04:51

114 Views

Introduction Guayadeque Music Player is a free and open-source audio player that offers a plethora of features, making it the perfect choice for music enthusiasts who want more than just basic playback functionality. It was developed by Anselmo Herrera and his team of programmers in C++ using the wxWidgets GUI toolkit. The player is available for Linux, Windows, and macOS operating systems. Prerequisites If you want to install Guayadeque Music Player on RHEL/CentOS/Fedora, there are a few software and packages you need to install first. These prerequisites will ensure that the player runs smoothly and efficiently without any errors or ... Read More

Guake - A Dropdown Linux Terminal for Gnome Desktops

Satish Kumar
Updated on 23-Aug-2023 17:03:35

182 Views

Introduction As a Linux user, having a reliable and efficient terminal emulator is essential for daily work. One popular option for Gnome desktops is Guake, a dropdown terminal that can be accessed with just a keyboard shortcut or hotkey. In this article, we will explore the many features and benefits of using Guake as well as its brief history and development. Overview of Guake Features Guake is a feature-rich terminal emulator that offers many benefits to users. Its dropdown terminal functionality allows users to quickly access the terminal by pressing a hotkey, without disrupting their workflow. This feature is ... Read More

GRV - A Tool for Viewing Git Repositories in Linux Terminal

Satish Kumar
Updated on 23-Aug-2023 17:02:38

47 Views

Introduction Git is a distributed version control system that has revolutionized the way software developers work on projects. With Git, developers can easily track changes made to code, collaborate with others and quickly revert to previous versions if necessary. Git has become the de-facto standard for version control, and it's used by millions of developers worldwide. To get the most out of Git, developers need a powerful tool that can help them navigate through their repositories and gain insights into the history of their codebase. GRV is one such tool that provides an intuitive interface for viewing Git repositories in ... Read More

Growing an Existing RAID Array and Removing Failed Disks in Raid

Satish Kumar
Updated on 23-Aug-2023 16:56:48

73 Views

Introduction RAID (Redundant Array of Independent Disks) is a technology used to store data across multiple hard drives instead of just one. RAID arrays offer a number of benefits over traditional single-disk storage, including improved performance and better data redundancy. Growing an Existing RAID Array Understanding RAID Levels and Their Limitations When it comes to creating a RAID array, it's important to understand the different levels of RAID and their limitations. There are several types of RAID, including RAID 0, 1, 5, 6, and 10. Each level offers unique benefits and drawbacks depending on your needs. For example, RAID ... Read More

Grep Regex A Complete Guide

Satish Kumar
Updated on 23-Aug-2023 16:37:08

146 Views

Introduction When it comes to data processing and analysis, Grep Regex is a powerful tool for finding patterns in text. It is commonly used among developers, system administrators, and data analysts who need to search for specific strings or extract relevant information from large volumes of data. Grep stands for "Global Regular Expression Print" and refers to a command-line utility that searches for patterns in files or output streams. Regular Expressions (Regex) are a sequence of characters that define a pattern, which can be used to search or manipulate text. Getting Started with Grep Regex Installing Grep on Different Platforms ... Read More

Previous 1 ... 3 4 5 6 7 ... 144 Next
Advertisements