batch

Wrote a batch script that triggers "ubuntuprivacy", "patch" and "avastupdate" sequentially.

#!/bin/sh
./ubuntuprivacy.sh
./patch.sh
./avastupdate.sh

The scripts can be downloaded here.

VMware Workstation Pro is now free for personal use!!!

VMware Workstation Pro is now free for personal use!!!  However, it was not straight forward to install on Ubuntu as I encountered error mes...