Chandler
Chandler
No. There hasn't been any updates to this repository since May 2, 2016, and the code is still based on version `11.10.05.00.0`, from 2011. The official project is also abandoned,...
Actually the git repository seems to be back up! `git clone https://www.slac.stanford.edu/~abh/bbcp/bbcp.git/` and it's version `17.12.00.00.0`
At first we could not connect to the destination from the jump host due to SSH Agent error. That appears resolved with _et_'s `-f` option and now we've been able...
Hi @MisterTea, any feedback regarding above connection issue and how we might get connected to our server via the jump host? Thanks
Yes sir, it does, but only if `-f` is used with first connection to myJumphost (otherwise `SSH_AUTH_SOCK` error): ``` $ et -f myJumphost [me@myJumphost ~]$ [me@myJumphost ~]$ et dest [dest-user@dest...
> Can you try using the -J command directly instead of relying on the ssh config and see if that works? Idk what you mean. There is no `-J` option...
Yeah tb-lite, I'd rather stick with that. `cmd_code` is listed in https://github.com/mozilla/gecko-dev/blob/master/widget/CommandList.h for example but don't see anything about "pre". I'm guessing there is no built-in command then, but how...
I don't understand why port forwarding is required when we didn't need that to get _EternalTerminal_ working, can you help me understand why? This is the only way? In the...
Sorry for the confusion but can blame Gnome folks for letting me type `sftp://example.com` and it mounts my home dir on example.com somewhere in `~/.gvfs` or something. Either way, in...
``` # du -shc /newwing/wing2/users/jzhang/work/coarctata/1st/0-rawreads/.raw_reads.* 23G /newwing/wing2/users/jzhang/work/coarctata/1st/0-rawreads/.raw_reads.bps 227M /newwing/wing2/users/jzhang/work/coarctata/1st/0-rawreads/.raw_reads.idx 23G total # du -hsc /newwing/wing2/users/jzhang/work/coarctata/1st/0-rawreads/m_00170/raw_reads.170.las 3.9G /newwing/wing2/users/jzhang/work/coarctata/1st/0-rawreads/m_00170/raw_reads.170.las 3.9G total # ``` We could compress it and put it on our...