Skip to content

Instantly share code, notes, and snippets.

View dyoungwd's full-sized avatar

Darren Young dyoungwd

View GitHub Profile
@dyoungwd
dyoungwd / Fedora-Jekyll-Install.sh
Created April 2, 2018 08:53
Installation Script For Jekyll on Fedora 27
sudo dnf install ruby ruby-devel redhat-rpm-config gcc gcc-c++
sudo gem install json
sudo gem install jekyll bundler
sudo gem update --system
//Move to the jekyll folder - cd ./your/jekyll/folder
bundle install
bundle update
@dyoungwd
dyoungwd / ubuntu-server-setup.sh
Created April 3, 2018 21:12
General Script For Setting Up Your Ubuntu / Debian OpenStack Instance or Server for Website Hosting
# General Script For Setting Up Your Ubuntu / Debian OpenStack Instance or Server for Website Hosting
# You Must Edit 'newuser' And 'example.com' To Desired username And domain
# Install Apache
sudo apt-get update
sudo apt-get install -y apache2
# Install Lamp Instead ( apache, php, mysql )
# sudo apt-get install lamp-server^

Keybase proof

I hereby claim:

  • I am dyoungwd on github.
  • I am jardwd (https://keybase.io/jardwd) on keybase.
  • I have a public key ASAk8OGkiHrrGTCzxvSzh4s0kPtT37whS19U3pIeBJttqAo

To claim this, I am signing this object:

@dyoungwd
dyoungwd / vpn-select.sh
Last active January 30, 2020 11:11
A VPN select script
#!/bin/bash
cd
echo "## Updating DNS....."
sudo cp resolv.conf ../../../etc/
echo "## Obtaining VPN info....."