

使用SSH Key优雅的登陆linux server
环境 debian 9.5 生成SSH Key推荐的命令 ssh-keygen -t rsa -b 4096 -C "[email protected]_" your_email@example.com使用你的邮箱或一个账号或是其他什么标记 不怎么推荐的命令 ssh-keygen -t rsa -b 4096 #默认的注释是你的主机 ssh-keygen -t rsa #默认的没有4094bit 安全低 生成过程中会需要一些输入 第一次是选择保存的位置(Ent..
更多debian 9.5下搭建nextcloud (nginx + php + sqlite)
环境准备 debian 9/5nginx 1.10.3php7.0sqlite3 更新indexapt update 安装几个依赖的php模块apt install php7.0-zip php7.0-gd php7.0-curl php7.0-mbstring 部署nextcloud 部署的目录不一定非要是本文介绍的 进入到nginx的默认root目录中 cd /usr/share/nginx 下载typecho安装包 wget nextcloud_install.tar.gz 注意这是假地址,不要全部都copy了,从官网复制下载地址,再替换。 解压安装包 tar -zxf nextcloud_install.tar.gz 权限控制 chowm -R www-data:www-d..
更多

debian 9.5下搭建Typecho Blog(nginx + php7 + sqlite)
环境准备 debian 9/5nginx 1.10.3php7.0sqlite3 更新indexapt update 安装nginxapt install nginx 安装php及相关依赖apt install php7.0 apt install php7.0-fpm //为php提供管理服务 apt install php7.0-sqlite //php的sqlite模块(驱动) 如果你用mysql 你就找mysql apt install php7.0-xml //需要的模块 部署typecho 部署的目录不一定非要是本文介绍的 进入到nginx的root默认目录中 cd /usr/share/nginx 下载typecho安装包 wget typecho_install.tar..
更多欢迎使用 Typecho
如果您看到这篇文章,表示您的 blog 已经安装成功. We trust you have received the usual lecture from the local SystemAdministrator. It usually boils down to these three things: Respect the privacy of others. Think before you type. With great power comes great responsibility. 小彩蛋哦我们信任您已经从系统管理员那里了解了日常注意事项。总结起来无外乎这三点。 尊重他人隐私 输入之前仔细思考 权力越大 责任越大
更多Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate ..
更多