Information About tools

Linux Bash Command Line Cheatsheet

Here is a brief Linux, bash shell, command line keyboard navigation and editing cheatsheet.


Navigation and Deletion

Ctrl-b - Move back one character.
Ctrl-f - Move forward one character.

Ctrl-a - Move to the start of the line.
Ctrl-e - Move to the end…

Windows 10 WebDev Setup
Introduction

Some people in the website building and web development community have the mistaken impression that Windows 10 can't be used efficient for website building and web code development. The following notes provide an outline for people who want to setup a Windows 10 machine…

Linux Bash Shell
A Few Brief Notes

The bash shell is an indispensable tool for any website developer, site building, or maintainer. What follows are few brief notes that answer questions that appear occasionally, that are hopefully helpful. 

There are numerous tasks that are best performed…