Information about patching Gentoo Kernel.
How to run multiple Squid instances. Useful in web development where there are several servers that need to be connected to with the same URL but different IPs.
In developing a complex site you may find yourself needing a production, development and localhost website in order to separate changes appropriately. If this is the case, you may also find…
I found many posts relating complaints about how painfully slow git auto-completion can be in large repositories. There were various suggested patches and suggestions to load the latest zsh. Maybe one of those things would work, but all I really want is for it to complete the names of branches and…
Great post, it helped me to fix my slow git completion in zsh. I found that the quote characters were wrong though. I need to use ’ instead of ’ around ‘local files’.
__git_files () {
_wanted files expl ‘local files’ _files
}