Hibare


Github

My Projects

Install Apache Hbase on UBUNTU in stadalone mode

It is a shell script to install Apache Hbase on UBUNTU in standalone mode. This script is tested on UBUNTU 16.04 LTS and works perfectly on the test machine. This shell script is expected to work on any version of UBUNTU.


Student information management system

Student information management system is a program to manage the student's personal information. the subjects to which he/she is enrolled, the hostel information and the department information.


Text based search engine

Unlike Google it is text based mini search engine. It searches for occurrence of a given word or a pair of words in a set of text files. Like Google, this search engine also does the indexing process.


Install Redis on UBUNTU

This project contain shell scripts to easily install and uninstall Redis on UBUNTU. This scripts are tested on UBUNTU 16.04 LTS and works perfectly on the test machine. These shell scripts are expected to work on any version of UBUNTU.


Battery level notifier

It is a shell script which is executed every minute. This script checks the current power level. If the current power level is less than the minimum and the state is not charging then it produces a voice notification. The same thing happens when the power level is 100% and the state is still charging.


Welcome yourself on system start up

It is a shell script which pop up's a terminal whenever system starts and displays a greeting message with some general system stats. This script worked perfectly on UBUNTU 16.04 LTS and is intended to work fine on any debian based system.


Semi-automate system update process

It is a program written in C language which automated the process of updating a system. Instead of executing multiple commands to update the system, use this program to run all those commands in serial.