Here is the error details we resolved. PostgreSQL libpq.5.dylib LoadError The above issue when starting the rails application, Solution: If you are recently upgraded the PostgreSql 14.5, that affected gem installed in the application. To resolve the issue you have to uninstall the Gem ‘pg’ and reinstall it again. Command to execute: orMention the gem […]
Category: Linux
Upgrade from Fedora 36 to Fedora 38 Using Command Line Method
Here we are going to see about Command line upgrade method for Fedora 36 system upgrade. Before proceeding to the further steps, be sure to take backup of the important files. It is highly recommended. Command line upgrade method First thing update your current system software up-to date. You can update your current Fedora 36 […]
Install XAMPP in Fedora 30/31/32
What is XAMPP? XAMPP is a software which provides the collection of packages like Apache web server, MySQL database/MariaDB, Php and Perl. It is available in Windows, MAC and Linux.If you install the XAMPP, then no need to install the above packages seperately. It does all configuration automatically When you install XAMPP in Linux distributions, […]
How to schedule specific timing to shutdown the system
Schedule shutdown timing in Linux systems are easy and it can be done through simple commands. Various Shutdown commands 1. To Shutdown/Halt/Reboot the system immediately. 2. To schedule the system to Halt in particular time in the same day. The Option -h denotes, halt the system. It means it leaves the system powered on in […]
Important commands to find size of the files and folders in linux
Some useful commands to find size of the files and folders in linux 1. To find the size of all partitions in the linux system 2. To find the total size of the folder 3. To find the largest files or folders from the selected folder 4. To find the total size by excluding specific […]
How to take backup of Tomboy notes
There are two ways to backup the tomboy notes Method 1 In tomboy application itself there is the option to export notes as html files. In the Menus >> Tools >> Export All Notes To HTML Now you can save the files in your desired path. But you cannot import this backup in another system […]
How to Install PostgreSQL 9.6 in Fedora 30/31/32
This guide explains about, How to install PostgreSQL 9.6 in Fedora 30/31/32. As of now PostgreSQL supports its latest version PostgreSQL 12 in Fedora 32. But still if you wish to install PostgreSQL 9.6 because of your application/language compatibility, this step by step guide will help you. Step 1: Install PostgreSQL 9.6 Repo Installing this repo will […]