Cleaning Up Sneaky JavaScript

Software can phone home. A lot of software “forgets” some Javascript and fonts on HTML pages inside the desktop program to do this. These are some notes about cleaning up Zeal, an “offline” documentation browser.

Posted in Uncategorized | Tagged , , , , , , , | Comments Off on Cleaning Up Sneaky JavaScript

Faster 'vagrant up' with apt/deb Package Proxy

Create virtual machines faster by caching deb packages. Use squid-deb-proxy on host OS, then add an apt.conf.d/ config file to make guest OS apt-get use your proxy. Following these notes requires fluency with command line, sudo, daemons and vagrant.

Posted in Uncategorized | Tagged , , , , , , , | Comments Off on Faster 'vagrant up' with apt/deb Package Proxy

Cache Ubuntu deb packages – squid-deb-proxy-client

You can install and upgrade large network of Ubuntu Linux computers very fast. Just use proxy for deb packages.

Posted in Uncategorized | Tagged , , , , , , , , , , , | Comments Off on Cache Ubuntu deb packages – squid-deb-proxy-client