In this blog post, I will show you how to generate ssh keys on local and grant access to your […]
Read MoreMay 31, 2019
May 29, 2019
How to secure your website using HTTPS
In this blog post, I will show you how to install SSL (Secure Socket Layer) certs on your website. Note […]
Read MoreMay 16, 2019
Installing Karel the Robot
Karel is a simulation tool used for learning java, developed at Stanford university. It is available as plugin for eclipse […]
Read MoreMay 15, 2019
How to create an executable Jar file using maven
In this blog post, we will learn how to create a simple quick start project which can be build into […]
Read MoreApril 7, 2019
Emacs: Install emacs and slime
Let’s install slime using quicklisp. The complete guide on installing quicklisp can be found here. After you are done with the […]
Read MoreMarch 9, 2019
How to configure mysql with matlab
This blog post, I will show you how to setup mysql with JDBC drivers in matlab Step-1: Add JDBC driver […]
Read MoreMarch 7, 2019
How to install apache airflow on ubuntu
In this blog post, I will show you how to install apache airflow on ubuntu, Introduction According to Apache’s official […]
Read MoreHow to squash git commits
In this blog post, I will show you how to squash git commits into a single commit. Goal Consider that […]
Read More