|
You are here |
phil.lavin.me.uk | ||
| | | | |
michael.stapelberg.ch
|
|
| | | | | Recently, I was wondering why I was pushing off accepting contributions in Debian for longer than in other projects. It occurred to me that the effort to accept a contribution in Debian is way higher than in other FOSS projects. | |
| | | | |
connorberry.com
|
|
| | | | | Git with Vimdiff One time view: git difftool --tool=vimdiff --no-prompt Always: git config --global diff.tool vimdiff git config --global merge.tool vimdiff For Single Repository: git config diff.tool vimdiff git config merge.tool vimdiff To avoid having Git prompt when launching Vimdiff: git config --global difftool.prompt false | |
| | | | |
ericlathrop.com
|
|
| | | | | Sometimes you're somewhere deep inside your git repo in bash, and you just want to pop back up to the root folder. It can be annoying to figure out how many dots you need in something like cd ../../... I made a small bash function you can use to just type gr to change to the git root: | |
| | | | |
nih.ar
|
|
| | | Secure your server with our comprehensive guide to hardening SSH. Learn essential steps to prevent unauthorized access, including changing default ports, disabling root login, enabling key-based authentication, and more. Fortify your SSH server today for a more resilient and secure environment. | ||