Skip to content

Instantly share code, notes, and snippets.

View heycmm's full-sized avatar
💭
I may be slow to respond.

字母与数字 heycmm

💭
I may be slow to respond.
View GitHub Profile
@heycmm
heycmm / 1.gif
Last active June 12, 2020 08:56
←_←
1.gif
@heycmm
heycmm / 0.gif
Last active June 12, 2020 08:59
→_→
0.gif
@heycmm
heycmm / install_chevereto.md
Created September 18, 2018 05:47 — forked from hellokaton/install_chevereto.md
自建图床 chevereto

在 VPS 上搭建自己的图床,这次我们使用 chevereto 这个程序。你需要在服务器上有 Nginx、PHP、MySQL,我们使用一键安装包进行安装。

安装 LNMP

yum -y install wget screen curl python git
wget http://mirrors.linuxeye.com/lnmp-full.tar.gz
tar xzf lnmp-full.tar.gz
cd lnmp
screen -S lnmp