×


Blog


Install KeePass on Linux Mint 20

This article covers how you will be able to install the KeePass password manager on your Linux Mint 20 system. In fact, offers encryption algorithms AES-256, multiple User Keys,

Portable version for Windows 10/7/8; Auto-Type, Global Auto-Type Hot Key, and Drag & Drop of passwords. The user can export saved passwords to TXT, HTML, XML, and CSV Files. If you are using LastPass, Bitwarden, Dashlane, AnyPAssword, Code wallet, and many others, then importing passwords from them is also possible in KeePass.

KeePass password manager can also be used very efficiently with the Windows, macOS, iOS, or even Android operating systems.


How to Create Database for Keepass ?

If you already have a password database somewhere else then we can import them to Keepass. For that, click on the File and then Import option. However, if you want to start from scratch then we need to create a database file here on the software:

  • To create a KeePass database, click on the File option in the menu and select "New".
  • You can use the default location to save the Database given by the application or choose the one you want.
  • Give some name to your database.
  • Create a Master password that will use to encrypt the database.
  • And the application is ready to use.
  • After that, you can either add a new Password Entry manually into the database of KeePass to save your login information.


Install Grafana on Rocky Linux 8

This article covers how you can add data sources from a myriad of environments and start monitoring your applications with Grafana on your Rocky Linux 8 system. In fact, Grafana is the open source analytics and monitoring solution that enables you to query, visualize and alert on various systems metrics that can be pulled from various time series databases such as Graphite, InfluxDB & Prometheus etc.


Install Audacity Audio Editor on Ubuntu 20.04

This article covers the different methods to install Audacity audio editor in ubuntu OS. In fact, Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems.


How to Uninstall Audacity audio editor ?

To remove the PPA repository, launch Software & Updates utility and remove relevant line under 'Other Software' tab. Or simply run command in terminal:

$ sudo add-apt-repository --remove ppa:ubuntuhandbook1/audacity

How to remove Audacity audio software from Linux ?

To remove Audacity audio software, either use system package manager or run command in terminal:

$ sudo apt-get remove --autoremove audacity audacity-data


Create a Backup ISO File using Mkisofs in Linux Mint 20

This article covers how you can create a backup ISO file in Linux Mint 20 using Mkisofs. After installing this tool on your system, you can create backups of any desired files very conveniently.

The basic syntax of Mkisofs command is: $ mkisofs -o [filename.iso] [ directory_path]


Install Grafana on Linux Mint 20

This article covers how you can easily install Grafana on a Linux Mint 20 system. In fact, Grafana is capable of producing extremely fascinating charts and graphs with ability to manage and create your own dashboard for your apps or infrastructure performance monitoring.


Alias Command in Linux - With Examples

This article covers how to create aliases and use the alias command in Linux. In fact, the alias command instructs the shell to replace one string with another when executing commands. Aliases are used to customize the shell session interface. Using alias, frequently-used commands can be invoked using a different, preferred term; and complex or commonly-used options can be used as the defaults for a given command.