Category: Developers
-
How to extend Apache Superset
If you’re wondering how to extend an Apache Superset image, to get additional features this guide is for you. To extend the image such as including additional database drivers create a docker file named Dockerfile. Enter the details of the packages to be installed. Read more
-
How to add a new ssh-key to your GitHub account
The steps for adding a new ssh-key from your server to your GitHub account are as follows: Read more
-
How to Generate and add a new ssh key to the ssh-agent
Sometimes we need an extra hand on how to get things done. As you know technology is ever evolving and what worked yesterday might be deprecated today. With this in mind we are going to cover how to generate a ssh key for you computer system or server and then add it to the ssh-agent. Read more