Latest

Healthcare Vulnerability Mapping Using K- means++ Algorithm and Entropy Method

Submitted on Fri, 06/11/2021 - 00:31

Vulnerable population in healthcare refer to those who are at greater risk of suffering from health hazards due to various socio-economic factors, geographical barriers and medical conditions. Mapping of this vulnerable population is a vital part of healthcare planning for any region. Results of vulnerability mapping later can help with meaningful interventions for healthcare demands.

This study focuses on combining geo analytics, unsupervised machine learning algorithm and entropy method for performing vulnerability mapping based on various above- mentioned factors.

Git basics

Submitted on Fri, 08/14/2020 - 16:47
GIT is a version control application which helps us to take snapshots of our file system. This becomes a very useful feature during application development process. What makes GIT unique is that it is a distributed version control system. Linus Torvalds, lead developer of Linux Kernel is responsible for development of GIT. It was the power of GIT which propelled the development of Linux Kernel to new heights.

Configure BIND as a forwarding, caching and local domain resolving DNS Server in Ubuntu

Submitted on Fri, 08/14/2020 - 16:46
This documentation is about configuring bind as a DNS server in Ubuntu. The DNS server is expected to achieve following tasks: 1. Resolve a local FQDN web.ddc to its private IP, 192.168.0.105. 2. Resolve global domains by forwarding the query to google's Public DNS servers at 8.8.8.8 and 8.8.4.4 3. Cache the query results for faster access in the future.

Tags

Linux Installation basics

Submitted on Fri, 08/14/2020 - 16:34

Note: This article does not cover installing Linux alongside Windows.

There are basically two ways you can install Linux in you computer.

1. Erase everything on the hard disk and install Linux

2. Manual partition scheme

Options 1 is an easy and hassle free way to install Linux as it will configure necessary partitions for you. Whereas, Option 2 will require manual configuration of the partitions and mount points. Before we proceed with option 2 we need to understand the basic requirement for Linux Installation. 

Tags