My Arch update broke today with the following error which was due to a missing soname entry in the older nss packages. The error was identified and a post describing the error with a fix was posted to the ArchLinux news feed. Read Here
Category: Unfiled
Change BASH shell to FISH shell
I used the change shell command chsh to change the default shell environment for my id from BASH to the FISH shell.
Install latest Ansible on Ubuntu
Steps to get the latest version of Ansible installed on Ubuntu or any Ubuntu variant. In my case Kubuntu 18.04.1. [email protected]:~$ sudo apt-get update [email protected]:~$ sudo apt-get install software-properties-common [email protected]:~$ sudo apt-add-repository ppa:ansible/ansible [email protected]:~$ sudo apt-get update [email protected]:~$ sudo apt-get install ansible [email protected]:~$ ansible –version ansible 2.6.2 config file = /etc/ansible/ansible.cfg configured module search path…
How to install Fedora Utils on Fedora 20
Fedora Utils is the “Ubuntu Tweak” of Fedora. It simplifies many of the post install tasks. It’s basically a collection of scripts and customizable plugins wrapped around a nice GUI which help you install fonts, codecs, flash, java, etc. It also cleans up your system, fixes some common issues, tweaks your desktop, etc. Here’s a…
How to install Google Chrome in Fedora 15
1. Bring up a terminal 2. Run sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_i386.rpm or sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm for 64bit. Enjoy.