我的梦想
不是每个人都应该像我这样去建造一座水晶大教堂,但是每个人都应该拥有自己的梦想,设计自己的梦想,追求自己的梦想,实现自己的梦想。梦想是生命的灵魂,是心灵的灯塔,是引导人走向成功的信仰。有了崇高的梦想,只要矢志不渝地追求,梦想就会成为现实,奋斗就会变成壮举,生命就会创造奇迹。——罗伯·舒乐
数据库之坑 数据库之坑
数据库相关操作 纯mysql:查看MySQL的依赖项:dpkg –list|grep mysql 一般有:mysql-commonmysql-server-x. xmysql-cilentphp-mysql 1、删除mysql的数据文件su
2020-04-02 DaMing
Git/Github/Ssh/Hexo Git/Github/Ssh/Hexo
Git/Github/Ssh/Hexo 查缺补漏: https://segmentfault.com/a/1190000017986794?utm_medium=referral&utm_source=tuicool 本地克隆项目的
2020-04-02 DaMing
PHPfpm/Nginx PHPfpm/Nginx
Nginx PHPfpm phpfpm配置文件:termux-chrootvim /etc/php-fpm.d/www.conf nginx配置文件: 在proot环境下, 然后编辑配置文件nginx.conf vim /etc/ngin
2020-04-02 DaMing
SSH相关操作 SSH相关操作
SSH相关操作 生成ssh密匙:ssh-keygen -t rsa ssh数据地址:~/.ssh 公匙 :~/.ssh/id_rsa_pub 私匙:~/.ssh/id_rsa_public 为GIT生成密匙:Git方:git confi
2020-04-02 DaMing
Apache Apache
Apache 启动:apachectl start/stop/status 重启:systemctl restart apache2 Apache首先提供PHP页面:/etc/apache2/mods-enabled/dir.conf PH
2020-04-02 DaMing
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-03-30 DaMing