克隆仓库
ps: 需要开启 vt-d 功能,否则启动不了。
git clone https://github.com/intel/intel-device-plugins-for-kubernetes -b release-0.23
ps: 需要开启 vt-d 功能,否则启动不了。
git clone https://github.com/intel/intel-device-plugins-for-kubernetes -b release-0.23
以ubuntu/debian 为例 找到 kubelet.service文件
vim /lib/systemd/system/kubelet.service 在 [Unit] 块中加入下面一行
After=docker.service
podman的网络使用的是 iptables 的转发。不支持ufw开放/禁用 端口。 开了ufw防火墙后,podman 转发的端口基本上就只能本地访问了。这是个大坑
ifconfig
执行后,可以找到一些 cni-popdman0 这种的interface。 使用iptables对所有的相关cni都转发一下 例如:
iptables -I FORWARD -p tcp ! -i cni-podman0 -o cni-podman0 -j ACCEPT
这样,即使开启着 ufw。你的podman的端口也能通过外部访问了。 不过不安全。这是全部转发的端口都允许了。所以只是临时方案。否则只能关闭ufw(不能接受)
/etc/default/ufw
修改 DEFAULT_FORWARD_POLICY
的值为 ACCEPT
sudo ufw reload
随着各大龙头企业对docker的打压,docker在逐渐死亡,尤其是k8s宣布完全脱离docker之后。因此我也尝试了一番 用podman来无损替代docker服务。
sudo apt-get purge docker*
Running `brew update --auto-update`...
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
case, please try
git rebase (--continue | --abort | --skip)
If that is not the case, please
rm -fr ".git/rebase-merge"
and run me again. I am stopping in case you still have something
valuable there.
wget https://wx.scjtqs.com/downloads/raspberry/sunloginclient_11.0.1.44968_raspbian_arm64.deb
sudo apt install ./sunloginclient_11.0.1.44968_raspbian_arm64.deb
开始菜单
–互联网
下 找到 向日葵
,点开它没错,这样就基本上配置完成了。
可以在 192.168.1.123(A),下直接访问 10.0.0.223(B)这台设备了。
使用大佬写的 deepin-wine-ubuntu 来完成安装。直接在ubuntu下安装 deepin调教 好了的 wine版本的 软件
开源地址: https://github.com/wszqkzqk/deepin-wine-ubuntu
使用 install_2.8.22.sh
安装最新的deepin-wine环境
Account-Switcher 是一款免费开源的 mac 平台 apple id 切换工具,可以添加多个 id 进行快速切换,提高效率。
通过终端工具安装,复制命令并回车进行安装与卸载。
brew tap bigwig-club/brew
brew install --cask bigwig-club/brew/account-switcher
brew uninstall --cask bigwig-club/brew/account-switcher
brew untap bigwig-club/brew