This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.21) | |
// Compass (v1.0.3) | |
// ---- | |
// ---- | |
// https://www.sassmeister.com/gist/8d78661c3f11616cfcf395b1f3f50dec | |
// ---- | |
$breakpoint-xxs: 500px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import os | |
import sys | |
import pip | |
from subprocess import call | |
euid = os.geteuid() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mkfs.vfat -n multi-linux /dev/sdc1 | |
# mount /dev/sdc1 /media/usb | |
# mkdir /media/usb/{boot,iso} | |
# grub-install --force --no-floppy --boot-directory=/media/usb/boot /dev/sdc | |
... download a bunch of isos ... | |
# ls /media/usb/iso | |
debian-7.0.0-amd64-firmware-netinst.iso* grml64-full_2013.02.iso* memtest86+-4.20.bin* tails-i386-0.17.2.iso* | |
debian-live-7.0.0-amd64-gnome-desktop+nonfree.iso* kali-linux-1.0.3-amd64.iso* memtest86+-4.20.iso* ubuntu-13.04-desktop-amd64.iso* |