Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3625210
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2018-12-12 11:09:38

https://blog.csdn.net/subfate/article/details/51882322这篇文章讲述的是在ubuntu14.04系统上使用WIFI功能5GHz频率的问题,问题本身不大,但基于笔者经验和认知,还是走了些弯路,这里记录一下解决过程,写点东西,留点回忆。遇到问题对于WIFI热点的创建,除了从未知到入门这一大坎外,其它的路途还是很顺利的。上峰.........【阅读全文】

阅读(2207) | 评论(0) | 转发(0)

发布时间:2018-12-12 11:07:26

http://m.elecfans.com/article/641467.html5G的WIFI信道选择相当重要,在不同的国家为了保证政府与军用部分与5G相交频道的使用,通过网卡驱动锁定或路由器固件锁定了5G的WIFI信道使用权限,而这些被锁定的频道,使用性能都是相对好,受到自然或非自然因素干扰最少的;而突破这些限制,才能发挥5G的WIFI真正性能。.........【阅读全文】

阅读(2268) | 评论(0) | 转发(0)

发布时间: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.......【阅读全文】

阅读(5864) | 评论(0) | 转发(0)

发布时间:2018-12-10 17:01:15

......【阅读全文】

阅读(859) | 评论(0) | 转发(0)

发布时间: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 |.........【阅读全文】

阅读(793) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册