Skip to content

Instantly share code, notes, and snippets.

View aspenstarss's full-sized avatar

AspenStars aspenstarss

  • Institute of Computing Technology of CAS
  • Beijing, P.R.China
View GitHub Profile
@aspenstarss
aspenstarss / ssh.md
Created January 22, 2021 01:49 — forked from suziewong/ssh.md
SSH端口转发

ssh

    -C  压缩数据传输
    -f  后台登录用户名密码
    -N  不执行shell[与 -g 合用]
    -g  允许打开的端口让远程主机访问        
    -L  本地端口转发
    -R  远程端口转发

-p ssh 端口

@aspenstarss
aspenstarss / Enc2Dec-15_test_generated
Created January 11, 2021 03:03
R2_Gen model results
```json
[
{
"filename": "CXR3222_IM-1522",
"prediction": "the cardiomediastinal silhouette and pulmonary vasculature are within normal limits in size . the lungs are clear of focal airspace disease pneumothorax or pleural effusion . there are no acute bony findings .",
"ground_truth": "the cardiomediastinal silhouette and pulmonary vasculature are within normal limits in size . the lungs are clear of focal airspace disease pneumothorax or pleural effusion . there are no acute bony findings .",
"bleu4": 1.0
},
{
"filename": "CXR2734_IM-1189",
@aspenstarss
aspenstarss / tmux-cheatsheet.markdown
Created November 22, 2020 08:53 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表 & 简明教程

注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。

Tmux 快捷键 & 速查表 & 简明教程

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话: