DMS是临时解决方案? Who Says DMS Is an Interim Solution? 现在是认真对待DMS驱动程序监控系统的时候了。 特斯拉(Tesla)在台湾高速公路上撞上翻倒卡车的镜头,似乎自6月初发生以来,就一直出现在每一份汽车出版物上。看了这段视频,我想到了三个想法: 为什么自动 ...
分类:
其他好文 时间:
2020-06-26 14:59:16
阅读次数:
94
free -h 查询运行内存 runlevel 运行模式 init 3 字符模式 init 5 图形模式 init 0 /poweroff 关机 init 6 /reboot 重启 who am i /who 查看用户 ctrl alt f2 临时切换字符界面 id -u userid 0 是超级用 ...
分类:
系统相关 时间:
2020-06-25 15:21:12
阅读次数:
76
题目: Jesus, what a great movie! Thousands of people are rushing to the cinema. However, this is really a tuff time for Joe who sells the film tickets. ...
分类:
其他好文 时间:
2020-06-24 19:34:23
阅读次数:
52
Target Leakage:在准备数据的时候,或者数据采样的时候出了问题,误将与结果直接相关的feature纳入了数据集。 一般target leakage会导致数据在训练集上表现很好,但是当运用到实际上时,表现会很差。 举个例子, Imagine you want to predict who ...
分类:
其他好文 时间:
2020-06-23 11:38:47
阅读次数:
356
一 CLI访问OpenShift资源 1.1 资源操作 OCP将OpenShift集群中的为由主节点管理的对象统称为资源,如:node、service、pod、project、deployment、user。 即使针对的是不同的资源,OpenShift命令行工具也提供了一种统一的、一致的方法来更新、 ...
分类:
其他好文 时间:
2020-06-20 13:17:44
阅读次数:
313
What Is Token-Based Authentication and Who Uses It? Our approach for securing buildings—whether they’re corporate or residential—and the items within ...
分类:
其他好文 时间:
2020-06-19 19:21:07
阅读次数:
58
2020.04.21 Kali Linux最新版 解决默认不是ROOT用户的问题 最新版Kali Linux下载Kali Linux 2020.02 打开终端:输入 passwd 输出想修改的root密码,修改成功后,重启系统,输入root账户,密码为刚刚修改的密码 重启后,打开终端,输入who命令 ...
分类:
系统相关 时间:
2020-06-17 11:19:32
阅读次数:
1410
记录所有用户登录系统的任何操作日志,以便有据可查。1.编辑/etc/profile文件vim/etc/profilehistoryUSER=`whoami`USER_IP=`who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘`if["$USER_IP"=""];thenUSER_IP=`hostname`fiif[!-d/var/log/
分类:
系统相关 时间:
2020-06-17 10:43:12
阅读次数:
63
记录所有用户登录系统的任何操作日志,以便有据可查。1.编辑/etc/profile文件vim/etc/profilehistoryUSER=`whoami`USER_IP=`who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘`if["$USER_IP"=""];thenUSER_IP=`hostname`fiif[!-d/var/log/
分类:
系统相关 时间:
2020-06-17 10:33:52
阅读次数:
61
1.cat cat(conCATenate 拼接) (1).打印单个文件 cat file.txt (2).打印多个文件 cat file1.txt file2.txt (3).去掉多余的空白行 cat -s file (4).显示行号 cat -n file 2.find (1).根据文件名或正则 ...
分类:
其他好文 时间:
2020-06-16 23:32:44
阅读次数:
73