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 […]
Published on : May 4, 2019 by Smith Nevil
Primary memory or Linux is not considered as a single block by Linux Kernel. Instead it is fragmented or may be a better word here would be divided or differentiated into different zones inside nodes. Zones can vary depending on the architecture. We will be considering only 64 bit for learning purposes. Nodes are how […]