摘要: Uplink口是交换机上常见的一种端口,它是为了便于两台交换机之间进行级联的端口。通过集线器(或交换机)的某个端口与其它集线器或交换机相连的,级联后每台集线器或交换机在逻辑上仍是多个被网管的设备。通过级联端口相连的设备不需要Cross-over 电缆。它与其相邻的普通UTP口使用的是同一通道,因而, 阅读全文
posted @ 2021-11-05 16:04 xmydis 阅读(1741) 评论(0) 推荐(0)
摘要: 今天上午在shell脚本中用export设置系统环境变量。结果运行几次都没设置成功。是使用./filename运行脚本的。 后来网上一查。 my god。 原来是shell脚本中设定的路径和环境变量只对改shell和其子shell有效。 对其父shell和其它shell无效。 解决方法: sourc 阅读全文
posted @ 2021-11-05 11:12 xmydis 阅读(348) 评论(0) 推荐(0)
摘要: #!/bin/sh #env export PJROOT=${PWD} TARGET_DIR="~/aarch64-buildroot-linux-gnu" LIB_DIR=${TARGET_DIR}/lib INCLUDE_DIR=${TARGET_DIR}/include export LD_L 阅读全文
posted @ 2021-11-05 10:50 xmydis 阅读(57) 评论(0) 推荐(0)
摘要: export aa="123" https://blog.csdn.net/borners/article/details/102547705 阅读全文
posted @ 2021-11-05 10:43 xmydis 阅读(77) 评论(0) 推荐(0)
摘要: sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update && sudo apt-get install ubuntu-make umake web visual-studio-code 阅读全文
posted @ 2021-11-05 09:42 xmydis 阅读(35) 评论(0) 推荐(0)