上一页 1 2 3 4 5 6 ··· 26 下一页
摘要: 1.配置远程主机公钥 使用命令完成比较方便 [root@k8s-master ~]# ssh-copy-id Usage: /usr/bin/ssh-copy-id [-h|-?|-f|-n] [-i [identity_file]] [-p port] [[-o <ssh -o options>] 阅读全文
posted @ 2020-04-15 14:44 heycomputer 阅读(644) 评论(0) 推荐(0) 编辑
摘要: www.zsythink.net www.centos.bz http://www.21yunwei.com/ http://www.yunweipai.com/ https://zhangge.net/ https://linuxeye.com/ 魔盾恶意软件分析: https://www.mal 阅读全文
posted @ 2020-03-28 17:56 heycomputer 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 使用openssl生成公钥和私钥 C:\Users\Administrator\Desktop>openssl genrsa -out rsa_private_key.pem 1024 Generating RSA private key, 1024 bit long modulus ....... 阅读全文
posted @ 2020-03-23 22:28 heycomputer 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 1.备份的目标为目录 #!/bin/bash cd /opt/backup NUM1=$(/bin/ls -l |grep "^d"|awk '{print $9}'|wc -l) NUM2=$(/usr/bin/expr $NUM1 - 3) /bin/ls -l |grep "^d"|awk ' 阅读全文
posted @ 2020-03-23 14:46 heycomputer 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import os, sys import time import wmi, zlib import hashlib os.system("pip install wmi") def get_cpu_info(): tmpdict = {} tmpdict["CpuCores"] = 0 c = w 阅读全文
posted @ 2020-03-22 21:38 heycomputer 阅读(2484) 评论(0) 推荐(0) 编辑
摘要: https://github-enterprise.s3.amazonaws.com/esx/releases/github-enterprise-2.20.3.ova https://github-enterprise.s3.amazonaws.com/hyperv/releases/github 阅读全文
posted @ 2020-03-19 17:04 heycomputer 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: urillb2在python3中的变化 在Pytho2.x中使用import urllib2——-对应的,在Python3.x中会使用import urllib.request,urllib.error。 在Pytho2.x中使用import urllib——-对应的,在Python3.x中会使用i 阅读全文
posted @ 2020-03-16 20:29 heycomputer 阅读(526) 评论(0) 推荐(0) 编辑
摘要: Hacking Tools List Home Tools Information Every package of the BlackArch Linux repository is listed in the following table. If you don't find your nee 阅读全文
posted @ 2020-03-14 09:43 heycomputer 阅读(1932) 评论(0) 推荐(0) 编辑
摘要: Download Archives - Repository Manager 3 Docker images for Nexus Repository Manager are available through the Docker Hub. Information about templates 阅读全文
posted @ 2020-03-13 20:55 heycomputer 阅读(3262) 评论(0) 推荐(0) 编辑
摘要: 搜索注册失败的提示信息,下断点动态跟踪得到下面的patch信息。 >idman.exe00128483:0F->9000128484:85->9000128485:46->9000128486:0F->9000128487:00->9000128488:00->90001285B0:7D->EB00 阅读全文
posted @ 2020-01-30 15:59 heycomputer 阅读(410) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 26 下一页