I'm CodingSorcery ... TheCodingSorcery ... 初学前端的CodingSorcery
使用到的软件BetterDisplay软件图标:软件菜单:Github下载地址:https://github.com/waydabber/BetterDisplay/
无法SSH的问题是Ubuntu的安全选项问题,只需要修改ssh配置文件即可在编辑之前,输入date获取一下时间、如果时间对不上则需要同步一下时区sudo timedatectl set-timezone Asia/Chongqing直接在PVE的控制台中编辑nano /etc/ssh/sshd_config修改 root登录 PermitRootLogin without-password 为 PermitRootLogin yes修改 密码登录 PasswordAuthentication no 为 PasswordAuthentication yes 修改完过后保存退出然后重启sshdsystemctl restart sshd如还是无法连接,则需要重新安装SSH,执行以下命令选第一个sudo apt-get install --reinstall openssh-server重启sshdsystemctl restart sshd然后大概率就可以连接了!记一个创建新用户的命令sudo adduser <用户名>sudo usermod -aG sudo <用户名
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <link rel="icon" href="/pic.png" /> <link rel="apple-touch-icon" sizes="57x57 72x72 114x114 144x144" href="pic.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CaiyyHomeMusic - Vue</title> <link rel="stylesheet" hre
我的配置信息2023年4月7日更新/etc/config/dhcpconfig dhcp 'lan' option interface 'lan' option start '100' option limit '150' option leasetime '12h' list dhcp_option '6,192.168.1.1' option dhcpv4 'server' option ndproxy_routing '0' option ra_management '0' option ra 'relay' list ra_flags 'none' option dhcpv6 'relay' option ndp 'relay' config dhcp 'wan' option interface 'wan' option ignore '1' config dhcp 'wan6' option interface 'wan6' option ma
3大运营商默认初始超级密码:电信超级密码telecomadminnE7jA%5m移动超级密码CMCCAdminaDm8H%MdA联通超级密码CUAdminCUAdmincuadmin00259e
Caiyy & NOT'WYou make me wanna surrender my soul.
[ B18 ]<2021.03.19> WDNMD!懂的自然懂! </2021.04.26>
广东广电的光猫超级管理员的账号密码账号operator密码operator123
今天折腾甲骨文的VPS,上面写了篇文章如何放行端口,但实际上它只是临时放行,VPS重启过后还是会被“隔离”,找了半天原因,原来是被Centos的防火墙给“隔离”了,所以下面的命令就是如何关闭防火墙跟禁用防火墙。老样子,先sudo -i拿到root权限然后sudo systemctl stop firewalld关闭防火墙关闭防火墙过后只是暂时关闭,重启过后防火墙依然会启动接下来sudo systemctl disable firewalld禁用防火墙,然后就可以愉快的玩耍了。
我是centos系统的,连接上SSH过后,依次执行以下命令就可以了甲骨文里面的系统,默认账号centos 默认登录账户是 opcubuntu 默认登录账户是 ubuntusudo -i 切换到ROOTsudo iptables -P INPUT ACCEPTsudo iptables -P FORWARD ACCEPTsudo iptables -P OUTPUT ACCEPTsudo iptables -F
CodingSorcery