Skip to content

Instantly share code, notes, and snippets.

View nerdess's full-sized avatar

Sissi nerdess

View GitHub Profile
@nerdess
nerdess / gist:54ea502e815f3361c27c
Last active April 6, 2021 09:35
Command Line Foo
# Command Line Foo
## Webserver
Start simple HTTP-Server
python -m SimpleHTTPServer 8000
Finding stuff
grep -r -l "whatever string" . (-l shows file incl path)
@nerdess
nerdess / Useful commands
Last active December 18, 2015 00:09
Emacs
What is M-X?
Press Esc+X
Toggle between open windows ("buffers")
Ctrl+x o
Find something
@nerdess
nerdess / Mounting
Last active December 17, 2015 15:59
Debian VM stuff
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