Set Default Brightness level – Ubuntu – HP Laptop

Having installed and used Ubuntu 20.10 and 20.04.2, I realised that my HP Envy Laptop’s brightness was being set to minimum by default. Though I could just increase it with brightness keys on my keyboard, I was having to do this on every boot. So I started to look for a solution. It seems Ubuntu […]

Read more "Set Default Brightness level – Ubuntu – HP Laptop"

Bash Bug – Shellshock – How to fix it – Ubuntu / CentOS / RedHat / Fedora

A vulnerability has been discovered in Bash shell (default shell in many Linux OSs) . To check if your bash version is affected, issue the folowing command on the Terminal: env x='() { :;}; echo vulnerable’ bash -c ‘echo hello’ Vulnerable bash would show the folowing text: vulnerable hello If you are not vulnerable, you […]

Read more "Bash Bug – Shellshock – How to fix it – Ubuntu / CentOS / RedHat / Fedora"