抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

参考连接 harbor搭建与使用 环境 安装dockers 1$ sudo apt install docker.io 下载harbor,推荐离线包,含offline的 harbor url 解压与编辑配置文件(harbor.yml) 将 hostname 改成你本机的网址或IP 运行安装12$ sudo ./prepare$ sudo ./install.sh 常用管理命...

git1$ git config --global https.proxy https://127.0.0.1:10809 pip12$ export http_proxy='http://代理服务器IP:端口号'$ export https_proxy='http://代理服务器IP:端口号' npm1$ npm config set proxy...

docker images查看docker本地镜像,与镜像id docker run -it 镜像id 运行镜像并且进入交互模式 docker start -i 容器id运行已经停止的容器 docker ps -l查看启动的所有容器,与容器id docker commit -a "作者名字" -m "提交信息" [容器id] [镜像地址]...

嵌入式Linux通用的前提是系统上具有gdbserver程序。 参考连接Windows-Subsystem-for-Linux 配置slickedit调试Windows上的wsl配置 1.windows安装vcxsrv 2.Windows启动XLauch,配置选择one large window,其他默认的即可 3.wsl运行startxfce4 4.安装slickedit到wsl 5...

X86-64 Linux下查看1$ ldd arm-none-linux-gnueabi-gcc #linux程序 Linux下查看交叉编译后的程序1$ arm-none-linux-gnueabi-readelf -d ./arm-linux-size #交叉编译后的程序