日 志


记录了一些日常

2023/07/06

我在数学的屎山遨游~

2023/06/27
博客重见天日,阿里云OSS重构了图床系统
2021/07/24
接了个大单子,重写博客又要delay了

文 章


一些作品

2020年3月15日晚,最后一次本地调试成功后,终于把博客部署到阿里云服务器上。 systemctl restart nginx supervisorctl restart idreamsky 满怀期待地在地址栏里输上idreamsky.tech,回车 熟悉的加载页面又一次旋转,消逝。只是地址栏终于不再是localhost 在todo清单和日程上stick了好久好久的

### open() “/var/lib/nginx/tmp/client_body/0000000001” failed (13: Permission denied) #### 报错: ``` /var/log/nginx/error.log open() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permissio

启动服务器后页面样式混乱,控制台报错: ![错误提示](http://picbed.idreamsky.tech/2020/02/12/fa02c00c95570.png) 检查setting.py配置: ```python STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'static') ``` 添

### CentOS 7.3非root用户配置ssh免密码登陆 #### 配置流程: 客户端:生成密钥公钥 服务端:添加公钥 #### 具体方法: 切换到非root用户 `# su YOURUSERNAME` 生成密钥 `$ ssh-keygen` *Generating public/private rsa key pair. Enter file in whic

### CentOS 7.3非root用户执行git clone时卡在正克隆到'XXXXXX' `$ git clone git@github.com:XXX/XXXXXX.git` *正克隆到 'XXXXXX'... ssh: connect to host github.com port 22: Connection timed out fatal: Could not read fr

### CentOS 7.3执行git clone时卡在正克隆到'XXXXXX' `# git clone git@github.com:XXX/XXXXXX.git` *正克隆到 'XXXXXX'... ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remo

分 类


一些作品

问题解决

浏 览 文 章

数据结构&算法

浏 览 文 章