DB2导出表数据
使用DB2命令行导出
打开命令行界面,登录DB2数据库
1 | db2 connect to <database> |
Chrome浏览器的默认缓存路径一般是:
C:\Users\用户名\AppData\Local\Google\Chrome\User Data\Default\Cache
1 | sudo apt install certbot |
1 | sudo certbot certonly --standalone -d example.com --agree-tos --email [email protected] |
生成公私钥:
1 | ssh-keygen -t rsa -C '[email protected]' -f ~/.ssh/github_id_rsa |