3 posts tagged with "linux"
Download and setup Hadoop and Spark on Ubuntu
Posted on December, 2021Prerequisite Login from sudo and make hdoop a sudoer setup ssh for hdoop Install and Setup Hadoop sudo vim ~/.bashrc Configure hadoop files sudo vim $HADOOP_HOME/etc/hadoop/hadoop-env.sh sudo vim…
Read full postMongoDB in C using mongoc library
Posted on September, 2021Intro Mongoc is a client library in C for MongoDB. It packs with a libbson library that makes it easier to parse and process bson document data (just like libjansson). Github Link Download and install…
Read full postAnsible Setup and Running a Playbook
Posted on June, 2021Ansible is an automation tool, I've used it in a case where you have to run similar commands on multiple machines. In this example I'll install an ftp server, nginx and also allow all connection on…
Read full post