Skip to content

Instantly share code, notes, and snippets.

View pawlean's full-sized avatar
🍊
Telling the world about Cloud Development Environments (CDEs)

Pauline P. Narvas pawlean

🍊
Telling the world about Cloud Development Environments (CDEs)
View GitHub Profile
@pglevy
pglevy / .gitpod.yml
Last active January 26, 2022 10:05
Install Jekyll on Gitpod workspace for use with GitHub Pages
image:
file: Dockerfile
tasks:
- before: bundle install
command: bundle exec jekyll serve
ports:
- port: 4000
onOpen: ignore
@estorgio
estorgio / Mounting VirtualBox shared folders on Ubuntu Server 18.04 LTS (Bionic Beaver).md
Last active April 19, 2024 16:34
Mounting VirtualBox shared folders on Ubuntu Server 18.04 LTS (Bionic Beaver)

Mounting VirtualBox shared folders on Ubuntu Server 18.04 LTS (Bionic Beaver)

This guide will walk you through the steps on how to setup a VirtualBox shared folder inside your Ubuntu Server guest.

Prerequisites

This guide assumes that you are using the following setup:

You could still make this guide work with other setups (possibly with some modifications to the commands and whatnot).

@cliffano
cliffano / s3staticsite_route53a.tf
Created May 26, 2016 22:42
Terraform configuration for setting up S3 static site bucket with a Route53 A record.
variable "bucket_site" {}
variable "region" {}
variable "route53_domain_name" {}
variable "route53_domain_zoneid" {}
variable "route53_domain_alias_name" {}
variable "route53_domain_alias_zoneid" {}
provider "aws" {
region = "${var.region}"
}
@LunaCodeGirl
LunaCodeGirl / examples.sh
Created September 25, 2013 23:39
Figlet how to and examples
figlet "I've got something to say"
figlet -f thick "Make Tech ASCIIer"
date | figlet -f basic