sudo apt update sudo apt install openssh-server sudo systemctl status ssh sudo ufw allow ssh
标签: Ubuntu
2、进入终端,输入命令 sudo su 进入管理员模式; 3、接着输入命令,开启路由功能: sysctl -w net.ipv4.ip_forward=1 4、接着依次输入下列命令: sudo iptables -F sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
R86S 到手也很久了,在ESXI平台上,其他功能都开发的差不多了,唯一的遗憾是没有搞定的是核显转码的问题,黑群晖等都尝试过了,后通过大佬的帖子得知,需要5.17以上的linux内核才能支持。
测试有用 ubuntu server 22.04 LTS systemd-resolved can cause issues with Kubernetes (not to mention the time spent troubleshooting various issues). Fix Disable the systemd-resolved service sudo systemctl disable systemd-resolved sudo systemctl stop systemd-resolved Remove the remove the existing /etc/resolv.conf file, which is …
研究了两天 最终还是 Pi 好用。 ubuntu 系统 docker 系统 读取配置信息 不行! 下面是作者原文 在raspberry pi 上安装 unpoller Docker 位置 https://hub.docker.com/r/golift/unifi-poller unpoller 官网地址 https://unpoller.com/ Step 1 – Get Docker working So to get Docker working on a Pi is pretty straightforward. First we install Raspberry Pi OS (the new name for Raspbian) then …
下面文章是转载内容 亲测好用!!! X-ui,支持多协议多用户的 Xray 面板!V2-ui全面停止更新,后续逐渐用 X-ui 面板取代 V2-ui 面板! 前言 sprov 这位大神开发的这套面板程序,很是方便,可以可视化的搭建SS、V2ray、Xray、Trojan等热门的协议,并且可以实时看到 VPS 的性能状态以及流量的使用情况。
好用的资料 转一下 使用Open VM Tools安装VMware Tools 在Ubuntu虚拟机上安装VMware Tools的最简单和建议的方法是从Ubuntu的默认存储库安装Open VM Tools软件包。
亲自测试好用转发至此。 感谢作者 一键安装wireguard 脚本(支持IPV6) For Debian_9 Ubuntu Centos_7 # 一键安装wireguard 脚本 Debian 9 (源:逗比网安装笔记) wget -qO- git.io/fptwc | bash # 一键安装wireguard 脚本 Ubuntu (源:逗比网安装笔记) wget -qO- git.io/fpcnL | bash # CentOS 7 一键脚本安装WireGuard (官方脚本自动升级内核) wget -qO- git.io/fhnhS | bash CentOS 7 测试 GCP和Vultr 都能自动升级内核,如果辣鸡要升级内核 yum …
如何编译自己需要的 OpenWrt 固件 注意: 不要用 root 用户 git 和编译!!! 国内用户编译前最好准备好梯子 默认登陆IP 192.168.1.1, 密码 password 编译命令如下: 首先装好 Ubuntu 64bit,推荐 Ubuntu 18 LTS x64 命令行输入 sudo apt-get update ,然后输入 sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3.5 python2.7 unzip zlib1g-dev …
aaPanel是宝塔(bt.cn)的国际版本 1.配置aaPanel 你需要在 aaPanel 选择你的系统获得安装方式。这里以 debian 作为系统环境进行安装。 wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh 安装完成后我们登陆 aaPanel 进行环境的安装。