How to reset Ubuntu

Reset Ubuntu

New Linux users are often faced with problems due to accidental changes in their system that eventually result in unstable system performance. But what about resetting the entire operating system to its factory default settings without re-installing it using a Live CD/DVD image. That means to return your system back to the original state when … Read more

How to Install Terraform IaaC Platform on Ubuntu 20.04

Ubuntu Terraform IaaC

Terraform is a well-known Infrastructure as a Code (IaaC) platform. Terraform makes it easy to create and provision full-fledged data center infrastructures by using the HashiCorp Configuration Language (HCL). This article shows you how to install Terraform on Ubuntu 20.04. Installing Terraform on Ubuntu 20.04 For installing Terraform on Ubuntu 20.04, you need to perform … Read more

How to Install and Use Kontact in Ubuntu 20.04

Ubuntu Kontact App

Kontakt is a free, open-source Linux-based Email application that is developed by the KDE project, which can be used on GNOME desktop as well to replace e.g. Thunderbird. It works as a Personal Information Manager (PIM). Kontact has modules to provide email, calendar, contacts, and notes functions. Users can easily handle their emails and other … Read more

How to Install Mono on Ubuntu 20.04

Ubuntu Mono C#

Mono is the OpenSource implementation of the Microsoft .NET software stack. It is based on ECMA/ISO standards and implements the C# programming language and the Common Language Runtime. To find out more about Mono, have a look at the Mono project website. In this article, I will show you how to install the Mono Stack … Read more

Killing frozen applications in Ubuntu 20.04

Kill frozen apps in Ubuntu

At times, in a computer system when applications are running the system might freeze and does not respond. This seems annoying since users are not even able to close the program by using the X icon on the UI of the application. This is because the processes/applications are not responding and they will not simply … Read more

How to Use GDB to Debug Programs in Ubuntu 20.04

Linux program debugger GDB

GNU Debugger (GDB) is an open-source debugger for GNU Systems. The debugger is portable and can be used for multiple languages as C/C++ and Fortran. It can be used for debugging programs by observing their states on specific breakpoints and even altering the flow or values for further execution. Usually, the GDB runs in command-line … Read more

How to Install Gradle Build-Tool on Ubuntu 20.04

Ubuntu Gradle Build-Tool installation

Gradle is a well-known software build-tool that is mostly used for development in Java, C++, and Swift. By combining all of the best features of Ant and Maven, it brings the best development practices to its users. Instead of using XML language for scripting, Gradle uses Groovy which is an OO language for defining the … Read more

Install Conky Manager on Ubuntu 20.04

Ubuntu Conky Manager

Conky is a very efficient system monitoring software that is used to display information regarding your system’s activities and performance. However, if we talk about the interface to configure this system monitor, then there is much room for improvements. Nevertheless, Conky Manager is there to resolve this issue. This tool provides a Graphical User Interface … Read more