Skip to content

Instantly share code, notes, and snippets.

View biocyberman's full-sized avatar

Vang Le biocyberman

  • Aalborg University
  • Aalborg, Denmark
View GitHub Profile
@biocyberman
biocyberman / build-emacs.sh
Last active July 26, 2019 10:44 — forked from favadi/build-emacs.sh
Compile latest emacs version in Ubuntu Precise, Trusty ...
#!/bin/bash
# Build latest version of Emacs, version management with stow
# OS: Tested on Ubuntu 12.04 LTS onward
# version: 25.1
# Toolkit: lucid
set -e
readonly version="26.2"
@biocyberman
biocyberman / bash-cheatsheet.sh
Created August 28, 2020 10:30 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04