Skip to content

Instantly share code, notes, and snippets.

View v6's full-sized avatar
💭
// , ALWAYS serious at http://basanese.com

Nathan Basanese v6

💭
// , ALWAYS serious at http://basanese.com
View GitHub Profile
@v6
v6 / ripplolforubuntu13.10
Created November 8, 2013 07:13
ripplolforubuntu13.10 alpha version 0.0.48646
#!/bin/bash
## chmod 755 me, please, Mr. admin?
## version Cat
echo Itsa path time. Everyone to the tub!
echo "PATH DEFAULT=$(PATH):${HOME}/home/nbas/bin/boost/bin/" >> ~/.pam_environment
export $PATH:${HOME}/bin
export PATH=$PATH:${HOME}/bin/
@v6
v6 / keybase.md
Created August 8, 2014 00:52
Keybase Proof

Keybase proof

I hereby claim:

  • I am v6 on github.
  • I am cx (https://keybase.io/cx) on keybase.
  • I have a public key whose fingerprint is A2F4 C3E0 FC2D BE5F 9FAF 0664 ACBF 5427 EE41 2DFA

To claim this, I am signing this object:

Verifying that +6 is my Bitcoin username. You can send me #bitcoin here: https://onename.io/6
@v6
v6 / fabfile.py
Last active August 29, 2015 14:13 — forked from kpantic/fabfile.py
from fabric.api import (task, local, lcd)
"""
The pep8 and jshint tasks return False if errors were found and True if found.
The show_errors parameter controls if the method prints out the errors returned by
the checker program.
Requirements: Install pep8 and jshint, so that they can be run from the command line
- pip install pep8
@v6
v6 / fix_dev_mapper_cryptoswap1_is_not_ready_yet_or_not_present.md
Last active June 4, 2017 21:02
COMPLETE FIX -- Ubuntu Utopic Unicorn 14.10 -- The disk drive dev/mapper/cryptoswap1 is notready yet or not present (Also works for 14.04 and 15.04)
@v6
v6 / giteveryday.txt
Created January 15, 2015 23:44
Git Every Day
# Git Every Day - Individual Developer
------------------------------------------------------------------------
A developer working as a participant in a group project needs to
learn how to communicate with others, and uses these commands in
addition to the ones needed by a standalone developer.
* linkgit:git-clone[1] from the upstream to prime your local
repository.
@v6
v6 / lync_on_ubuntu.md
Created January 16, 2015 18:53
Access Lync on Ubuntu

To access Lync on Ubuntu, do the following:

Install the attached file (download pidgin-ppa_0.0.7_all.deb).

$ sudo apt-get install pidgin-sipe $ pidgin

Add an account.

Pidgin should prompt you to add an account.

@v6
v6 / puppet_vs_saltstack.md
Created January 16, 2015 19:44
Puppet vs. Saltstack
@v6
v6 / keybase.md
Created April 26, 2015 04:54
keybase.md

Keybase proof

I hereby claim:

  • I am v6 on github.
  • I am cx (https://keybase.io/cx) on keybase.
  • I have a public key whose fingerprint is 4C81 44BF 7C08 79D3 E2DD E0AC 7CE8 FC69 BE11 8222

To claim this, I am signing this object:

@v6
v6 / tryfuntoo.py3
Last active August 29, 2015 14:27
Try Funtoo!
!#/bin/python3
# It's like http://www.funtoo.org/VagrantUp, but shorter:
# First, install vagrant from vagrantup.com.
# Then, install Python3, by choosing whichever button looks biggest and brightest and has "Python 3" in it from here: https://www.python.org/downloads/
# No, they don't make it easy, but remember, I *believe* in you.†
import os
import invoke