Supplemental Symbols and Pictographs Block
Winter Blog - 1F900 - 1F9FF
SPA Preview Tool
| 1F900 | 1F90F | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ... |
Get back to basics
| 1F900 | 1F90F | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ... |
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 stuff here
Firefox Extensions
Balanced and Blue
Chrome Extensions
Theme Cute Frenchie
Development Tools
JSON Relevant Tools
Process formatting JSON Sort
Things about Debugging code
| 1F300 | 1F3FF | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ย E.g. | 🤀 ๐ค | ๐ค HTML 🤑 | 🤢 = ๐คข | 🤳 = ๐คณ | 🥄 = ๐ฅ | 🥕 = ๐ฅ | 🥦 = ๐ฅฆ | 🥷 = ๐ฅท | 🦈 = ๐ฆ | 🦙 = ๐ฆ | 🦪 = ๐ฆช | 🦻 = ๐ฆป | 🧌 = ๐ง | 🧝 = ๐ง | 🧮 = ๐งฎ | 🧿 = ๐งฟ |
| 0 | 1 | 2 | 3 | 4... |
A flat, fully visible reference for Jeffreyโs
:contentCSS 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 |
| ๐ฆ | ๐ฆ |
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 ...
[ see also: Install guide for installing LAMP stack ]
[ jump to the WordPress Installation instructions ]
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.
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...