Add ssh key to host in one line
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'
Add ssh key to host in one line
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'
#SCSS Utils Code _utils.scss is made as a plugin for scss frameworks that will assist in shortening certain code.
#Javascript Project Utils
#Install gitflow for a user
##Ubuntu 12.04
curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh
chmod +x gitflow-installer.sh
INSTALL_PREFIX=~/bin ./gitflow-installer.sh
echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc
#How to install LAMP (Ubuntu 14.10) this did not work
Note that after I added my old bash scripts the issue of repositories missing disappeared.
##LINUX Install linux by creating a bootable flash.
#Development Workflow For SVG Embedding
Working with svg as an embedded object can be tough, however there a few reasons why I have done this:
##Equipment
##Setup Process
#CSS Tricks ##Center an element in a parent element