升级PHP前,请确认你的网站程序是否支持升级到的PHP版本,防止升级到网站程序不兼容的PHP版本,具体可以去你使用的PHP程序的官网查询相关版本支持信息。v1.3及以后版本大部分情况下也可以进行降级操作。执行:./upgrade.sh php 到http://www.php.net/download ...
分类:
Web程序 时间:
2020-05-11 15:21:44
阅读次数:
89
DC~1: WalkThrough [TOC] 信息收集 主机发现 端口扫描 查看网站robots.txt 从目标网站UPGRADE.txt文件中初步判断网站版本为Drupal 6.x 漏洞利用 metasploit framework 搜索Drupal 6.x漏洞 使用3 SQL注入模块 运行,获 ...
分类:
其他好文 时间:
2020-05-10 14:59:46
阅读次数:
100
SSH 协议是事实上的互联网基石之一。在 SSH 协议出现之前(1995 年由 Tatu Ylonen 设计),通过互联网远程登录其他设备(telnet)的过程是明文的。这意味着,整个通信过程,很容易被旁路嗅探,泄露敏感信息。 OpenSSH 是 SSH 协议的经典实现。目前,它作为各 Linux ...
分类:
其他好文 时间:
2020-05-06 12:03:47
阅读次数:
69
5ERROR: Exception: Traceback (most recent call last): File "D:\python\python36\lib\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error ...
分类:
编程语言 时间:
2020-05-05 20:17:40
阅读次数:
97
升级步骤: 1、对mysql5.6进行全库备份( )用于失败倒回 2、关闭mysql5.6版本数据库 3、将mysql5.7软件部署 4、修改配置信息 5、修改启动脚本 6、启动mysql5.7数据库 7、mysql_upgrade升级数据库相关参数 8、重启数据库,测试升级结果 首先对数据库进行物 ...
分类:
数据库 时间:
2020-05-04 10:38:58
阅读次数:
85
# 删除多余欢迎界面读取信息的文件 cd /etc/update-motd.d rm -rf 10-help-text 50-motd-news 80-esm 80-livepatch 90-updates-available 91-release-upgrade 92-unattended-upg ...
分类:
系统相关 时间:
2020-05-03 18:31:44
阅读次数:
234
docker centos8 安装ssh并连接xshell 一,docker centos8 安装ssh 卸载openssh和openssh-serverdnf -y remove opensshdnf -y remove openssh-server 安装openssh和openssh-serve ...
分类:
系统相关 时间:
2020-05-02 13:22:03
阅读次数:
402
(python 3.7.5)virtualenv --system-site-packages -p python .\torch.\torch\Scripts\activate pip install --upgrade pip pip install -i https://pypi.tuna.t ...
GITLAB(gitlab)安装和使用 [root@localhost github] yum y install curl policycoreutils python openssh server 安装依赖 [root@localhost opt] yum y install lrzsz 方便文 ...
分类:
其他好文 时间:
2020-04-30 18:59:58
阅读次数:
288