Nick Yeoman's Blog Tags

Docker Getting Started

Updated: Feb. 17th 2022 at 6:45pm

This is my introduction to docker and how to use docker.

Read the article: Docker Getting Started

Git Quick reference (cheatsheet)

Updated: Feb. 17th 2022 at 6:59pm

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

Updated: Feb. 17th 2022 at 7:02pm

grep is a great tool for web development and System administraton.

Read the article: Using grep for web development

Headless Virutalbox (Cheat Sheet)

Updated: Feb. 17th 2022 at 7:04pm

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

Updated: Feb. 17th 2022 at 7:11pm

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 1804

Introduction to Tmux

Updated: Feb. 17th 2022 at 7:11pm

tmux is pretty awesome, here is where I write about it.

Read the article: Introduction to Tmux

Mirror a Website With Wget

Updated: Feb. 17th 2022 at 7:15pm

This article explains how to mirror a website for backup purposes.

Read the article: Mirror a Website With Wget

Back up and restore MySQL databases

Updated: Feb. 17th 2022 at 7:21pm

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 databases

MySQL Runaway Process

Updated: Feb. 17th 2022 at 7:25pm

Here are the commands to stop a run away process.

Read the article: MySQL Runaway Process