Linux 第5页
L28※vps搭建http代理-霜林轩

L28※vps搭建http代理

1> 软件安装 sudo apt-get install open-ssl sudo apt-get install squid 2> 配置用户名和密码 sudo yum install httpd-tools -y # centos 用于生成密码 sudo apt-get install apache2-ut...
slzxf的头像-霜林轩slzxf3个月前
1272
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
L16※ubuntu安装并配置samba-霜林轩

L16※ubuntu安装并配置samba

1> 安装samba sudo apt install samba samba-common 2> 创建共享目录并更改权限 mkdir -R /home/smb chmod -R 0777 /home/smb 3> 禁用selinux setenforce 0 4> 修改配置文件 vi /et...
slzxf的头像-霜林轩slzxf9个月前
2080
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
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
L40※ Linux部署webdav服务-霜林轩

L40※ Linux部署webdav服务

1> 下载配置WebDav 开源地址为:https://github.com/hacdias/webdav mkdir /data/webdav mkdir /usr/local/webdav && cd /usr/local/webdav wget https://mirrors.condor.vip/webdav...
slzxf的头像-霜林轩slzxf4个月前
2960
L17※ubuntu开启root登录-霜林轩

L17※ubuntu开启root登录

1> 设置 root 账户密码 sudo passwd root 2> 修改 .profile vim /root/.profile # mesg n || true tty -s && mesg n || true 3> 修改 gdm-autologin 和 gdm-password cd /etc/...
slzxf的头像-霜林轩slzxf2年前
941
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
L30※甲骨文云开启root登录-霜林轩

L30※甲骨文云开启root登录

echo root:密码 | sudo chpasswd root sudo sed -i 's/^#?PermitRootLogin./PermitRootLogin yes/g' /etc/ssh/sshd_config sudo sed -i 's/^#?PasswordAuthentication./PasswordAuthentication ...
slzxf的头像-霜林轩slzxf2年前
1800