本文主要解决了Linux执行ifconfig命令时网卡显示ensX而不是eth0的原因以及解决办法。 ...
分类:
系统相关 时间:
2021-01-26 12:08:29
阅读次数:
0
#面试题地址:https://www.bilibili.com/read/cv6392576 #一、如何判断真实Ip 如何判断真实Ip https://zhuanlan.zhihu.com/p/48290483 1.Nslookup法 黑客一般nslookup想要查的域名,若是有多个ip就是用了cd ...
分类:
其他好文 时间:
2021-01-26 12:07:39
阅读次数:
0
# cp [-adfilprsu] 源文件(source) 目标文件(destination)# cp [options] source1 source2 source3 …. directory参数:-a :相当于 -pdr 的意思;-d :若来源文件为连结文件的属性(link file),则复制 ...
分类:
系统相关 时间:
2021-01-26 12:02:15
阅读次数:
0
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:
系统相关 时间:
2021-01-26 12:01:22
阅读次数:
0
Linux环境Erlang下载安装 下载erlang,原因在于RabbitMQ服务端代码是使用并发式语言Erlang编写的 创建文件夹 mkdir rabbitMQ 安装相关依赖 yum install epel-release yum install gcc gcc-c++ glibc-devel ...
分类:
系统相关 时间:
2021-01-26 11:56:32
阅读次数:
0
参考官网流程: https://golang.google.cn/doc/install wget https://golang.google.cn/dl/go1.15.7.linux-amd64.tar.gz tar -C /usr/local -zxvf go1.15.7.linux-amd64 ...
分类:
系统相关 时间:
2021-01-26 11:52:20
阅读次数:
0
来自阿里云 <https://developer.aliyun.com/adc/scenario/exp/a12055b0e9e84e5692b05ae25d377ec0> 文件权限管理 ls(list files) ls命令可以查看Linux系统上的文件、目录和设备的权限。 ls -l /boot ...
分类:
系统相关 时间:
2021-01-26 11:50:14
阅读次数:
0
1.下载MySQL http://dev.mysql.com/downloads/mysql/5.6.html#downloads wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.33-linux-glibc2.5-x86_64 ...
分类:
数据库 时间:
2021-01-26 11:46:30
阅读次数:
0
下载zsh sudo apt-get install zsh sudo apt-get install git 下载oh-my-zsh 因为zsh配置起来太麻烦了,直接安装oh-my-zsh即可,前往oh-my-zsh官网: https://ohmyz.sh 使用命令: $ sh -c "$(cur ...
分类:
系统相关 时间:
2021-01-26 11:42:41
阅读次数:
0
AFL代码插桩 在使用AFL时,需要先通过afl-gcc/afl-clang等工具编译目标程序(在这个过程中对目标进行插桩)。 编译过程:源代码-->汇编代码-->二进制。 源代码-->汇编代码:这一步是通过 汇编代码-->二进制:这一步是通过汇编器(assembler)。Linux中常用的汇编器是 ...
分类:
其他好文 时间:
2021-01-25 11:31:54
阅读次数:
0