Vim Notes

Nearly all commands are in normal (not INSERT) mode. My vimrc file is here macros This is a super handy feature. Basically you can press q then any key, to start recording a macro to it. qo starts recording to register ‘o’, q stops recording. @o replays the recording Example… qydt,dt,xj0q start recording; delete to comma;delete to comma; delete one char; down a line; to the beginning; stop recording. 10....

Raspberry PI Zero quickstart

This should help with: Installing Rasbian on a micro sd setting up networking enabling ssh before boot find the raspberry pi on the network with nmap basic raspi config and Updates Write rasbian image to microsd card Download rasbian lite From linux computer with sd card inserted: $ lsblk mmcblk0 179:0 0 14.9G 0 disk └─mmcblk0p1 179:1 0 14.9G 0 part $ sudo dd bs=4M if=2xxxxxxx-jessie-lite.img of=/dev/mmcblk0 status=progress once finished:...

About Knives, Mainly Sharpening

The basics: Steel S30V - Great for sharpening and difficult to corrode. Expensive. Carbon - Great steel for sharpening. They rust easily. Inexpensive, and you can find high-carbon steel in abundance at any flea market/junk shop in the form of files. Stainless - Not great for sharpening and difficult to get a decent edge. Sharpening Sharpening is an art for sure, but one of the easiest arts to master. Tips:...

Date: 2019-07-21 Tags: design Permalink: /blog/richiepansfont “Richie Pan’s America” Font I watched a little thing called “Richie Pan’s America” and it had a font that I really liked. Couldn’t find any info on who made it. (I found it, See Update Below) Thought it would be a fun Design challenge for myself. Here are some samples. Update I didn’t search very hard before I started drawing this design… ha. It’s called Tattoo Ink and it looks like it was made by Ryan Splint....

Date: 2019-06-26 Title: shirt designs Permalink: /tshirt Tags: designs,logo My T-Shirt Designs Click on a shirt to visit my shop. I’ve always enjoyed looking at different logos and t shirt designs. There were tons of designs that I wanted and It seemed no one was making them. So… I set out to make a few designs that I wanted to see on a t shirt. All of my designs mean something to me and I had fun learning how to make them; Hope you enjoy them as much as I do....

Friends Projects

Justin Dockins - Writer Tyler Harris - Artist of all sorts The Glorious Vapors - music Judson Claiborne - music Hands and Feet - music Low Skies - music Josh Hare - Video

NixOS Notes

NixOS ssl certs https://linuxunplugged.com/493 https://nixos.org/manual/nixos/stable/index.html#module-security-acme https://github.com/go-acme/lego https://paste.docs.lol/code/SuitesSacrosanctness security.acme = { acceptTerms = true; defaults = { email = "[email protected]"; dnsProvider = "cloudflare"; credentialsFile = "/etc/nixos/cloudflare.env"; }; }; services.nginx = { enable = true; recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts = { "nextcloud" = { serverName = "domain.com"; enableACME = true; acmeRoot = null; addSSL = true; locations."/" = {proxyPass = "http://127.0.0.1:8080"; proxyWebsockets = true;}; }; }; };

Notes

Things worth noting Menu Networking Notes Numbering Notes Temperature Notes Networking Notes Netmask Netmask (binary) CIDR Notes _____________________________________________________________________________ 255.255.255.255 11111111.11111111.11111111.11111111 /32 Host (single addr) 255.255.255.254 11111111.11111111.11111111.11111110 /31 Unuseable 255.255.255.252 11111111.11111111.11111111.11111100 /30 2 useable 255.255.255.248 11111111.11111111.11111111.11111000 /29 6 useable 255.255.255.240 11111111.11111111.11111111.11110000 /28 14 useable 255.255.255.224 11111111.11111111.11111111.11100000 /27 30 useable 255.255.255.192 11111111.11111111.11111111.11000000 /26 62 useable 255.255.255.128 11111111.11111111.11111111.10000000 /25 126 useable 255.255.255.0 11111111.11111111.11111111.00000000 /24 "Class C" 254 useable 255.255.254.0 11111111.11111111.11111110.00000000 /23 2 Class C's 255....

System Design Cards

A deck of cards used to mock up a system for instruction, discussion, or design. Any type of system. This System design deck comes with a story. My grandpa managed a team of programmers that worked with some of the first computers at ALMSA (Army Automated Logistics Management Systems Activity). They designed systems for handling the movement of everything in the US military. He did a fair amount of programming too....

Zines

Computers Julia Evans’ zines are top notch for digging into the nitty gritty of the computer sciences. https://wizardzines.com/ Role playing - D&D - Sci-Fi Mothership https://www.mothershiprpg.com/