To be a better coder
发布时间:2018-12-12 11:09:38
https://blog.csdn.net/subfate/article/details/51882322这篇文章讲述的是在ubuntu14.04系统上使用WIFI功能5GHz频率的问题,问题本身不大,但基于笔者经验和认知,还是走了些弯路,这里记录一下解决过程,写点东西,留点回忆。遇到问题对于WIFI热点的创建,除了从未知到入门这一大坎外,其它的路途还是很顺利的。上峰.........【阅读全文】
发布时间:2018-12-12 11:07:26
http://m.elecfans.com/article/641467.html5G的WIFI信道选择相当重要,在不同的国家为了保证政府与军用部分与5G相交频道的使用,通过网卡驱动锁定或路由器固件锁定了5G的WIFI信道使用权限,而这些被锁定的频道,使用性能都是相对好,受到自然或非自然因素干扰最少的;而突破这些限制,才能发挥5G的WIFI真正性能。.........【阅读全文】
发布时间:2018-12-11 17:01:03
Solution was to go into the BIOS and switch off UEFI Windows Secure boot.As I keep doing, I'd set my security to a level that inconveniences only me.Solved, case closed.......【阅读全文】
发布时间:2018-12-06 11:05:47
[root@localhost scripts]# cat license_check.sh #!/bin/bashresult=0result0=0ip=""cpu=""hz=""uuid=""http=""time=10while :douuid=`cat /uuid`cpu=`lscpu | grep "CPU(s):" | grep -v NUMA | awk '{print $2}'`hz=`lscpu | grep "CPU MHz" | awk '{print $3}'`ip=`cat /etc/yunhai.ini | grep cloud |.........【阅读全文】