TECH TIPS
How do you configure the PATH variable
Motivation Consider the following UNIX terminal session: dbettis@rhino[~]$ ls ... When you type the command ls, the shell dutifully executes the command and returns the results to you. During the course of a terminal session, you type more commands. These include...
How to scroll in a terminal using keyboard?
In "terminal" (not a graphic emulator like gterm), Shift+PageUp and Shift+PageDown works.
Common Motorola Moto G6, G6 Plus, and G6 Play problems and how to fix them
Simon Hill/Digital Trends The Moto G6 is a fantastic smartphone if you need something capable on a budget. But no phone is perfect, and whether you’re using the Moto G6, the G6 Plus, or the G6 Play, you might still run into some issues. If you’re experiencing a...
How to Connect Marshall Mid A.N.C. Headphones to Bluetooth
To get started and connect your Mid A.N.C to Bluetooth: Push and hold the control knob for 5 seconds until the LED blinks Blue Select MID ANC from your sound device's Bluetooth® list. The indicator turns off when pairing is complete Press play, and enjoy you...
How to install Git on Ubuntu 18.04 / Linux Mint 19?
Git is a free and open source distributed version control system. It is perhaps the most popular within the branch as millions of developers use it to control software versions. Ease of use, community support, and efficient version control are the main features of...
Managing a custom domain for your GitHub Pages site
You can set up or update certain DNS records and your repository settings to point the default domain for your GitHub Pages site to a custom domain. GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and...