摘要:
因为交换机无法分配IP,交换机做的是地址转发,路由器做的是地址转换。 或者说: 路由器带有net功能交换机不带net功能 阅读全文
摘要:
#cat /sys/class/rtc/rtc0/since_epoch 1577169255 or # cat /sys/class/rtc/rtc1/timestamp01544829583 阅读全文
摘要:
https://tool.oschina.net/uploads/apidocs/jdk-zh/index.html?java/sql/DriverManager.html 阅读全文
摘要:
#delete untracked files git clean -f # delete untracked files and directories git clean -fd # -n option Don’t actually remove anything, just show what 阅读全文
摘要:
【Purpose】 Shell script check requires root privileges 【Eevironment】 Ubuntu 16.04 bash env 【Procdeure】 Source code: #!/bin/bash if [[ $EUID != 0 ]]; th 阅读全文
摘要:
If CONFIG_PROC_DEVICETREE is set in the kernel configuration options, you can view the actual device tree parsed by the kernel from within the /proc f 阅读全文
该文被密码保护。 阅读全文
摘要:
【Purpose】 Learning linux command lynx 【Eevironment】 Ubuntu 16.04 terminal apt-get install lynxusage assic to strage web contentexample: root@vmuer-Vir 阅读全文
摘要:
reference : http://www.ruanyifeng.com/blog/2018/12/git-bisect.html git bisect 命令教程 作者: [12]阮一峰 日期: [13]2018年12月24日 [14] 腾讯课堂 NEXT 学院 git bisect是一个很有用的 阅读全文