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.
Subscribe to:
Posts (Atom)
dnsaudit.py
Since I was on a roll with Copilot, I decided to automate DNSSEC auditing with the following Python script. import subprocess import sys im...
-
This annoying message popped up after I ran the update in avast! in Ubuntu yesterday. avast! crashes every time I attempt to launch it after...
-
I decided to install a digital certificate for my Gmail account. This is simple and free to set up. Apply for a free certificate from Comod...