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
#fire up a new box | |
vagrant init hashicorp/precise64 | |
vagrant up | |
#optional customization in the vm | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install vim | |
sudo apt-get install apache2 | |
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql |
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
git config -l (--system ?! ) -> C:\Users\All Users\Application Data\Git\config | |
git config --global -l -> C:\Users\Administrator\.gitconfig | |
git config --local -l -> project\.git\config | |
********************* | |
Linux | |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Video Tag</title> | |
<style> | |
figure { | |
text-align: center; | |
} |
NewerOlder