Image blurring Let's see how to blur images with image magick. Most of the linux distros comes with image magick by default, as a linux user this forced me to use it; working with linux is doing things the hard way & once you get used to it, you will not look for other options. If you learn … [Read more...] about Simple image magick tricks
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
How to install bluejeans on ubuntu or kali linux
In this blogpost, I am gonna show you, how to install bluejeans on kali linux/ubuntu. You will need alien. If you are trying to attend a meeting which is being hosted on bluejeans; the browser will ask you to download the app and join, but unfortunately, it doesn't provide you with a .deb … [Read more...] about How to install bluejeans on ubuntu or kali linux
How to install curl from source on linux
Why install curl from Source code?Often times, you may run into issues with curl and virtualbox compatibility, which simply doesn't allow you to use the latest libcurl.If you need to install virtualbox, you need to install an older version of libcurl, if you install an older version of … [Read more...] about How to install curl from source on linux
How to install virtualbox on ubuntu or kali linux
Let's see how to install Virtualbox on kali linux, First, you need to download the virtual box and install a pre-requisite, visit the virtual box's download page and download from Linux distributions as shown below, Step-1: Download the VirtualboxChoose from a latest debian version, … [Read more...] about How to install virtualbox on ubuntu or kali linux
Install Google App Engine on ubuntu and intelliJ
How to install google app engine This blog post is about how to install GAE on kali linux & how to setup google app engine in intelliJ IDE for development, the procedure is same for any debian linux like ubuntu. Add package URLs to sources First step-- we are gonna add the package urls to our … [Read more...] about Install Google App Engine on ubuntu and intelliJ
How to install tor browser on ubuntu or kali linux
IntroductionIn this blog post I will demonstrate how to install tor browser on ubuntu. The installation process is same for all debian distros like kali linux.First of all let's talk about what is TOR & how to use it?TOR basically keeps you anonymous by routing through a network of … [Read more...] about How to install tor browser on ubuntu or kali linux
How to solve wordpress update failed error
Wordpress update failed Update failure in wordpress happens due to permission issues. If wordpress gives you the error, "Update failed due to permissions" while updating, it means that the user, "www-data", (which the wordpress GUI uses) don't have enough permissions to the installed directory. So, … [Read more...] about How to solve wordpress update failed error