Search For:
- Home
- Search For:
This article covers the complete Installation procedure of Sonar on Linux Mint system. In fact, Sonar is a Docker utility to manager image and tag information from Docker Hub. Basically, It can display information on Docker images, tags, and layers including the packages installed in those images.
This article covers how to install and setup free version of Bitwarden for individual use. Now start saving your passwords and other confidential information in your Bitwarden vault. Using Bitwarden you can easily and safely generate, store, and secure unique passwords from any location or device. It is compliant with Privacy Shield, HIPAA, GDPR, CCPA, SOC2 and SOC3 security standards and comes with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.
How to Install Bitwarden via Snap ?
1. Open the terminal app (ctrl+alt+t) and run below Bitwarden password manager snap installation command:
$ sudo snap install bitwarden
2. After the installation you can open Bitwarden from the application menu or via this command.
$ bitwarden
3. It also comes with a command-line support. You can install the Bitwarden command-line cli app via the below command.
$ sudo snap install bw
This article covers the installation procedure of Pandoc on a Linux Mint 20 machine. This tool can be utilized to design a wide range of different documents.
To check Pandoc Version, simply run the below command:
$ pandoc -v
To Update System and Install Pandoc, simply run the following command:
$ sudo apt-get update && sudo apt-get install pandoc
This article covers how to successfully install OwnCloud on Rocky Linux 8. In fact, OwnCloud is an open source project that can be installed on your server to securely store and access files. Also allows you to share and collaborate contents that lets teams work on data easily from anywhere, on any device. With the support of a lot of plugins, Nextcloud becomes such a Collaboration software. You can install plugins for project management, video conferencing, collaborative editing, note-taking, email client, etc.
To Open port 80 in firewall, use the following command:
$ firewall-cmd --zone=public --add-port=80/tcp --permanent
$ firewall-cmd --reload
How to Install Apache or httpd web server on the Rocky Linux server ?
1. Simply Execute the dnf command below to install the httpd web server:
$ sudo dnf install httpd
Type "y" and press "Enter" to confirm and install httpd packages.
2. Now, enable and start the httpd service using the following command:
$ sudo systemctl enable httpd
$ sudo systemctl start httpd
The "systemctl enable" command will enable the service to start at every boot.
3. Finally, run the command below to verify the httpd service:
$ sudo systemctl status httpd
This article covers methods to install GParted on a Linux Mint 20 system. In fact, GParted is an open-source GUI-based disk partition editor originally developed for Linux GNOME Desktop. It allows you to create, resize, copy and paste, move, and repair disk partitions using easy-to-use GUI. Also it supports many filesystems including btrfs, ext2/ext3/ext4, fat16/fat32, lvm2, ntfs and xfs, and a variety of storage devices such as SATA/IDE/SCSI, Flash memory, SSD and RAID.
How to Install Gparted on Debian, Ubuntu or Linux Mint ?
Gparted is part of the base repositories on Debian-based Linux, so apt-get will do the job:
$ sudo apt-get install gparted
GParted enables you to easily manage your disk partitions:
This article covers the Installation procedure of Juju client on the Linux system Ubuntu 20.04. In fact, Juju is a service-modeling tool for Ubuntu. Connect it to any cloud service, model your application, and press deploy—done. Juju takes care of lower-level configuration, deployments, and scaling, and even monitors your services.
Juju Components includes: