I like to have pinned browser tabs on any window (mail, calendar etc) that do not disappear. These two together help with that:
Sander van Dragt's Notes
-
-
PHP-Activate 0.2.0
I've released php-activate 0.2.0, a PHP project version manager for Linux systems using native PHP packages.
Made for those working with multiple projects using a variety of PHP versions, this script will switch to the correct PHP version for the local shell session. It does not require sudo, so even works in IDEs.
The latest version adds support for the Fish shell. #projects #phpactivate
-
When you want to create an exception to a
add_headerdirective in nginx that is declared in an include, just declare it before it, as successive declarations of the same header are ignored. #til