sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt-get autoremove sudo apt install update-manager-core sudo do-release-upgrade -d sudo apt-get update –fix-missing sudo apt-get… Read More →
Terminal blinking cursor gone in Ubuntu
November 15, 2019
On the terminal use the following code – echo -en “\e[?25h”
Take note of the partitions ids with the following code from Terminal.. sudo blkid Open the config file- sudo nano /etc/fstab And use the partition… Read More →
/dev/sda5: Inodes that were part of a corrupted orphan linked list found | Ubuntu Boot Repair
July 11, 2019
The error “/dev/sda5: Inodes that were part of a corrupted orphan linked list found” indicates filesystem corruption on the /dev/sda5 partition, which often occurs due… Read More →
How To Open ePub Books In Ubuntu Linux
July 10, 2019
sudo apt-get install fbreader
Install and Use YouTube-DL on Ubuntu 18.04 Install YouTube-DL – A Command Line Video Download Tool for Linux sudo snap install youtube-dl Update youtbe-dl Snap… Read More →