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
# Command Line Foo | |
## Webserver | |
Start simple HTTP-Server | |
python -m SimpleHTTPServer 8000 | |
Finding stuff | |
grep -r -l "whatever string" . (-l shows file incl path) |
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
What is M-X? | |
Press Esc+X | |
Toggle between open windows ("buffers") | |
Ctrl+x o | |
Find something |
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
1. add Windows folder and give it a mount-name, tick last two boxes + save | |
2. reboot VM | |
3. in VM mount -t vboxsf [whatever mount-name is] [whatever VM path is] | |
4. in case of error ensure everything is up-to-date, see http://dev.antoinesolutions.com/free-open-source-php-ide-debian-5/lamp-debian-5/virtualbox-guest-additions-debian-5 |