Found 1436 Articles for Linux

How to Deploy NGINX Reverse Proxy on Docker?

Satish Kumar
Updated on 10-Jul-2023 18:29:51

237 Views

Introduction NGINX is a popular open-source web server that also functions as a reverse proxy, load balancer, and HTTP cache. A reverse proxy is a server that sits in front of web servers and forwards client requests to the appropriate backend server. The benefits of using NGINX reverse proxy include improved security, scalability, and performance. By acting as an intermediary between clients and servers, NGINX can also provide additional features such as caching, SSL termination, and content compression. In this article, we will discuss how to deploy NGINX reverse proxy on Docker – a platform that allows developers to easily ... Read More

How to Deploy Nginx on a Kubernetes Cluster?

Satish Kumar
Updated on 10-Jul-2023 18:28:10

166 Views

Overview Nginx is a popular open-source web server that has been widely used for its high performance, scalability, and reliability. It is also commonly used as a load balancer and reverse proxy server. On the other hand, Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a flexible architecture that can run on-premises or in the cloud. Nginx has become an essential component for many organizations that need to deploy their applications at scale. Pre-requisites Understanding of Kubernetes architecture and concepts Before deploying Nginx on a Kubernetes cluster, it is ... Read More

How to Deploy Multiple Virtual Machines using Network Install (HTTP, FTP and NFS) under KVM Environment Introduction

Satish Kumar
Updated on 10-Jul-2023 18:26:36

173 Views

Introduction Virtual machines (VMs) are a powerful tool for creating and managing multiple operating systems on a single physical machine. They allow you to run different operating systems, applications, and services without the need for additional hardware. Instead of having multiple physical computers with their own dedicated resources, VMs share the resources of the host machine. Through this sharing of resources, VMs enable you to create isolated environments that can simulate different computing scenarios or test new software and applications without interfering with other processes. Setting up the Environment Installing KVM on the Host Machine Before deploying multiple virtual machines, ... Read More

How to Deploy HTML5 Website on a LAMP Server in Ubuntu?

Satish Kumar
Updated on 10-Jul-2023 18:25:10

337 Views

Introduction HTML5 is the fifth and latest version of Hypertext Markup Language, which is the standard language used for creating web pages and applications. Unlike its predecessors, HTML5 offers a more efficient way of coding websites, making it easier for developers to create rich and interactive content. With HTML5, developers can use new tags like video and audio to include multimedia elements on their web pages without relying on third-party plugins. The canvas tag allows developers to create animations and graphics directly on a web page using JavaScript. Additionally, HTML5 provides better support for mobile devices by introducing responsive ... Read More

How to Deploy Elasticsearch on Kubernetes?

Satish Kumar
Updated on 10-Jul-2023 18:21:32

1K+ Views

In today's world, data is the lifeblood of businesses. Whether it is customer data, sales data, or product data, the ability to store, search, and analyze it effectively can make a significant difference in a company's success. Elasticsearch is a distributed search and analytics engine designed for speed and scalability. It can process millions of queries per second and handle petabytes of data with ease. Kubernetes, on the other hand, is an open-source container orchestration system that automates application deployment, scaling, and management. Setting up the Environment Installing the Necessary Tools (kubectl, helm) Before deploying Elasticsearch on Kubernetes, ... Read More

How to Deploy Data-Centers with Cluster and Add ISCSI Storage in RHEV Environment?

Satish Kumar
Updated on 10-Jul-2023 18:20:11

78 Views

Introduction Data-center deployment involves the process of setting up computer systems and related components such as storage, networking, and software applications to support the running of business operations. It is critical for organizations to have a reliable, scalable, and secure data-center infrastructure to ensure continuity in their daily operations. Red Hat Enterprise Virtualization (RHEV) environment provides a robust platform for managing data-center resources efficiently. RHEV Environment uses Kernel-based Virtual Machine (KVM) hypervisor technology which provides virtualization services that allow multiple Operating Systems (OS) to run on the same physical machine without interfering with each other. The RHEV environment also ... Read More

How to Deploy and Run Redis in Docker?

Satish Kumar
Updated on 10-Jul-2023 18:18:33

412 Views

Redis is an open-source, in-memory data structure store that can be used as a database, cache, or message broker. It is known for its high-performance and low-latency capabilities, making it a popular choice for real-time applications. On the other hand, Docker is a containerization platform that allows developers to package applications into containers that can run anywhere on any platform. Containers are lightweight, fast to deploy and have small footprints compared to traditional virtual machines. Preparing for Deployment Installing Docker on your machine Before you can deploy Redis in Docker, you'll need to install Docker on your machine. ... Read More

How to Delete Partition in Linux?

Satish Kumar
Updated on 10-Jul-2023 18:05:58

8K+ Views

Introduction Linux is an open-source operating system, which is favored by many users for its robustness, flexibility and stability. One of the key features of Linux is its ability to provide users with better control over their system's resources. This is achieved through the use of the partitioning scheme, which divides a hard drive into multiple sections or partitions, allowing for more efficient use of space and resources. What a partition is in Linux? A partition in Linux can be thought of as a logical division or section on a hard drive that isolates data from other parts on ... Read More

How to Delete Old Unused Kernels in Debian and Ubuntu?

Satish Kumar
Updated on 10-Jul-2023 18:04:11

16K+ Views

Introduction The kernel is the core component of a Linux-based operating system, and it is responsible for managing the system's resources and communicating with hardware devices. Whenever a new version of a kernel is released, it typically includes important bug fixes, security patches, performance improvements, and other enhancements that can improve the overall functionality and stability of the system. However, when multiple versions of the kernel are installed on the same machine over time, they can take up valuable disk space and slow down system performance. Deleting old unused kernels is an essential maintenance task that helps keep your Linux-based ... Read More

DOSBox – Runs Old MS-DOS Games_Programs in Linux

Mrudgandha Kulkarni
Updated on 28-Jun-2023 11:51:02

284 Views

DOSBox is a powerful emulator that allows users to run old MS-DOS games and programs on modern Linux systems. In this article, we'll cover everything you need to know about DOSBox, including how to install and configure it, and how to run MS-DOS applications. What is DOSBox? DOSBox is an emulator that allows users to run MS-DOS applications on modern operating systems. It was first released in 2002 and has since become a popular tool for running old MS-DOS games and programs on modern systems. DOSBox emulates an Intel x86 PC, complete with sound, graphics, and networking capabilities, allowing users ... Read More

Advertisements