Nginx Complete Tutorials

Nginx: The Swiss Army Knife of Web Servers In the world of web servers, Nginx stands out as a versatile and robust solution. Originally created by Igor Sysoev in 2004, Nginx has since gained immense popularity due to its performance, scalability, and a wide range of use cases. What is Nginx? Nginx (pronounced “engine-x”) is a free and open-source web server software. It can also function as a reverse proxy server, load balancer, and HTTP cache, making it a powerful tool for managing web traffic efficiently....

October 14, 2023 · 3 min · 638 words · Me

I switched to Manjaro KDE Desktop

Greetings, Despite my initial resolution to avoid frequently switching my Linux distribution and desktop environment, I find myself making yet another change. In this post, I aim to provide a rationale for this decision. My journey into the world of Linux began in the year 2009, marking the inception of my career as a lecturer. Finally I have decided to stick to Manjaro Desktop

March 16, 2020 · 1 min · 64 words · Me

15 Days trainning on Ground Water

I got chance to attend the 15 days tranning conducted by the ACWADAM on Ground Water Resource Management. I am very thankful to DBIT and IT Department for allowing me to attend this workshop. Content which was covered in the tranning. Introduction to basics of geology The earth system Introduction to maps Physical geology and geomorphology Types of rocks Processes that shape the earth Drainage and landforms Hydrogeology What is groundwater?...

February 8, 2020 · 2 min · 333 words · Me

DigitalOcean TIDE 2019

Date: November 21st (Thursday) \ Time: 9 AM to 5 PM \ Venue: The Lalit Mumbai, Andheri East I got the opportunity to attend DigitalOcean TIDE 2019, along with my colleague Mr Jithin Issac. We got to learn many things about the startup culture and how the digital ocean is contributing to it. Some of the key highlights of the events were The startup ecosystem in India Future digital growth opportunities in India What startup need to care while increasing their business Digital Oceans new products Open Source and Startups and many more....

November 21, 2019 · 1 min · 137 words · Me

My Ready Reference Code

GIT Proxy Setup git config --global --unset http.proxy git config --global --get http.proxy git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080 Django # Creating New Project django-admin startproject geodjango # Create New App python manage.py startapp world Pgadmin # pgadmin default password change sudo -u postgres psql postgres # \password postgres Geoserver # sudo su apt-get install openjdk-8-jre # PostgreSQL and PostGIS apt-get install postgresql postgresql-contrib postgis postgresql-10-postgis-2.4 # Create "geoserver" database sudo -u postgres createuser -P geoserver sudo -u postgres createdb -O geoserver geoserver sudo -u postgres psql -c "CREATE EXTENSION postgis; CREATE EXTENSION postgis_topology;" geoserver # GeoServer install apt install unzip mkdir -p /var/www/geoserver cd /var/www/geoserver wget https://netcologne....

September 5, 2019 · 2 min · 233 words · Me

My Favourite Books

Coauthored Books 11th Standard, Information Technology, Maharashtra State Board of Education 2019 12th Standard, Arts,Science and Commerce Information Technology, Maharashtra State board of Education, 2020. My Favourite Books The Obstacle Is the Way: The Timeless Art of Turning Trials into Triumph - Ryan Holiday The Leader Who Had No Title By Robin Sharma Mastery By - Robert Green Inspired by the book Tribes: We Need You to Lead Us The 10X Rule: The Only Difference Between Success and Failure The 80/20 Principle: The Secret to Success by Achieving More with Less Digital Minimalism :On Living with Better with Less technology - Cal New Port The Compound Effect Multiply Your Success One Simple Step at a Time The Daily Stoic 366 Meditations on Wisdom, Perseverance, and the Art of Living Skin in the Game: Hidden Asymmetries in Daily Life - Nassim Nicholas Taleb Fooled by Randomness: The Hidden Role of Chance in Life and in the Markets - Nassim Nicholas Taleb The Black Swan - Nassim Nicholas Taleb

September 19, 2018 · 1 min · 167 words · Me

Smart India Hackthon 2018

Participation in the Smart India Hackathon 2018 with the team of students. We worked on the women emporment portal where facilities were given for womens to get help in various issues like, entrepreneurship, harasment, employment etc.

April 1, 2018 · 1 min · 36 words · Me

Open Source Blogging Tools

In this post, we will look at top open source blogging tools ...

January 10, 2018 · 2 min · 417 words · Me

Training on DevOps

Topics covered - Docker, Ansible, and Jenkins [ Resource Material ] (https://github.com/tayyabsayyad/quickdevops)

January 8, 2018 · 1 min · 12 words · Me

Smart India Hackthon 2017

Topic : E-Waste Management System

April 30, 2017 · 1 min · 5 words · Me