Definition (Nowhere dense set) A set $A$ in a topological space $X$ is nowhere dense if the complement of its closure is dense in $X$, i.e. $\overline ...
分类:
其他好文 时间:
2020-10-22 22:47:57
阅读次数:
24
创建用户登录:我们用useradd命令来完成!比如useraddchuan指定密码:passwdchuan输入密码:切换到创建的用户:suchuan用exit退出当前用户:记住:如果没有给用户指定组,useradd命令将会建立一个一样名字的组,并把用户放进去,用root用户来操作其他用户时不需要密码,反之其余用户间的切换要输入设定的密码!![]History命令:除了基本用法显示命令执行的历史外,
分类:
其他好文 时间:
2020-10-22 22:27:40
阅读次数:
18
ciscoasa#shrun:Saved:ASAVersion8.2(1)!hostnameciscoasaenablepasswordajgvZKkj9OFA/xdmencryptedpasswd2KFQnbNIdI.2KYOUencryptednames!interfaceEthernet0/0shutdownnonameifnosecurity-levelnoipaddress!interf
分类:
系统相关 时间:
2020-10-19 22:53:38
阅读次数:
33
第一步,安装git: 在root下创建git用户,设置密码: [root@VM-0-14-centos ~]# useradd git [root@VM-0-14-centos ~]# passwd git 给git用户设置sudo权限: [root@VM-0-14-centos ~]# vi /e ...
分类:
其他好文 时间:
2020-10-19 22:18:53
阅读次数:
19
[root@centos7data]$catback_mysql.sh#!/bin/bash#USER="test"PASSWD="123.com"HOSTIP="192.168.2.7"BACKUP=/data/allback_date+%F[-d"$BACKUP"]||mkdir$BACKUPPS3="请
分类:
数据库 时间:
2020-10-18 16:53:50
阅读次数:
35
#!/bin/bash #by wwp 2020-10-14 for ip in `cat ip.list` do { ping -c1 -W1 $ip &>/dev/null if [ $? -eq 0 ];then ssh $ip "sed -ri '/^#UseDNS/cUseDNS no' ...
分类:
其他好文 时间:
2020-10-18 09:49:45
阅读次数:
23
2020 IT邦幫忙鐵人賽 Kubernetes 原理分析系列文章 kubernetes 探討 Container & Open Container Initiative Container Runtime Interface Container Network Interface Containe ...
分类:
其他好文 时间:
2020-10-18 09:39:20
阅读次数:
21
使用中科大的有ProxmoxVE的仓库SSH登录节点,查找相关配置文档,修改中科大的源地址,操作如下:grep-rn"download.proxmox.com"/usr/share/perl5/PVE/*sed-i.bak"s#http://download.proxmox.com/images#https://mirrors.ustc.edu.cn/proxmox/images#g"/usr/s
分类:
其他好文 时间:
2020-10-18 09:31:59
阅读次数:
26
WebSocket is already in CLOSING or CLOSED state.
分类:
Web程序 时间:
2020-10-16 11:21:13
阅读次数:
49