• Stars
    star
    166
  • Rank 227,748 (Top 5 %)
  • Language
    Shell
  • Created over 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code and configuration snippets for the course.

Hands-on Linux: Self-hosted WordPress for Linux Beginners

Code and configuration snippets for the Hands-on Linux: Self-Hosted WordPress for Linux Beginners Course course. Just navigate to whichever section you need help with.

To sign up for your own DigitalOcean account where you can provision a server to host your website and follow along with the course, use this link (that link gives you a $100 account credit over 60 days, and I make $25 if you like DO and keep using them).

Changelog:

December 2022

  • New and improved MySQL root password / secure_installation instructions.

May 2022

  • Packer Mini-Course Addition!
  • Full course update for Ubuntu 22.04
  • user creation is now more geared towards automation
  • Small formatting and clarity improvements

July 2020

  • updated instructions for Ubuntu 20.04
  • nginx can now be installed from Ubuntu's package repositories, hooray!
  • removed non-system instructions (it's been long enough now; we're not going back)
  • cleaned up nginx docs
  • cleaned up php-fpm docs, bumped version number, added explanation for why we keep the original www.conf pool file
  • clean up php-fpm www.conf file after we create a site config file

December 2019:

  • improve mysql instructions during the actual website setup
  • use tutorialinux as the example site/user/database throughout the entire process

July 2019:

  • overhaul the final, re-usable 'site setup' instructions: remove the confusion around separate username and site name; many beginners found this level of customization confusing.
  • improve mysql password instructions
  • add sudo in places where beginners forgot it
  • remove 16.04 instructions

May 2019:

Reverting a change I made because it was over-optimizing for the end result (no www.conf 'default' php-fpm pool file). Now, no matter where in the course you are, you'll have a working php-fpm config and can safely restart/run the service -- even if you're not yet using it to run a PHP webapp.

January 2019:

Some fiddling with the php-fpm setup.

August 2018:

Update for php-fpm7.2 in Ubuntu 18.04. A plague on the Ubuntu package maintainers' houses!

July 2018:

MySQL syntax fixes, some formatting updates to make things easier to understand.

January 2018:

Many updates (see git commits) over the past few months. Most notably, Ubuntu 15.04 is now deprecated and has been removed from the instructions.

May 09, 2016:

Update instructions to work with Ubuntu 16.04, which introduces new major versions of the core application packages we use (PHP, mysql), along with several annoying bugs that we need to steer clear of.

More Repositories

1

project-based-kubernetes

A project-based course that teaches Kubernetes in a hands-on way.
306
star
2

tutorialinux-hashistack

A hands-on learning project for consul, using Terraform
HCL
75
star
3

digitalocean-terraform

A quick terraform tutorial for setting up load balanced web servers in digitalocean.
Smarty
72
star
4

sshalert

A small python script / systemd service which sends a text message on root login
Python
62
star
5

hands-on-ansible

Code snippets and Ansible demonstration projects for my Ansible video course.
Shell
48
star
6

tutorialinux-systemd-timers

A video outline for systemd timers, specifically as a replacement for cron jobs.
32
star
7

jekyll-foundation-base

An "empty" jekyll base structure, with the foundation web framework built-in and ready to use
JavaScript
26
star
8

python-bundlescraper

A practical Python learning project: scrape humble bundles - see link for explanation.
Python
16
star
9

tutorialinux

Configuration files, scripts, and other assorted learning material from the tutorialinux YouTube channel and website.
15
star
10

tf-vault-starter-aws-wrapper

A wrapper terraform module around the official Hashicorp vault-starter and vault-enterprise-starter modules for AWS. Creates all necessary resources for a Vault test/learning environment in AWS. Takes 10 minutes to set up, most of which you will spend sipping coffee.
HCL
7
star
11

hackernews_books

A script that makes a PDF of a hackernews (ycombinator) user's comments.
Ruby
4
star
12

consul-service-killswitch

A little mechanism for turning on/off services via a value in the Consul KV store
Shell
4
star
13

daves-aws-utilities

A collection of small utilities I've hacked together for everyday Amazon Web Services tasks.
Shell
3
star
14

devops-in-a-box-automated-wordpress-hosting

Configuration and Code for the Automated WordPress Hosting Platform Video Course
Python
2
star
15

about-me

who I am, what I do, etc
2
star
16

hackergame

A little game to help me learn Clojure.
Clojure
2
star
17

onetimesecret-dockerized

A dockerized version of delano's onetimesecret (https://github.com/onetimesecret/onetimesecret)
2
star
18

go-elixir-benchmark

A little learning adventure about datastructures, also available in video form on YouTube
Elixir
2
star
19

gopsinspect

inspect linux processes
Go
1
star
20

heist

A Browser-Based Heist Game of Planning and Deception.
JavaScript
1
star
21

twiddlingbits

Just some silly bit-manipulation things I was playing around with.
Go
1
star
22

ContactMaster

A simple command-line contact management app for a friend's dad.
Ruby
1
star
23

space_adventure

A space-adventure game (Text GUI) in Ruby. The goal is to create a game that's fun to play, even when I know everything about it.
Ruby
1
star
24

Handicapper

1
star
25

topologicalsort

A small graph/topological sorting library to scratch an itch
Go
1
star
26

zombiecity

another small clojure project, trying my hand at auto-generating a game world for a text-adventure
Clojure
1
star
27

stressedout-elixir

A small CRUD web application that's designed to simulate a realistic application during performance stress-testing.
Elixir
1
star
28

stressedout-go

A small CRUD web application that's designed to simulate a realistic application during performance stress-testing.
Go
1
star
29

explorations

A small Phoenix web application that creates Google Earth VR exploration guides for different cities around the world.
Elixir
1
star