ubantu

  • windows里安装clash和openwrt,秒变软路由 | windows远程桌面 + 翻墙两不误(hyper-v、docker、ubantu、clash、openwrt )

    本期视频介绍了在window中启用hyper-v,安装ubantu虚拟机,然后基于dockerer安装clash和openwrt的详细过程,最终把一台windows小主机变成了既能当远程桌面,又能当旁路由的小型服务器。 启用hyper-v并安装ubantu虚拟机 升级系统 sudo apt update sudo apt upgrade 开启ssh sudo apt install openssh-client openssh-server 安装docker sudo apt install docker.io 查看网络,找到网卡(按提示安装扩展包后再查看) ifconfig 开启网卡混杂模式 sudo ip link set eth0 promisc on 创建和当前局域网同一个网段的macvlan docker network create -d macvlan –subnet=192.168.88.0/24 –gateway=192.168.88.1 -o parent=eth0 opnet 创建并运行docker sudo docker run -itd –name clash5 -v $HOME/docker/clash5:/etc/clash/ –network opnet –ip 192.168.88.5 –device /dev/net/tun:/dev/net/tun –privileged –restart always tinyserve/clash:latest…

    Read More »
  • How to add Ubuntu to Windows boot List Instead of GRUB !!

    #ubuntutowindowsbootlistinsteadofgrub #howtoaddubuntutowindowsbootlistinsteadofgrub #ubuntugrubbootmenu #ubuntuwindowsbootmanager #ubuntutowindowsbootlistinsteadofgruband #howtoaddubuntutowindowsbootlistinsteadofgrub #howtoaddubuntutowindowsbootlistinsteadofgrub #howtoaddubuntutowindowsbootlist #howtoaddubuntutowindowsbootlistinsteadofgruband #howtoaddubuntutowindowsbootlistinsteadofgrubandgas Linux EasyBCD download link : Install GRUB bootloader manually : Replacing GRUB with Windows boot manager gives some benefits. If we delete Linux installed partition unexpectedly when we have GRUB bootloader it will end up with GRUB RESCUE error. Instead of booting Linux os from GRUB bootloader, booting it from…

    Read More »
Back to top button