
Linux
我只想把名字改成拂晓神剑
爱生活爱自由!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git代码量统计脚本
代码量统计原创 2022-10-24 10:06:00 · 762 阅读 · 0 评论 -
nginx离线安装
文章中用到的依赖和安装包可以直接下载我上传的资源https://download.youkuaiyun.com/download/ancient_city_history/12720555,也可以根据网址自行下载。 1,下载稳定版本nginx http://nginx.org/en/download.html 2,上传nginx-1.18.0.tar.gz安装包到/opt/nginx 目录下 Putty : pscp [-r] 本地文件目录 root@xx.xx.xx.xx:/opt/nginx 3,解压安装包到原创 2020-08-18 11:32:04 · 858 阅读 · 0 评论 -
Linux离线安装mysql5.7-实战可用
1.在官网下载MySQL5.7安装包 下载地址:https://dev.mysql.com/downloads/mysql/ 2.通过SSH Secure Shell Client远程访问CentOS7 3.卸载系统自带的Mariadb数据库 检查是否安装了mariadb: rpm -qa|grep mariadb 卸载mariadb: rpm -e --nodeps mariadb-li...原创 2020-05-06 21:44:31 · 342 阅读 · 0 评论 -
Linux启动Openoffice
启动openOffice服务 进入opt目录:cd /opt 进入program目录 执行 soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard & 完成启动原创 2017-01-25 15:53:40 · 743 阅读 · 0 评论