1.首先到官网下载teamviewer13的rpm包 https://www.teamviewer.com/zhcn/download/linux/ 2.安装 安装依赖包 http://mirror.lzu.edu.cn/centos/7.5.1804/os/x86_64/Packages/ rpm ...
分类:
其他好文 时间:
2018-10-18 01:00:41
阅读次数:
457
1.查看yum源仓库 ls /etc/yum.repos.d/ 2.查看CentOs-Base.repo文件 [root@localhost yum.repos.d]# cat CentOS-Base.repo 3.配置yum源 https://opsx.alibaba.com/mirror 找到这 ...
分类:
系统相关 时间:
2018-10-16 21:55:48
阅读次数:
212
centos 安装配置python虚拟环境、pip 1.安装pip包安装工具# 系统默认源没有pip安装包[root@localhost python]# yum install python-pipLoaded plugins: fastestmirrorLoading mirror speeds ...
分类:
编程语言 时间:
2018-10-16 19:58:19
阅读次数:
173
配置 docker tcp 端口 idea docker 配置 ...
分类:
其他好文 时间:
2018-10-15 20:31:15
阅读次数:
447
题目描述操作给定的二叉树,将其变换为源二叉树的镜像。输入描述:二叉树的镜像定义:源二叉树 8 / \ 6 10 / \ / \ 5 7 9 11 镜像二叉树 8 / \ 10 6 / \ / \ 11 9 7 5题目地址https://www.now... ...
分类:
其他好文 时间:
2018-10-13 22:52:50
阅读次数:
197
yum安装php7.1安装php源:rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtati ...
分类:
Web程序 时间:
2018-10-12 17:03:38
阅读次数:
589
安装前准备 1.0 系统时间同步 在crontab中添加 #crontab -l 00 00 * * * /usr/sbin/ntpdate -u x.x.x.x #选择ntp服务器 #systemctl restart crond 1.1 安装依赖包: yum -y install wget ne ...
分类:
其他好文 时间:
2018-10-12 17:00:16
阅读次数:
156
1、端口镜像 port Mirroring 功能通过在交换机上或者路由器上,将一个或者多个源端口的数据流量妆发大奥某一个指定的端口来实现对网络的监听,指定端口成为镜像端口或目的端口。 2、ARP攻击捕获数据包 当用户不具备上网功能的时候,可以通过发起ARP攻击,来捕获目标主机上的数据,APR攻击就是 ...
分类:
其他好文 时间:
2018-10-12 16:14:15
阅读次数:
175
1、安装wget命令如果需要通过使用wget命令,直接通过网络下载maven安装包时,需要在linux系统中安装wget命令。yum-yinstallwget2、下载maven安装包wgethttp://mirror.bit.edu.cn/apache/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz3、解压缩maventar-z
分类:
系统相关 时间:
2018-10-11 16:58:50
阅读次数:
190