Skip to content

Instantly share code, notes, and snippets.

View huchka's full-sized avatar

Khureltulga Dashdavaa huchka

  • datagusto
  • Japan
View GitHub Profile
@huchka
huchka / wordpress-provision.sh
Last active September 4, 2023 22:41
Shell script to install wordpress on ubuntu xenial.
#!/usr/bin/env bash
apt-get update
apt-get upgrade
apt-get install emacs -y
apt-get install apache2 apache2-utils -y
systemctl enable apache2
systemctl start apache2