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

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, we discuss the steps for installing GStreamer on Ubuntu systems in this article. …

Read more

How to Install eksctl CLI tool on Ubuntu Linux

Install eksctl CLI tool on Ubuntu Linux

eksctl is a command line tool offered by Amazon for creating and managing Kubernetes clusters on Amazon Elastic Kubernetes Service (EKS). Using eksctl, users can easily deploy and scale containerized applications on AWS without the need for extensive manual configuration. Learn the steps to install …

Read more

2 Ways to Remove Ubuntu Software Center Packages

Remove the Package from Ubuntu Software Center

The Ubuntu Software Center provides a graphical user interface to easily install and manage various software packages. However, if you have some unwanted or unnecessary software and you would want to remove them then in this tutorial, we show the steps to uninstall packages from …

Read more