Skip to content

标签: Ubuntu

ubuntu 安装 ssh server

sudo apt update sudo apt install openssh-server sudo systemctl status ssh sudo ufw allow ssh

ubuntu ip转发 nat 共享上网

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

How to disable systemd-resolved in Ubuntu for Adguard Home

测试有用 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 …

Unifi Poller Unifi 网络监控程序

研究了两天 最终还是 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 …

转载 VPN 一键脚本 搭建 各种协议VPN 面板 X-UI

下面文章是转载内容 亲测好用!!! X-ui,支持多协议多用户的 Xray 面板!V2-ui全面停止更新,后续逐渐用 X-ui 面板取代 V2-ui 面板! 前言 sprov 这位大神开发的这套面板程序,很是方便,可以可视化的搭建SS、V2ray、Xray、Trojan等热门的协议,并且可以实时看到 VPS 的性能状态以及流量的使用情况。

如何在Ubuntu 18.04中安装VMware Tools

好用的资料 转一下 使用Open VM Tools安装VMware Tools 在Ubuntu虚拟机上安装VMware Tools的最简单和建议的方法是从Ubuntu的默认存储库安装Open VM Tools软件包。

wireguard 一键脚本(支持IPV6) For Debian_9 Ubuntu Centos_7

亲自测试好用转发至此。 感谢作者 一键安装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 …

原版Lean 如何编译自己需要的 OpenWrt 固件

如何编译自己需要的 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 …

V2Board 前端搭建 使用aaPanel

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 进行环境的安装。