Computers

Anaconda Python virtual environment install screen

With Scrapy you can crawl web sites and get their content, mainly text and images. Since it isn't possible to install Scrapy with sudo apt-get install scrapy, the recommended way is to install it inside a virtual Python environment called Anaconda.

With these commands you can get Scrapy up and running on Ubuntu 16.04:

Thunderbird display settings

I prefer to keep Thunderbird messages bold (unread), until I have opened them by pressing Enter, or marked them read by pressing M.

The only way I have found to get this behavior is go to Edit > Preferences > Display > Advanced, select "Automatically mark as read", select "After displaying for seconds" and enter a very high number in the seconds field.

October CMS

October is an up and coming CMS, with a growing user base "October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. A simple and modular CMS that grows with you, with a precise and beautiful interface that comes as second nature." From: https://octobercms.com/

Control Firefox cookies with Cookie AutoDelete

From Firefox 57 onwards, Add-ons will stop working and be replaced with WebExtensions. One very used Add-on is Self-Destructing Cookies, but this extension will not be rewritten as a WebExtension. As a replacement you can use Cookie AutoDelete.

Thunderbird plain text

If you have an image file attached to a Thunderbird e-mail message, it's easy to delete at the bottom of the message, by right-clicking and selecting Detach. But if the image is embedded, you don't have that option.

Vivaldi browser

Vivaldi is a freeware, cross-platform web browser, launched in April 2016. It uses the Blink rendering engine, same as Google Chrome and Opera do, so you can install extensions developed for Google Chrome.

Drupal VM

From the official Github page: "Drupal VM is A VM for local Drupal development, built with Vagrant + Ansible."

Install NFS-kernel-server and git
If you haven't already, install nfs-kernel-server and Git:

sudo apt-get install nfs-kernel-server git

Firefox Keyword Google search

The Keyword field in Firefox Bookmarks can be used to create shortcuts and smart searches. For some reason, sometimes if you define a new keyword, the latest keyword will be deleted. Keeping track of your keywords is hard though, since there isn't a way to list all keywords in use...

varnish port 80

With the latest update of Varnish, the configuration file has moved to a new place. This is how you do it Debian 8 with varnish 4.1.4-1~jessie:

Create folder and insert in /etc/systemd/system/varnish.service.d/customexec.conf:

sudo -i
mkdir /etc/systemd/system/varnish.service.d
vi /etc/systemd/system/varnish.service.d/customexec.conf

evolution loaded

If you want to stop Evolution from running in the background, even if you don't use it, and save some RAM, here is a quick way. Supposedly, you can't un-install it, since other programs depend on it. But by preventing the file from being executed you can prevent it from starting.

Log in as root with sudo -i first, run these commnands, and reboot for it to take effect: