Explore >> Select a destination


You are here

tevinzhang.com
| | 128bit.io
22.1 parsecs away

Travel
| | Sometimes it's nice to be able to share files with other people. There are many sites online where you are able to do this but you are limited by size, type of file, or lacking in security. SFTP gives you the ablity to transfer from your server securely. Users that have SSH access can start using SFTP right away with applications like WinSCP. You don't want to give people full access to your system, so this is where SFTP only users come in to play.
| | benji.dog
22.3 parsecs away

Travel
| | This may be overkill, but it works on my machine
| | taylorbrazelton.com
20.1 parsecs away

Travel
| |
| | blog.kulman.sk
76.2 parsecs away

Travel
| I use the same machines to work on both personal and work projects. I usually have to use a different Git identity for the work projects than for my personal projects. Previously I had my personal Git identity set globally and then used local Git configs to override it in work projects. This worked just fine but it was too much work. There is a better solution. Git config allows you to use, or better to say include, another Git config for a specific directory and all its subdirectories. I have all my pro...