October CMS

Get back to basics

Category: Web Development

Honorable Mention the Online FREE Tools

๐Ÿ”’ FREE Online Tools Discovered and Endorsed

Web Tools

It's called VistaCreate

## CIFS mount
# <file system>       <mount point>        <type>  <options>                                      <dump> <pass>
//mxuni/wd2           /mnt/lan/mxuni       cifs    credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=1000,gid=1000,nounix,noserverino  0       0```

Browser

browser stuff here

Firefox Xtn

Firefox Extensions

Balanced and Blue

Chrome Xtn

Chrome Extensions

Theme Cute Frenchie

Dev Tools

Development Tools

JSON

JSON Relevant Tools

Process formatting JSON Sort

DEBUG

Things about Debugging code

NCR from Misc Symbols and Pictorgraphs

GitHub SPA Preview Tool for Developers
Forks Contributors Commit Activity

SPA preview tool for developers.

1F300 1F3FF
ย  E.g. &#x1f900; ๐Ÿค€ ๐Ÿค‘ HTML &#x1f911; &#x1f922; = ๐Ÿคข &#x1f933; = ๐Ÿคณ &#x1f944; = ๐Ÿฅ„ &#x1f955; = ๐Ÿฅ• &#x1f966; = ๐Ÿฅฆ &#x1f977; = ๐Ÿฅท &#x1f988; = ๐Ÿฆˆ &#x1f999; = ๐Ÿฆ™ &#x1f9AA; = ๐Ÿฆช &#x1f9BB; = ๐Ÿฆป &#x1f9CC; = ๐ŸงŒ &#x1f9DD; = ๐Ÿง &#x1f9EE; = ๐Ÿงฎ &#x1f9FF; = ๐Ÿงฟ
0 1 2 3 4...

Unicode Miscellaneous Symbols โ€“ NCR HTML Entities

Annie DeBrowsa โ€” Unicode Icon CSS Cheatsheet

A flat, fully visible reference for Jeffreyโ€™s :content CSS nav icons โ€” previewed with Tailwind, escape codes included.

Preview GLYPH Name &#x CSS Escape Support Status
โ˜… โ˜… BLACK STAR โ˜… \2605 TRUE
โ˜† โ˜† WHITE STAR โ˜† \2606 TRUE
โ˜€ โ˜€ BLACK SUN WITH RAYS โ˜€ \2600 TRUE
โ˜ โ˜ CLOUD โ˜ \2601 TRUE
โ˜‚ โ˜‚ UMBRELLA โ˜‚ \2602 TRUE
โ˜ƒ โ˜ƒ SNOWMAN โ˜ƒ \2603 TRUE
โ˜  โ˜  SKULL AND CROSSBONES โ˜  \2620 TRUE
โšก โšก HIGH VOLTAGE SIGN โšก \26A1 TRUE
โ— โ— HEAVY EXCLAMATION โ— \2757 TRUE
โœ” โœ” HEAVY CHECK MARK โœ” \2714 TRUE
๐Ÿ’ง ๐Ÿ’ง DROPLET ๐Ÿ’ง \01F4A7 TRUE / font-dependent
๐Ÿ’ฆ ๐Ÿ’ฆ

Install LAMP and WordPress

LAMP Stack Installation Guide

I posted this tutorial to have my own quick reference, so I can copy and paste the installation steps into the command line. Having this step-by-step guide to refer to makes it easy for me to quickly install the Linux, Apache, MySQL, and PHP (LAMP) development environment on Windows Subsystem for Linux (WSL), or a Linux system. Not only are the commands present, but I've made a few notes for various options to consider.

This guide assumes you are setting up a development server configuration. LAMP configuration for a production server; a live, publicly accessible ...

Install NGINX for WordPress

[ see also: Install guide for installing LAMP stack ]

[ jump to the WordPress Installation instructions ]

Prepare Your System

Welcome to your complete step-by-step guide to install NGINX, PHP, and MySQL on Linux (aka. the LEMP stack). This tutorial assumes a Debian-based system (Ubuntu, Mint, MX Linux, Kali, WSL, etc.).

I like the terminal-based text editor Micro, so Iโ€™ve included it here along with cURL and net-tools.

More on Micro

You may prefer Nano or VIM instead of Micro. There are many terminal editor options.

Nano exits with Ctrl+X, while Micro uses Ctrl+Q. To save in Micro: Ctr...