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:
| #!/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/ |
I hereby claim:
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 |
| 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 |
#Ultimate solution for this:
#http://askubuntu.com/questions/289858/disk-drive-for-dev-mapper-cryptswap-1-is-not-ready
Run the following command:
sudo gedit /etc/fstab
| # 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. |
SaltStack: Could be apache, apache2, httpd, etc... sort of misses the point of multi-platform configuration management, IMO:
http://docs.saltstack.com/en/latest/topics/tutorials/quickstart.html
Puppet: It's just "apache":
https://forge.puppetlabs.com/puppetlabs/apache
I hereby claim:
To claim this, I am signing this object:
| !#/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 |