Published on : March 7, 2022 by Vinayan C V
How to Create a VM in Proxmox and rebuild it with another OS Proxmox VE is a platform to run virtual machines and containers. It is based on Debian Linux and completely open-source. How to Create a VM in ProxmoxVE? There are three main steps to create a VM in Proxmox VE. Uploading an ISO to ProxmoxVE Creating a VM in ProxmoxVE Installing an […]
Published on : September 2, 2019 by Sheldon Moor
Varnish is a proxy server which can be used for HTTP caching. It can act as a reverse proxy for nginx. Here we are going to look how we can configure varnish as a reverse proxy for nginx web server. Prerequisites Ubuntu 16.04 Root Privileges Step 1: Installing nginx We can install Nginx from the Ubuntu repository using the apt […]
Published on : August 6, 2019 by Albert Reilly
An Oracle database is a collection of data treated as a unit with a purpose to store and retrieve related information. All this is accomplished while delivering high performance. A database server also prevents unauthorized access and provides efficient solutions for failure recovery. Users can concurrently access the same data. Oracle Database is the first […]
Published on : July 18, 2019 by Glenn Max
Here we will look at how an instance can be created in Amazon Web Service or AWS. For doing this we will use a free tier account or you can use your AWS account too. Log in to the AWS console. You can use the link https://console.aws.amazon.com to access the console. You will log in to […]
Published on : May 7, 2019 by Abhilash R
NMI Watchdog is something you would have heard of. NMI or Non Maskable Interrupt, is a type of interrupt which the CPU cores canʼt ignore. Other type of interrupts, can be routed to different CPUs depending on its workload, while a NMI interrupt canʼt be passed on and has to be handled by the CPU […]