In this blog post, I will show you how to do screen recording using recordMyDesktop on ubuntu. First, Let's install it using the command below,sudo apt install gtk-recordmydesktopAfter the installation is complete, You can find the short cut in the launcher as shown below,The … [Read more...] about Recording Screen on Ubuntu
How to install apache airflow on ubuntu
In this blog post, I will show you how to install apache airflow on ubuntu,IntroductionAccording to Apache’s official web site, Apache airflow is a platform for programmatically author schedule and monitor workflows. It is one of the best workflow management system.Airflow was … [Read more...] about How to install apache airflow on ubuntu
How to install golang on ubuntu or kali linux
IntroductionGo is a modern programming language developed by Google that uses high-level syntax similar to scripting languages. Go is a statically typed, compiled language in the tradition of C. This tutorial, I will walk you through downloading and installing Go on … [Read more...] about How to install golang on ubuntu or kali linux
How to downgrade java on ubuntu/kali linux
In this blog post I am going to show you how to downgrade java and javac on ubuntu/kali linux. Some applications will require older version of java; For instance, I had to downgrade from openjdk 10 to openjdk 8 because Jenkins doesn't support openjdk 10.The availability of java versions … [Read more...] about How to downgrade java on ubuntu/kali linux