Re: Login to remote server without coding passwords

2014-01-14 Thread Domingo Ignacio Galdos
Indeed this is way out of scope for this list but the right thing to do is to set up SSH IdentityFiles. "man ssh_config" and read about IdentityFile directive and also man ssh-keygen. For more information a quick google search will pop up millions of easy tutorials. If your problem is that you hav

Re: to - Bookmark file system locations in bash on POSIX-like systems

2013-04-05 Thread Domingo Ignacio Galdos
fact, the script essentially does > those ln operations you mentioned, plus some additional safety checks--but > if you are going to be doing a certain series of operations repeatedly, why > not automate them? You are more likely to make a mistake typing things by > hand every time. >

Re: to - Bookmark file system locations in bash on POSIX-like systems

2013-04-04 Thread Domingo Ignacio Galdos
Hn, I use a similar tool called ln In all seriousness what value does or could a tool like this add above ln? ln -s ~/some/long/path ~/bookmark cd ~/bookmark cd ~/bookmark/nested/tab/completion rm ~/bookmark Sorry I don't mean that in a snarly way I am curious if you can come up or have with any