top of page
SY MYTE
Search


Hosts file active/passive load balancing test
Here, the test setup will be as follows. Provision 3 VMs. Configure a simple web server on 2 of them. Let's name the domain as "abc.com"....
Sankalpa H.T.S
Oct 15, 20232 min read
25 views
0 comments


Simple shell script to download a list of Packages with Versions in to a directory in RedHat Linux
Assume that in your organization the technical team is giving you a list of Packages with Versions in a file and ask you to download them.
Sankalpa H.T.S
Jun 27, 20222 min read
55 views
0 comments


Double Submit Cookie Pattern
The goal of this article is to present an implementation of the "double submit cookie" pattern used to mitigate Cross-Site Request...
Sankalpa H.T.S
Oct 11, 20192 min read
39 views
0 comments


Synchronizer Token Pattern
In this post, let’s discuss using a synchronizer token pattern to prevent CSRF (Cross-site request forgery.). Synchronizer token pattern...
Sankalpa H.T.S
Oct 11, 20192 min read
51 views
0 comments


Configure the windows server 2016 nano server in vmware and 'DNS' service inside the nano server
Configure the nano server To create the virtual hard drive for windows nano server I'm using the 'dc01' 2016 windows server. Here is the...
Sankalpa H.T.S
Jul 30, 20195 min read
30 views
0 comments


NAGIOS CONFIGURATION IN LINUX UBUNTU -16.04.3-server
In this document we will cover the installation of Nagios, a very popular open source monitoring system. We will cover some basic...
Sankalpa H.T.S
Jul 5, 20189 min read
43 views
0 comments


VSFTPD CONFIGURATION IN LINUX UBUNTU -16.04.3-server
In this document I’ll show how to configure vsftpd (192.168.200.200) to allow a specific user to use FTP with user login credentials...
Sankalpa H.T.S
Jul 5, 20184 min read
37 views
0 comments


NFS CONFIGURATION IN LINUX UBUNTU -16.04.3-server
NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This lets...
Sankalpa H.T.S
Jul 4, 20186 min read
21 views
0 comments


APACHE CONFIGURATION IN LINUX UBUNTU -16.04.3-server
In this document we are going to configure the Apache Web Server (192.168.200.200) by creating a specific user named amaa and make Sparse...
Sankalpa H.T.S
Jun 28, 20185 min read
29 views
0 comments


DHCP CONFIGURATION IN LINUX UBUNTU -16.04.3-server
In this document we are going to set up DHCP server (192.168.100.10) and assign IP address for the client machine dynamically...
Sankalpa H.T.S
Jun 26, 20184 min read
52 views
0 comments


how to create a logical volume
This document provides some basic LVM configuration examples: Here I’m gonna create an LVM logical volume called nagios on a disk, But we...
Sankalpa H.T.S
Jun 20, 20183 min read
12 views
0 comments


SAMBA CONFIGURATION IN LINUX UBUNTU -16.04.3-server
In this document, we’re going to learn how to install and configure a samba server on Ubuntu 16.04. Samba is a free and open-source...
Sankalpa H.T.S
Jun 19, 20182 min read
45 views
0 comments


DNS CONFIGURATION IN LINUX UBUNTU -16.04.3-server
We are going to configure Primary & Secondary DNS servers and through the client machine we’re going to browse the apache web server. For...
Sankalpa H.T.S
Jun 19, 20187 min read
66 views
0 comments
bottom of page