灰狼笔记
首页
便宜VPS
干货教程
源码分享
乱七八糟
关于
干货教程
debain系统apt快速安装php5 php7 php8多版本
由 admin 撰写于
2024-02-20
浏览:1033 评论:1
更新一下包 apt update安装一些组件apt install software-properties-common ca-certificates lsb-release apt-transport-https保存php源sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_re[...]
乱七八糟
docker版 soga 后端安装
由 admin 撰写于
2024-02-05
浏览:1861 评论:10
mkdir /etc/soga 编辑 /etc/soga/soga.conftype=v2board server_type=v2ray node_id=1 soga_key= api=webapi webapi_url=https://domain/ webapi_key=apiKey db_host= db_port= db_name= [...]
乱七八糟
Alpine安装code-server
由 admin 撰写于
2024-02-04
浏览:1033 评论:8
apk add alpine-sdk bash libstdc++ libc6-compat nodejs npm python3 npm install --global yarn yarn add global --ignore-engines code-server yarn ecex code-server
干货教程
Linux vps添加 Swap 虚拟内存
由 admin 撰写于
2024-01-24
浏览:1351 评论:1
创建虚拟内存文件dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swapon /swapfile添加开机启动编辑 /etc/fstab 添加下面的代码echo "/swapfile swap swap defaults 0 0" >> /[...]
干货教程
debian 配置pure-ftpd并使用Mysql虚拟用户登陆
由 admin 撰写于
2024-01-24
浏览:1306 评论:1
创建系统用户groupadd ftpd useradd ftp -g ftpd -s /sbin/nologin安装ftp服务,本文使用debian其他系统类似apt install pure-ftpd pure-ftpd-mysql创建ftp存储目录,并使响应的系统用户拥有权限mkdir /home/ftp chown -R ftp:ftpd [...]
干货教程
配置Ningx支持code-server
由 admin 撰写于
2024-01-18
浏览:976 评论:1
直接上代码,code-server自行安装就行server { listen [::]:80; listen 80; #listen [::]:443 ssl; #listen 443 ssl; #ssl on; server_name www.domain.com; #ssl_ce[...]
干货教程
设置MySQL默认编码为 utf8
由 admin 撰写于
2024-01-17
浏览:1061 评论:2
mysql 安装后默认不支持中文,需要修改编码。修改 /etc/my.cnf 配置文件,在相关节点(没有则自行添加)下添加编码配置,如下:[mysqld] character-set-server=utf8 [client] default-character-set=utf8 [mysql] default-character-set=utf8重[...]
乱七八糟
纯ipv6设备访问ipv4网络资源
由 admin 撰写于
2023-09-20
浏览:2225 评论:142
编辑vim /etc/resolv.conf,改成DNS64地址:nameserver 2001:67c:2b0::4 nameserver 2a00:1098:2c::1然后刷新一下yum/apt缓存即可正常使用#yum yum clean all yum makecache #apt apt-get update
乱七八糟
WIN10专业版系统激活2023
由 admin 撰写于
2023-05-26
浏览:1587 评论:5
win+r输入cmd依次输入slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX回车输入slmgr /skms kms.03k.org回车输入slmgr /ato
干货教程
alpine 安装V2教程-非一键脚本
由 admin 撰写于
2022-11-24
浏览:128112 评论:4466
本教程适用于alpine系统。其他系统请忽略,准备说明。 如果发现不能右键粘贴,怎么办?试试这个的方法 粘贴进去缩进异常?粘贴前设置下 set paste 再尝试粘贴1- 安装v2apk add v2ray 2- 创建配置v2配置文件vim /etc/v2ray/config.json清空文件。键入下面的内容,链接端口为8321 .ID fa80[...]
干货教程
华为EMUI免root 使用ADB命令一键删除系统内置软件
由 admin 撰写于
2022-11-23
浏览:764 评论:0
相信很多同学需要卸载一些没用的华为EMUI内置应用,可以试试以下方法,不用root手机,使用USB调试,ADB命令即可卸载内置应用。温馨提示:为避免卡华为LOGO!建议卸载前备份重要数据!!!温馨提示:为避免卡华为LOGO!建议卸载前备份重要数据!!!温馨提示:为避免卡华为LOGO!建议卸载前备份重要数据!!!此工具在 EMUI 9.0测试无异常 [...]
干货教程
Linux 安装qbittorrent CentOS/Debian
由 admin 撰写于
2022-11-21
浏览:1078 评论:2
Centos 系统yum install qbittorrent-noxDebian /ubuntu系统apt install qbittorrent-nox安装完成后添加服务。cat << "EOF" > /etc/systemd/system/qbittorrent.service [Unit] Desc[...]
1
2
3
4
yun316.com
一心做好 始终如一
文章
45
评论
3
分类
4
标签
45
页面
1
浏览
45
Tags
VPS(1)
php(2)
便宜VPS(1)
windows(1)
nginx(1)
BT下载(1)
软件卸载(1)
教程(1)
MySQL(1)
code-server(2)
vs-code(1)
ftp(1)
swap(1)
alpine(1)
soga(1)
docker(1)
v2ray(1)
debian(1)
最新文章
debain系统apt快速安装ph...
docker版 soga 后端安装
Alpine安装code-server
Linux vps添加 Swa...
debian 配置pure-ftp...
配置Ningx支持code-server
设置MySQL默认编码为 utf8
纯ipv6设备访问ipv4网络资源
WIN10专业版系统激活2023
alpine 安装V2教程-非一键脚本
华为EMUI免root 使用ADB...
Linux 安装qbittorr...
最新评论
z
:
freessl申请了[...]
admin
:
证书很多地方可以申请[...]
z
:
证书在哪搞的
Links
免费空间
免费图库