You are here |
sven.stormbind.net | ||
| | | |
mpov.timmorgan.org
|
|
| | | | First, the mental hurdles:You don't need a server to have a git repository. All your commit history is available locally and quickly, with simple commands. Same with branches and tags. Git "checkout" and "commit" are commands you run locally. Svn "checkout" and "commit" are really more like "pull" and "push" with git. Now, the commands: rails myapp && cd myapp && git init && git add . && git commit -a creates a repo and makes the first commit (but still nothing is sent to any server; all work is done loc... | |
| | | |
javier.io
|
|
| | | | installing openwrt as an access point | |
| | | |
smallhacks.wordpress.com
|
|
| | | | After upgrading to Mac M1 I decided to run FreeBSD virtually. As VirtualBox is not supported on this host (and likely will never be) QEMU was the only possible choice. I found great gist post on how to do this with patched QEMU 6. The good news is that now QEMU 7 is released and... | |
| | | |
hiltmon.com
|
|
| |