会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1769987233
管理
上一页
1
2
3
4
5
6
···
41
下一页
2022年3月5日
gitbook使用教程
摘要: gitbook使用教程 centos安装 注意 这里安装的是13.14的node,高版本gitbook init会报错 gitbook init Error: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be 下载地址:htt
阅读全文
posted @ 2022-03-05 19:47 1769987233
阅读(461)
评论(0)
推荐(0)
2022年3月1日
查找大文件
摘要: du -h / --exclude=/proc --max-depth=10 | grep -E "^[1-9]+\.?[0-9]?G" du -h / --exclude=/proc --max-depth=10 | grep -E "^[1-9]+\.?[0-9]?G|^[0-9]{3}M" #
阅读全文
posted @ 2022-03-01 17:56 1769987233
阅读(114)
评论(0)
推荐(0)
2022年2月24日
openvpn
摘要: 一、VPN介绍 什么是vpn? VPN是虚拟专用网络的缩写,它是两个或多个物理网络(或设备)之间沟通互联网/公共网络创建的虚拟网络,可以为企业之间或者个人与企业之间提供安全(加密)的数据传输隧道服务。 vpn的作用是什么? # vpn的功能主要就是帮助不在公司内部局域网内的人员可以通过数据加密的方式
阅读全文
posted @ 2022-02-24 00:19 1769987233
阅读(8)
评论(0)
推荐(0)
2022年2月23日
centos7安装pptp
摘要: centos7安装pptp 安装脚本 #!/bin/bash printhelp() { echo " Usage: ./CentOS7-pptp-host1plus.sh [OPTION] If you are using custom password , Make sure its more
阅读全文
posted @ 2022-02-23 22:19 1769987233
阅读(145)
评论(0)
推荐(0)
2022年2月11日
redis配置文件
摘要: [root@myhost redis-6.2.6]# egrep -v '#|^$' redis.conf # 密码 #redis访问密码 requirepass "bzt.com" #如果master服务器设置有密码则需要配置masterauth参数 masterauth "bzt.com" #
阅读全文
posted @ 2022-02-11 22:29 1769987233
阅读(293)
评论(0)
推荐(0)
2022年1月28日
redis开机自启
摘要: cat <<'EOF'> /usr/lib/systemd/system/redis.service [Unit] Description=Redis persistent key-value database After=network.target [Service] ExecStart=/us
阅读全文
posted @ 2022-01-28 20:14 1769987233
阅读(45)
评论(0)
推荐(0)
2022年1月19日
nginx域名透传、优化、跨域
摘要: proxy_set_header Host $host:$server_port; #修改请求头,添加Host字段 proxy_set_header X-Real-IP $remote_addr; #修改请求头,添加X-Real-IP字段 proxy_set_header X-Forwarded-F
阅读全文
posted @ 2022-01-19 11:06 1769987233
阅读(858)
评论(0)
推荐(0)
2022年1月13日
google搜索技巧
摘要: 1、精确搜索 "番号" 2、类型搜索 秦时明月:torrent nginx:pdf 3、site nginx site:www.nginx.org 4、- 去掉内容 IPZ-111 -A 不会出现带A的内容 5、+ 必须包含内容 6、按 / 回到搜索栏,继续打字 7、内容.. 提示后面的内容 8、i
阅读全文
posted @ 2022-01-13 21:32 1769987233
阅读(286)
评论(0)
推荐(0)
2022年1月8日
nohup配合&的使用
摘要: [root@VM-0-13-centos project-go]# nohup ./main & > /dev/null & # 不能有空格 [1] 2536618 [2] 2536619 [root@VM-0-13-centos project-go]# nohup: 忽略输入并把输出追加到'no
阅读全文
posted @ 2022-01-08 18:45 1769987233
阅读(140)
评论(0)
推荐(0)
2022年1月5日
node使用教程
摘要: node下载地址 https://nodejs.org/zh-cn/download/ wget https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz tar -xvf node-v16.13.1-linux-arm64.ta
阅读全文
posted @ 2022-01-05 14:47 1769987233
阅读(200)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
41
下一页
公告