How To View Clonezilla Images

You can use RescueZilla which has a built-in GUI for Filezilla along with a file browser as long as you do NOT compress the backup image.

RescueZilla Tags - https://github.com/rescuezilla/rescuezilla/tags

RescueZilla Download - https://rescuezilla.com/download.html

Video at: http://youtu.be/OwZ-98KkZs4

Requirement

sudo apt install partclone

Create File to Hold ISO

mkdir /media/mruckman/RUCKMANS-4T/ISO
touch /media/mruckman/RUCKMANS-4T/ISO/IDEAPAD330.ISO

The following wild card names might be slightly different depending on your backup

sudo cat /media/mruckman/RUCKMANS-4T/2021-07-07-01-img/sda2.ext4-ptcl-img.gz.* | sudo gzip -d -c | sudo partclone.restore -C -s - -O /media/mruckman/RUCKMANS-4T/ISO/IDEAPAD330.ISO

Now to Finish Preparing the ISO Image

cd /media/mruckman/RUCKMANS-4T/ISO

# Answer Yes when prompted to Abort
e2fsck -f IDEAPAD330.ISO
resize2fs -f IDEAPAD330.ISO

Mount the Image in Read-Only to Retrieve Files. When mounted, it's read-only and can be found /mnt

Note: Mount Utility only seems to work on local drive and NOT external drive

sudo mount -o loop -t ext4 /media/mruckman/RUCKMANS-4T/ISO/IDEAPAD330.ISO /mnt

Unmount the ISO Image

sudo umount /mnt

Compress a PDF in Ubuntu using GhostScript

View Solution Article
How_to_Compress_PDF_in_Linux.pdf

Refer: compress-pdf-linux

Synopsis / Example

$ sudo apt install ghostscript
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf input_PDF_file.pdf
dPDFSETTINGS   Description
/prepress    (default) Higher quality output (300 dpi) but bigger size
/ebook         Medium quality output (150 dpi) with moderate output file size
/screen        Lower quality output (72 dpi) but smallest possible output file size

Upgrade Single Package in Ubuntu

Refer: upgrade-single-package

As usual you need to fetch an updated index from the Internet:

sudo apt-get update

Now upgrade a package, where Package is whatever you want.

sudo apt-get --only-upgrade install Package
sudo apt-get install Package

Bonus, see list of packages available for upgrade

sudo apt-get update
sudo apt list --upgradable

Using Dolphin Browser

The Dolphin browser has a nice integration with the terminal, but you need to install the addtional plug-in.

sudo apt-get install dolphin
sudo apt-get install dolphin konsole
sudo apt-get install ark