勤恳小懒猪

文章
5
资源
0
加入时间
4年2月16天

PermitRootLogin yes无效问题

奶奶的,搞了半下午终于找到 原因。/etc/ssh/sshd_config明明设置了PermitRootLogin 为yes,可就是用putty连,root登录不了,每次都access denied。气死我也。同一个集群的另外10几台机器每个都是好的,唯独这一台出问题。到处查资料,翻文章,甚至直接把其他机器的sshd_config拷贝过来还是不行。最后突然想起来,会不会是root尝...

SIM逻辑模型与APDU

SIM(Subscriber Identity Module)是一种移动运营商用于提供给用户验证身份、接入网络等服务的UICC卡。一张SIM卡里存储了很多移动网络接入相关的数据,比如ICCID(UICC卡的ID),IMSI(International Mobile Subscriber Identity),验证秘钥(ki, Authentication key),LAI(Local Area Ide

argparse & linux & gitGit

pippip install -i https://pypi.tuna.tsinghua.edu.cn/simple --user pandassudo apt-get install python-pip python-dev python-virtualenvvirtualenv --system-site-packages ~/tensorflowactivate ~/...