Nick Yeoman's Blog Tags
Docker Getting Started
This is my introduction to docker and how to use docker.
Read the article: Docker Getting StartedGit Quick reference (cheatsheet)
I use Git on a daily basis; however, I don’t use every command frequently so here is a quick list of git commands used infrequently. I guess this is meant to be a cheat sheet.
Read the article: Git Quick reference (cheatsheet)Using grep for web development
grep is a great tool for web development and System administraton.
Read the article: Using grep for web developmentHeadless Virutalbox (Cheat Sheet)
Virtualbox is exteremly handy on a development server, learn how to run it headless.
Read the article: Headless Virutalbox (Cheat Sheet)Install Ubuntu Server 1804
Installing Ubuntu Server is really easy, but I though I’d share how I do it with you. The goal at the end of this article is to have a working server you can connect to through ssh using the root user. I may in the future call this a “Root Server”.
Read the article: Install Ubuntu Server 1804Introduction to Tmux
tmux is pretty awesome, here is where I write about it.
Read the article: Introduction to TmuxMirror a Website With Wget
This article explains how to mirror a website for backup purposes.
Read the article: Mirror a Website With WgetBack up and restore MySQL databases
This article will briefly explain how to use the command line to backup your databases, making it easy to automate your tasks using bash scripts.
Read the article: Back up and restore MySQL databasesMySQL Runaway Process
Here are the commands to stop a run away process.
Read the article: MySQL Runaway Process