Linux Articles

Page 31 of 134

Create Your Own Linux, Android and iOS Apps Using _LiveCode_ in Linux

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 476 Views

In today's digital age, the demand for mobile applications has skyrocketed. As a result, there's a growing need for developers to create apps that can run on different platforms. If you're interested in creating your own apps for Linux, Android, and iOS but don't have any programming experience, don't worry. You can use LiveCode, a user-friendly and easy-to-learn programming language, to create your own apps. In this tutorial, we'll show you how to create Linux, Android, and iOS apps using LiveCode in Linux. What is LiveCode? LiveCode is a high-level programming language and development environment that allows you ...

Read More

CI_CD Security - How to Secure Your CI_CD Pipeline?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 261 Views

If you're using Continuous Integration and Continuous Deployment (CI/CD) pipelines in your software development process, it's important to ensure that your pipeline is secure. CI/CD pipelines are a powerful tool for automating software delivery, but they can also be a target for attackers looking to exploit vulnerabilities. In this article, we'll discuss how to secure your CI/CD pipeline to ensure that your software delivery process is safe and secure. Why Secure Your CI/CD Pipeline? CI/CD pipelines are a valuable tool for software development teams because they automate the process of building, testing, and deploying code. However, these pipelines ...

Read More

Clear Linux – A Linux Distor Optimized for Performance and Security

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 812 Views

Clear Linux is a Linux distribution maintained by Intel that is specifically designed to provide a fast and efficient operating system for developers and performance-focused users who need high performance and security. In this article, we will explore what Clear Linux is, how it differs from other Linux distributions, and how to get started using it. What is Clear Linux? Clear Linux is a free and open-source Linux distribution that is optimized for performance and security. Developed by Intel and based on the Linux kernel, it is designed to be a lightweight operating system that can run ...

Read More

Creating Apache Virtual Hosts with Enable_Disable Vhosts Options in RHEL_CentOS

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ Views

Apache Virtual Hosts are a powerful feature that allows you to run multiple websites on a single server. With virtual hosts, you can configure Apache to serve different content based on the hostname or IP address of the incoming request. This makes it possible to host multiple websites on a single server, each with their own domain name, content, and settings. In this tutorial, we will show you how to create Apache virtual hosts on a RHEL/CentOS 8.0 server. We will cover the basic concepts of virtual hosts and walk you through the steps of creating virtual hosts using ...

Read More

Crontab Reboot_ How to Execute a Job Automatically at Boot?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 509 Views

Crontab is a widely used tool for scheduling tasks on Linux systems. It provides a simple way to automate routine tasks, such as backups, system maintenance, and data processing. While crontab typically schedules tasks based on specific time intervals, you can also execute jobs conditionally when certain conditions are met, such as when a file is created or when a process is running. This article demonstrates how to use crontab to execute jobs conditionally and automatically at system boot on Linux systems. Step 1: Identify the Condition The first step is to identify the condition that triggers ...

Read More

DCP – Transfer Files Between Linux Hosts Using Peer-to-Peer Network

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ Views

As a Linux user, you may often find yourself needing to transfer files between different hosts on your network. While there are several ways to do this, the Distributed Copy (DCP) protocol is a peer-to-peer method that offers a convenient and efficient solution for large-scale file transfers. In this article, we will explore DCP in detail, including how to install and use it to transfer files between Linux hosts. We will also discuss security considerations when using DCP, and how to use SSH to ensure secure file transfers. What is DCP? DCP is a protocol that enables ...

Read More

Cloud Connect User Guide

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 365 Views

Veeam Cloud Connect is a cloud-based backup and disaster recovery solution that allows organizations to extend their existing Veeam infrastructure to secure, service provider-managed cloud repositories. This comprehensive guide covers installation, configuration, and backup management to help you leverage Cloud Connect for reliable data protection. What is Cloud Connect? Veeam Cloud Connect enables businesses to send backup data to cloud-based repositories managed by certified Veeam service providers. It seamlessly integrates with existing Veeam Backup & Replication infrastructure, providing an offsite backup destination without the complexity of managing cloud storage directly. The solution supports both backup-to-cloud and replication-to-cloud scenarios. ...

Read More

Cockpit – A Powerful Tool to Monitor and Administer Multiple Linux Servers via Browser

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ Views

Managing multiple Linux servers can be a challenging task, especially for those who are new to the Linux environment. Luckily, there are several tools available that make this task easier, and one such tool is Cockpit. In this article, we will explore what Cockpit is, its features, how to install and configure it, and how to use it to manage your Linux servers effectively. What is Cockpit? Cockpit is a powerful web-based graphical interface for managing and monitoring multiple Linux servers. It provides an easy-to-use and intuitive interface that allows system administrators to manage servers from a ...

Read More

Diff a Directory for Only Files of a Specific Type on Linux

Kunal Verma
Kunal Verma
Updated on 17-Mar-2026 797 Views

In this article, we are going to learn how to diff a directory for only files of a specific type in Linux. This is particularly useful when you need to compare configuration files, source code, or documentation across directories while ignoring irrelevant file types. The diff Command Overview The diff command is a powerful built-in Linux tool that compares files and directories line by line. When comparing directories, it identifies differences in file contents, missing files, and additional files. However, by default, it processes all files, which can be overwhelming in directories with mixed file types. Basic ...

Read More

How to check if a File Type Exists in a Directory?

Kunal Verma
Kunal Verma
Updated on 17-Mar-2026 1K+ Views

There are times when we need to determine whether a particular file type is present in a directory or not. For instance, we might want to check if a directory contains Python files or C++ source files. Several Linux commands like ls, find, and file can help us accomplish this task efficiently. In this tutorial, we will review multiple approaches to check whether particular file types exist in a directory using wildcard patterns and command-line utilities. Using the ls Command The ls command is one of the most frequently used commands in Linux for listing files and ...

Read More
Showing 301–310 of 1,338 articles
« Prev 1 29 30 31 32 33 134 Next »
Advertisements