Nick Yeoman's Blog Tags

Bash Script Snippets

Updated: Apr. 12th 2022 at 5:28am

There are a few bash snippets that I use very frequently in my bash scripts. Here is my collection.

Read the article: Bash Script Snippets

Virtualbox on Windows

Updated: May. 4th 2023 at 1:20pm

This is a video I created to get Virtualbox 7 installed on Windows 11.

Read the article: Virtualbox on Windows

Getting Started With Ansible

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

Here is a tutorial of how I would start a server from scratch using ansible and docker

Read the article: Getting Started With Ansible

Bash Aliases To Save Time

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

Creating an alias allows saves you time by reducing the amount of characters you have to type.

Read the article: Bash Aliases To Save Time

Everything about etc hosts file

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

I don't work in Windows or Mac often so I always forget where the hosts file is located. The windows etc hosts file and Unix etc host file both work the same, so usage is easy.

Read the article: Everything about etc hosts file

Using Docker Compose

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

This is the foundation I use for docker-compose.

Read the article: Using Docker Compose

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

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)