Linux 第3页
L31※nginx反向代理为Notion加速-霜林轩

L31※nginx反向代理为Notion加速

1> 用oneinstack一键安装nginx wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_opti...
slzxf的头像-霜林轩slzxf2年前
1191
L39※禁止Debian 11自动休眠-霜林轩

L39※禁止Debian 11自动休眠

1> 查看休眠状态 systemctl status sleep.target 2> 设置禁止休眠 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
slzxf的头像-霜林轩slzxf2年前
1191
L07※Linux安装chrome-霜林轩

L07※Linux安装chrome

1> Centos安装chrome ① 安装方法1 a. 修改yum源 cd /etc/yum.repos.d/ vi google-chrome.repo [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/sta...
slzxf的头像-霜林轩slzxf4个月前
1151
L04※vps搭建moon#为Zerotier传输加速-霜林轩

L04※vps搭建moon#为Zerotier传输加速

1> 配置服务器端 ① 安装配置ZeroTier客户端 curl -s https://install.zerotier.com/ | sudo bash wget https://mirrors.condor.vip/zerotier/zerotier-install.sh && bash zer...
slzxf的头像-霜林轩slzxf2个月前
1110
L51※好玩儿的docker项目-霜林轩

L51※好玩儿的docker项目

0> 私有镜像 docker login --username=condor369 registry.cn-hangzhou.aliyuncs.com docker tag [ImageId] registry.cn-hangzhou.aliyuncs.com/slx-docker/[命名空间]:[镜像版...
slzxf的头像-霜林轩slzxf3个月前
1080
L42※使用 systemd 实现 screen 开机启动-霜林轩

L42※使用 systemd 实现 screen 开机启动

1> 创建一个新的 systemd 服务文件 vim /etc/systemd/system/screen.service 2> 在新文件中添加以下内容 [Unit] Description=Screen Session [Service] Type=simple User=<you...
slzxf的头像-霜林轩slzxf2年前
1062
L29※ubuntu搭建NTP Server-霜林轩

L29※ubuntu搭建NTP Server

1> 寻找NTP SERVER http://www.pool.ntp.org是NTP的官方网站,这里可以查询最近的NTP Server。 ntp1.aliyun.com ntp.tencent.com ntp.ntsc.ac.cn # 中国NTPserver server 0.cn.pool.ntp.org s...
slzxf的头像-霜林轩slzxf3个月前
1051
L13※centos 搭建ftp服务器-霜林轩

L13※centos 搭建ftp服务器

1> 安装vsftpd yum install -y vsftpd systemctl start vsftpd systemctl enable vsftpd 2> 为ftp创建用户 useradd ftpuser passwd ftpuser 3> 创建ftp文件目录 mkdir /home/ftpuser/d...
slzxf的头像-霜林轩slzxf2年前
1041
L44※Ubuntu搭建mqtt服务器-霜林轩

L44※Ubuntu搭建mqtt服务器

1> 引入库 sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa sudo apt-get update 2> 安装库文件 sudo apt-get install mosquitto sudo apt-get install mosquitto-dev sudo apt...
slzxf的头像-霜林轩slzxf2个月前
01032
L27※debian系统更改为中文显示-霜林轩

L27※debian系统更改为中文显示

1> 添加中文支持 ~# vim /etc/locale.gen zh_CN GB2312 zh_CN.GB18030 GB18030 zh_CN.GBK GBK zh_CN.UTF-8 UTF-8 ~# locale-gen 2> 更改设置 ~# vim /etc/default/locale LANG='zh_CN.UTF-8' LA...
slzxf的头像-霜林轩slzxf2年前
940