Vulhub-y0sef靶机通关 安装靶机环境,下载地址:https://www.vulnhub.com/entry/y0usef-1,624/ 网络模式:桥接 目标:user.txt和root.txt 通过查询工具,找到目标ip 访问到页面,首先尝试robots.txt没有任何内容,那么接下来就使 ...
分类:
其他好文 时间:
2021-02-25 11:42:28
阅读次数:
0
background 在以5.3为内核的ubuntu中编译3.10的内核时,出现: include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc5.h错误 尝试了网上说的将当前内核(5.3)的compiler-gcc.h复制 ...
分类:
其他好文 时间:
2021-02-24 13:28:44
阅读次数:
0
playbook部署lamp 环境 主机IP |需要安装的服务 |name -|-|- 192.168.23.132 |ansible |ansible 192.168.23.133 |httpd |httpd 192.168.23.134 |mysql |mysql 192.168.23.135 ...
分类:
其他好文 时间:
2021-02-23 14:38:08
阅读次数:
0
ubuntu 系统默认已安装ufw. 1.安装 sudo apt-get install ufw 2.启用 sudo ufw enable sudo ufw default deny 运行以上两条命令后,开启了防火墙,并在系统启动时自动开启。关闭所有外部对本机的访问,但本机访问外部正常。 3.开启/ ...
分类:
系统相关 时间:
2021-02-23 14:33:33
阅读次数:
0
一,服务器安装 yum install -y openldap openldap-clients openldap-servers migrationtools 二,配置ldap服务器 2.1配置ldap的域和密码 vim /etc/openldap/slapd.d/cn\=config/olcDa ...
分类:
系统相关 时间:
2021-02-23 14:32:21
阅读次数:
0
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:
其他好文 时间:
2021-02-23 14:31:28
阅读次数:
0
xadmin后台管理 一、介绍 xadmin是Django的第三方扩展,可以使Django的admin站点使用更方便。 文档:https://xadmin.readthedocs.io/en/latest/index.html 二、安装 通过如下命令安装xadmin包 pip install htt ...
分类:
其他好文 时间:
2021-02-23 14:18:19
阅读次数:
0
For 语法:for (initialisation; condition; increment/decrement) action #for 语句首先执行初始化动作( initialisation ),然后再检查条件( condition )。如果条件为真,则执行动作( action ),然后执行 ...
分类:
其他好文 时间:
2021-02-23 14:17:54
阅读次数:
0
积少成多 Learning Linux From Scratch(一) 冷知识 bash shell Bourne again shell tty means teletypewriter 电传打字机 命令行界面(command line interface, CLI) 快捷键 Shift + Ct ...
分类:
系统相关 时间:
2021-02-23 14:17:31
阅读次数:
0
CentOS 8 1 $ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 2 $ sudo yum install https://download1.rpmfusion. ...
分类:
其他好文 时间:
2021-02-23 14:05:27
阅读次数:
0