Blog

Group Guitar Lessons, 1, Songs

Lesson 1: This is the document provided at Lesson 1, listing a number of songs we’ll learn during our group guitar lessons at church. Additional Lesson Articles: Songs Set a Fire  Tutorial: https://www.youtube.com/watch?v=IUVPWPJRO6s Key of G Time signature ??? Strum pattern is:  (accent, strum a little harder, the 1st and 3rd beat down strums)  Way Maker  Tutorial: https://www.youtube.com/watch?v=ygDW8zrA_KY Key of […]

Tech Notes, Windows

Just my Windows command notes… Show DNS ipconfig /all | findstr DNS Show all DNS Records ipconifg /displaydns Show all DNS Records and Copy to clipboard ipconfig /displaydns | clip Flush Local DNS Resolver Cache ipconfig /flushdns Show Network Info about Domain nslookup domain.com Show Network Info about Domain from Specific DNS Server nslookup domain.com […]

Tech Notes, Bash

Just my Linux Bash notes… Rename Ubuntu System nano /etc/hostname (Replace the current computer name with the desired new name. Save.) nano /etc/hosts (Change the system name on the 127.0.0.1 line. Save.) Restart List All Subdirectories (based on cwd) and Disk Size du -ks $(ls -d */) | sort -nr | cut -f2 | xargs […]

Tech Notes, VirtualBox

Just my notes regarding VMs in VirtualBox… Increase Size of VirtualBox VDI (hard disk) File VBoxManage modifyhd Compiler.vdi –resize 10240 <size in MB, 10240 being 10GB> Then, boot VM with GParted Live CD (or ISO). Clone / Create a Duplicate of a VDI Hard Disk File

Scroll to top