-There is no screen to be resumed matching 刚刚使用Screen命令时出现错误: 解决的办法是: 解释:-D -r 先踢掉前一用户,再登陆。
-There is no screen to be resumed matching 刚刚使用Screen命令时出现错误: 解决的办法是: 解释:-D -r 先踢掉前一用户,再登陆。
/data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs
https://www.bilibili.com/read/cv4798943/ 报错与修复 在Android P上使用TUNA源在upgrade的时候会出现报错 bash CANNOT LINK EXECUTABLE "dpkg-deb": library "libz.so.1" not found dpkg: error processing archive 此时退出 termux的进程,重新打开并pkg up即可修复。 也可能出现以下报错 bash CANNOT LINK EXECUTABLE "/data/…
https://wiki.termux.com/wiki/PRoot#Installing_Linux_distributions PRoot PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory …
https://mirrors.tuna.tsinghua.edu.cn/help/termux/ Termux 是什么 Termux is a terminal emulator and Linux environment bringing powerful terminal access to Android. Termux 是运行在 Android 上的 terminal。不需要root,运行于内部存储(不在SD卡上)。 自带了一个包管理器,可以安装许多现代化的开发和系统维护工具。比如: neovim tmu…
https://www.cnblogs.com/jiftle/p/16437668.html 第一步,安装openssh并打开 1. pkg install openssh 2. sshd(开启服务) 第二步,手机上termux查看ip,输入命令 ifconfig(例如我的是192.168.0.2) 第三步,手机上termux查看用户名,输入命令 whoami(例如我的用户名是 u0_a167) 第四步,手机上termux设置密码,输入命令 passwd 第五步,电脑端xs…
https://github.com/bohanyang/debi VPS 网络重装 Debian 11 脚本 暂不支持 Oracle Linux 作为原系统。创建新机器时请选择 Ubuntu 20.04 或 18.04 系统模板。 下载脚本: 运行脚本: --bbr 开启 BBR --ethx 网卡名称使用传统形式,如 eth0 而不是 ens3 --cloud-kernel 安装占用空间较小的 cloud 内核,但可能会导致 UEF…
在相同线路条件下,提高落地到中转速度 脚本: wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh
甲骨文的Ubuntu防火墙有点奇怪 如果都是空的就不是iptables的问题如果有许多规则的话就清空规则并修改默认策略 登录ssh执行以下命令 sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F
sudo -i echo root:你的新密码 |sudo chpasswd root sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config; sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config; sudo service sshd restart