How to install Hashcat on Ubuntu 22.04 | 20.04 LTS

Hashcat Ubuntu installation

Hashcat is for those who are in the computer security field and want to test the strength of the password to perform security audits. In short, it is an advanced password recovery tool that supports various hashing algorithms with extensive options for password cracking. Till …

Read more

How to install Docker using SNAP on Ubuntu Linux

install Docker using SNAP on Ubuntu Linux

One of the quickest ways to get Docker on Ubuntu Linux such as 22.04, 20.04, and other versions is using the SNAP command, here we learn how to use it. Docker doesn’t need an introduction to those who are dealing in containerized-based apps. It is …

Read more

2 Ways to start Docker Container automatically on Boot in Linux

Start Enable Docker Container Service

Containerization is not a new technology anymore, millions of apps using it and in this, Docker has played quite an essential role in providing a platform for managing and deploying Conatiner-based applications. Developers can use Docker to create custom application images with all dependencies required …

Read more

How to install AWS Toolkit on Linux for IntelliJ IDEA

Insstall AWS Toolkit for IntelliJ IDEA

AWS ToolKit is a set of Tools offered by Amazon Web services that allows developers to interact with its various services from their development environments. For example, we can integrate AWS Toolkit in popular IDEs such as IntelliJ IDEA, VSCode, or PyCharm. This helps developers …

Read more

How to start XAMPP in Ubuntu using the command line?

Start XAMPP GUI using Command in Ubuntu

XAMPP is a local server environment that is useful for developers or anyone who want to test some web application locally, either to develop further or experience it before using it in production. It offers a complete LAMP stack that includes Apache, MySQL, PHP, and Perl. …

Read more

Installing GStreamer on Ubuntu 22.04 or 20.04 LTS Linux

GStreamer example on Ubuntu

GStreamer is a framework for developers dealing in multimedia applications. Because this framework helps in creating multimedia apps and pipelines for audio and video processing. So, if you want to try it, then in this article we discuss the steps for installing GStreamer on Ubuntu systems. …

Read more