
tips
wangbingfeng0
I'm back
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nable to download: Error 403, Error: Forbidden for url, when use coursera_dl download lecture
My coursera_dl version 0.11.5 When use $ coursera-dl -u <your-email> -p <your-pwd> the-lecture -ca CAUTH It also prompts bellow error: coursera_dl version 0.11.5 Traceback (most rece...原创 2020-04-07 20:44:05 · 1059 阅读 · 0 评论 -
use the nohup command without getting nohup out + sql tip
command tip we can combine file descriptors together: 2>&1 means "send standard error wherever standard output is going". That means that we get a single stream of output that includes both sta...原创 2019-09-30 23:10:31 · 151 阅读 · 0 评论