$mkdir vagrant_www/www -p
$cd vagrant_www
$echo "<h1>Hello from a Vagrant VM</h1>" > www/index.html
$vagrant init
https://github.com/driftyco/ionic-box http://www.sitepoint.com/ionic-box-vagrant-configuration-hybrid-mobile-apps/
a) Start the Genymotion device
##Install Adminer on Ubuntu is very easy. Just type:
sudo apt-get install adminer
Now Adminer should run on http://127.0.0.1/adminer/
But unfortunately, for same reason don`t run...
Then you will need to configure your apache2.conf to make adminer works.
Assuming you have a repos on github already, issue the following commands:
cd existing_git_repo
git remote add origin git@github.com:[user]/[reponame].git
An awesome command line script which recursively removes .svn directories from parent directories.
find . -type d -name .svn -exec rm -rf {} \;
The script starts within the current directory, so be sure you navigate to the directory you want to start searching from first.
Git is a very powerful version control system. It can be a little bit daunting to try to learn everything around it, so most people just use the basic commands. We want to give you here some help with some tips you may or may not have heard. Either way, these tips can make your workflow a little easier.
One of the best ways to ease your daily workflow with Git is to create aliases for common commands you use every day. This can save you some time in the terminal.
You can use the following commands to create aliases for the most used Git commands, checkout, commit and branch.
| # editorconfig.org | |
| root = true | |
| [*] | |
| indent_style = tab | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |