If you are doing local development and using no SSL transport or your own self-signed certificates, you may not be allowed to view your development sites.
How to set up Host-network for Host / Guest communication and simultaneously route Guest communications to Internet through Host assuming Manjaro / Arch Linux Host and Ubuntu Guest.
Periodically, you will scratch your head and ask the perpetual questions: Am I using Bionic Beaver, Xenial Xebec, Risky Rhesus? Ubuntu? Debian? Which kernel? OMG?
This article tells how to figure out the parameters of your Linux system.
The New York Times (nytimes) hides its digital crossword puzzles from its digital subscribers to drive people to subscribe separately to their crossword puzzle services.
Here is how to find the current crossword puzzles from the archive for digital subscribers. (Currently, only the past week is "current".)
In order to use public-key authentication for logging into systems, executing remote commands such as rsync and git, you must first generate a public:private key pair. Here is how....
The Linux sudo command elevates privilege to root for a single command. By default, sudo verifies user identity by asking for your password. Here is how to disable repetitive password typing when using the sudo command.
Standard Linux keypad behavior is for the home key to go to the beginning of the line and shift-home to make a seven (7). Here is a method to make the numpad keypad keys mark to text as in Microsoft applications.
Drush invokes the PHP command-line interpreter (CLI) rather than the FPM / CGI version that usually handles Drupal 7 HTTPS requests. How do you debug a Drush command in your development environment using the PHPstorm IDE and Xdebug?
Y is a Drupal 7 module and so it is installed like most Drupal 7 modules. There are many guides on how to install a Drupal 7 module.
Y differs from other modules in that it makes heavy use of the PHP YAML extension. This extension is not included in many PHP systems (including Pantheon Drupal 7 sites), so a little extra work is needed to install it.
Triplets are a human-comprehensible way to organize data. With Triplets, you have a main grouping, then pots of sub-information each with its own unique ID.
Data templating is a powerful system to create data structures using templates of the desired output containing embedded logic. Data-templating is programming-language agnostic.