#Quick Firewall Setup for VBox (and easily modified for Desktop) Development
Based on Firewall Ubuntu Desktops and Forums: Creating a Firewall for Your Ubuntu Desktop Both from: Do I Need a Firewall
# Check Firewall Status
sudo ufw status verbose
#Quick Firewall Setup for VBox (and easily modified for Desktop) Development
Based on Firewall Ubuntu Desktops and Forums: Creating a Firewall for Your Ubuntu Desktop Both from: Do I Need a Firewall
# Check Firewall Status
sudo ufw status verbose
I hereby claim:
To claim this, I am signing this object:
# Gemfile to setup Jekyll for use with Github pages hosting | |
# Based on | |
# - https://jekyllrb.com/docs/github-pages/ | |
# - https://jekyllrb.com/docs/continuous-integration/ | |
source 'https://rubygems.org' | |
require 'json' | |
require 'open-uri' | |
versions = JSON.parse(open('https://pages.github.com/versions.json').read) |
#!/bin/bash | |
# Copyright (C) 2015 Mike Stewart. | |
# Permission is granted to copy, distribute and/or modify this document | |
# under the terms of the GNU Free Documentation License, Version 1.3 | |
# or any later version published by the Free Software Foundation; | |
# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. | |
# A copy of the license is included in the section entitled "GNU | |
# Free Documentation License". | |
# This script was written for cut & paste into a terminal shell, but it |
--
title:
layout: post
foo:
- bar: Lorem ipsum
baz: Dolor sit amet, consectetur adipiscing elit. Sed arcu tortor, posuere in nisl vel, finibus blandit est. Nulla scelerisque erat nisl, in ornare massa posuere vitae
qux: Curabitur egestas purus ut nulla sollicitudin sodales. Curabitur tincidunt suscipit purus ac consectetur.
- bar: Pellentesque fringilla
baz: Augue quis leo finibus porttitor. Cras varius nulla quis quam tincidunt lacinia. Nam at nulla quis ipsum fermentum maximus. Ut arcu enim, consectetur vel justo a, venenatis varius elit. Cras malesuada lorem ut sapien pulvinar, ut ullamcorper massa pretium. Proin pellentesque odio lectus, eget posuere enim egestas a. Cras consectetur rhoncus scelerisque.
http://www.waprolb.org/meetup/2015/07/
#!bash | |
cd | |
mv workspace workspace-orig | |
mkdir workspace | |
sudo apt-get update | |
sudo apt-get -y install php5-curl # needed by composer to install dependencies | |
curl -O https://download.sculpin.io/sculpin.phar && chmod +x sculpin.phar | |
sudo mv sculpin.phar /usr/local/bin/sculpin | |
git clone https://github.com/sculpin/sculpin-blog-skeleton.git ~/workspace/sculpin |