Skip to content

Instantly share code, notes, and snippets.

View bwasilewski's full-sized avatar

Benjamin Wasilewski bwasilewski

View GitHub Profile
@bradtraversy
bradtraversy / docker_wordpress.md
Last active July 10, 2025 20:33
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 24, 2025 05:51
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Agreement

Between <%= customername %> And <%= companyname %>

Summary:

You <%= customername %>, located at <%= customeraddress %> (“You”) are hiring us <%= companyname %> (“We or Us”) to:

  • <%= workdescription %>
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 25, 2025 19:32
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname