Linux Articles

Page 124 of 134

Bash Script for Loop Explained with Examples

Satish Kumar
Satish Kumar
Updated on 12-Apr-2023 975 Views

If you're a Linux or Unix user, chances are you've used Bash at least once or twice. Bash is a command-line shell that lets you interact with your operating system in a more direct and powerful way than using a graphical user interface. One of most powerful features of Bash is for loop, which lets you automate repetitive tasks by iterating over a list of values. In this article, we'll explore how Bash for loop works and provide some examples of how you can use it in your own scripts. What is a For Loop? A for loop is a ...

Read More

5 Best Graphical Backup Tools for Ubuntu and Linux Mint

Satish Kumar
Satish Kumar
Updated on 10-Apr-2023 6K+ Views

Introduction Backing up data is an essential task that every user should prioritize. In case of system crashes or hard disk failure, having a backup of your important files and documents can save you a lot of time and effort. Ubuntu and Linux Mint, being popular Linux distributions, offer various graphical backup tools to help users back up their data conveniently. In this article, we will discuss 5 best graphical backup tools for Ubuntu and Linux Mint. Deja Dup Deja Dup is one of most popular graphical backup tools available for Ubuntu and Linux Mint. It offers a simple and ...

Read More

Best PDF Editors to Edit PDF Documents in Linux

Satish Kumar
Satish Kumar
Updated on 10-Apr-2023 2K+ Views

PDF is a widely used format for sharing documents. It is reliable, secure, and easy to use. However, editing PDF documents can be a challenge, especially on Linux. Fortunately, there are several PDF editors that you can use to edit your PDF documents in Linux. In this article, we will discuss best PDF editors to edit PDF documents in Linux. LibreOffice LibreOffice is a popular open-source office suite that includes a PDF editor. It is available for Linux, Windows, and macOS. LibreOffice Writer, word processing component of LibreOffice, has all tools you need to edit PDF documents. To edit a ...

Read More

Best Java IDE’s for Linux Developers

Satish Kumar
Satish Kumar
Updated on 10-Apr-2023 2K+ Views

Java is one of most popular programming languages in world. With its easy-to-read syntax and platform independence, it has become a favorite among developers. Linux is also a popular operating system for developers due to its flexibility and open-source nature. Combining two makes for a powerful combination. In this article, we will discuss best Java IDEs for Linux developers. What is an IDE? An Integrated Development Environment (IDE) is a software application that provides a comprehensive environment for coding, debugging, and testing software applications. It is a one-stop-shop for developers who want to write, test, and deploy code all in ...

Read More

Best CentOS Alternative Distributions

Satish Kumar
Satish Kumar
Updated on 10-Apr-2023 562 Views

CentOS is a popular Linux distribution that has been widely used in servers and data centers. However, recent announcement from Red Hat, company that owns CentOS, about end of CentOS's stable release has left many users in search of alternative distributions. In this article, we will discuss best CentOS alternative distributions, their features, and why they could be a good choice for you. What is CentOS? CentOS (Community Enterprise Operating System) is a free, open-source, community-driven distribution based on source code of Red Hat Enterprise Linux (RHEL). CentOS provides same functionality and features as RHEL, but without cost of licensing ...

Read More

Bare Metal Cloud GitHub Actions

Satish Kumar
Satish Kumar
Updated on 31-Mar-2023 487 Views

As technology continues to evolve at a rapid pace, businesses are seeking new ways to optimize their operations and reduce their IT infrastructure costs. One of most popular trends in recent years has been adoption of cloud computing, which allows businesses to access powerful computing resources on-demand, without need for expensive hardware. One particular area of interest for many organizations is use of bare metal cloud services. These services provide users with access to dedicated hardware resources, giving them more control over their infrastructure and greater flexibility in managing their workloads. In this article, we will explore benefits of bare ...

Read More

Bare Metal Cloud Storage Management via Portal and API

Satish Kumar
Satish Kumar
Updated on 31-Mar-2023 270 Views

In recent years, bare metal cloud storage has become an increasingly popular choice for businesses of all sizes. This type of cloud storage offers a number of benefits, including increased security, scalability, and flexibility. However, managing bare metal cloud storage can be a complex task, especially for businesses with limited technical expertise. In this article, we'll explore how bare metal cloud storage can be managed via portal and API, and we'll provide examples of how this approach can be used to improve storage management. What is Bare Metal Cloud Storage? Bare metal cloud storage refers to a type of cloud ...

Read More

4 Useful Command line Tools to Monitor MySQL Performance in Linux

Satish Kumar
Satish Kumar
Updated on 30-Mar-2023 2K+ Views

As a developer or system administrator, it's crucial to ensure your MySQL database is running optimally to prevent downtime and maintain fast response times. Fortunately, Linux offers a range of powerful command-line tools that allow you to monitor MySQL's performance in real-time and diagnose any issues that may arise. In this article, we will explore four useful command-line tools that you can use to monitor MySQL performance in Linux. Top Command The top command is a popular Linux utility that enables you to monitor overall system performance, including MySQL processes. top command displays a real-time view of system's CPU usage, ...

Read More

How to Use cd Command in Bash Scripts

Satish Kumar
Satish Kumar
Updated on 24-Mar-2023 17K+ Views

The cd command is one of most fundamental commands in Bash shell. It is used to change current working directory to a specified location. This command is particularly useful when navigating through file system, especially in situations where you need to access files or directories in a different location. In this article, we will explore how to use cd command in Bash scripts. What is cd Command? Before diving into usage of cd command, it is important to understand what it does. cd command is a built-in command in Bash that is used to change current working directory. When you ...

Read More

How to Use the mysql Client and Related Utilities in Linux

Pradeep Jhuriya
Pradeep Jhuriya
Updated on 20-Jan-2023 809 Views

Introduction MySQL is an open source relational database management system (RDBMS) that has been popular for over twenty years. It is widely used on Linux systems for both web server solutions and standalone applications. This article will provide an overview of the most commonly used MySQL utilities, including mysql and mysqladmin, along with some examples on how to use them. It's worth noting that the explanations in this article also apply to MariaDB, a popular fork of MySQL created by the original developers, due to concerns that MySQL may not remain open source and intend to maintain high compatibility with ...

Read More
Showing 1231–1240 of 1,337 articles
« Prev 1 122 123 124 125 126 134 Next »
Advertisements