Found 1383 Articles for Open Source

How to Add phoenixNAP as a Veeam Cloud Connect Service Provider

Satish Kumar
Updated on 28-Apr-2023 10:34:34

129 Views

Veeam Cloud Connect is a powerful feature that allows users to easily and securely backup and replicate their data to a cloud service provider. PhoenixNAP is a popular Veeam Cloud Connect service provider that offers reliable and cost-effective cloud backup and replication services. In this article, we will guide you through the process of adding phoenixNAP as a Veeam Cloud Connect Service Provider. Step 1: Create a Veeam Cloud Connect Account with phoenixNAP The first step in adding phoenixNAP as your Veeam Cloud Connect service provider is to create an account with them. You can do this by visiting the ... Read More

How to Remove a User from a Group in Linux

Satish Kumar
Updated on 28-Apr-2023 09:47:54

8K+ Views

Linux is a powerful and flexible operating system that is widely used in server environments. In these environments, it is common for multiple users to work on the same system and even belong to the same user groups. However, there may come a time when you need to remove a user from a group, either because they no longer require access or due to security reasons. In this article, we'll look at how to remove a user from a group in Linux. What are User Groups in Linux? User groups are an essential feature of Linux operating systems. A user ... Read More

How to Add New Fonts in Fedora

Satish Kumar
Updated on 28-Apr-2023 09:43:18

737 Views

Fedora is a popular operating system that is known for its stability, security, and user-friendly interface. One of the many features that make Fedora stand out from other operating systems is the ability to add new fonts easily. Fonts play an important role in the overall look and feel of an operating system. In this article, we will discuss how to add new fonts in Fedora. Why Add New Fonts in Fedora? Fedora comes with a good collection of fonts, but sometimes you may need to install new fonts to use in your project or to enhance the look of ... Read More

How to Add Linux Host to Nagios Monitoring Server Using NRPE Plugin

Satish Kumar
Updated on 28-Apr-2023 09:41:00

2K+ Views

Introduction Nagios is an open-source monitoring system that helps system administrators to monitor the performance and availability of various network resources, including hosts, services, and network devices. It is an efficient tool that allows monitoring and notification for a wide range of devices and services in the network. NRPE (Nagios Remote Plugin Executor) is a plugin that is used to monitor remote hosts or devices from the Nagios server. In this article, we will discuss how to add a Linux host to the Nagios monitoring server using the NRPE plugin. Prerequisites Before we begin, there are some prerequisites that need ... Read More

Top 20 Essential Docker Commands You Should Know in 2023

Devang Delvadiya
Updated on 27-Apr-2023 16:11:30

129 Views

Docker kill terminates a container if it takes too long to stop, while docker stop allows it to shut down normally. Software developers and engineers for building, testing, and managing environments for software development and testing widely use Docker. Containers allow for OS-level virtualization. Also, engineers may be able to communicate more rapidly without wasting time installing unnecessary programme requirements. This means programmers can make "portable containers" that can be taken anywhere, greatly simplifying remote teamwork. The container bundles the app and its prerequisites into one portable unit. As physical hardware is removed, computing resources can be used more effectively. ... Read More

How to Add Hosts in OpenNMS Monitoring Server

Satish Kumar
Updated on 27-Apr-2023 15:08:56

486 Views

OpenNMS is an open-source monitoring system that helps system administrators monitor their networks, servers, and applications. It provides comprehensive monitoring capabilities that allow administrators to detect and resolve issues before they become critical. In this article, we'll discuss how to add hosts in OpenNMS monitoring server. What are Hosts? Hosts are the devices or servers that you want to monitor. It could be a physical device or a virtual machine. In OpenNMS, hosts are added to the system so that the system can monitor them for any issues that may arise. Adding a host to OpenNMS is a simple process ... Read More

How to Add an Empty Directory in Git

Satish Kumar
Updated on 27-Apr-2023 15:00:55

868 Views

Git is a popular version control system that enables you to manage your source code, track changes, and collaborate with others. It also helps you keep a record of every change made to your codebase, including the creation of new directories. However, sometimes you may need to add an empty directory to your Git repository, which may seem challenging at first glance. In this article, we will explore how to add an empty directory in Git. What is an Empty Directory in Git? Before we dive into the process of adding an empty directory in Git, let's first understand what ... Read More

How to Access Remote Desktop from Browser Using TightVNC

Satish Kumar
Updated on 27-Apr-2023 14:59:53

4K+ Views

Remote Desktop is a handy tool that allows you to access your computer from a different location, using another device. It is very useful, especially for remote workers, who need to access their work computer from home or any other location. The most common way to access a remote desktop is through a client software installed on the device, but there is an easier way to access it: using a browser. In this article, we will show you how to access remote desktop from a browser using TightVNC. What is TightVNC? TightVNC is a free remote control software package that ... Read More

10 Linux Distributions and Their Targeted Users

Satish Kumar
Updated on 27-Apr-2023 14:55:47

793 Views

Linux is a popular operating system that is used by millions of people worldwide. It is known for its open-source nature, flexibility, and security. There are many different Linux distributions, each designed to meet the needs of different types of users. In this article, we will take a look at 15 Linux distributions and their targeted users. Ubuntu Ubuntu is a popular Linux distribution that is targeted towards a wide range of users, including − Desktop Users − Ubuntu aims to provide a user-friendly and polished desktop experience for general users who are looking for a free and open-source ... Read More

10 Linux Commands to Collect System and Hardware Information

Satish Kumar
Updated on 27-Apr-2023 14:54:12

4K+ Views

If you're using a Linux operating system, it can be helpful to gather system and hardware information to troubleshoot any issues or simply to learn more about your system's performance. Luckily, there are plenty of built-in commands in Linux that allow you to easily collect this information. In this article, we'll cover some of the most useful Linux commands for gathering system and hardware information, along with examples of how to use them. uname The uname command displays basic information about your system, including the operating system name, kernel version, and processor architecture. To use the uname command, simply open ... Read More

Advertisements