码迷,mamicode.com
首页 >  
搜索关键字:centos qq    ( 49262个结果
Centos 安装 Miniconda
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:其他好文   时间:2021-06-08 23:20:21    阅读次数:0
letsencrypt免费https泛域名(*.yourdomain.com)证书申请
安装环境CentOS *.example.com形式的域名即为泛域名,不通的子域名共用一个证书,省去多次申请的烦恼 1.工具安装 安装最新的certbot yum install -y certbot 已安装certbot,需要升级至高版本 yum update -y certbot 2.证书申请 ...
分类:Web程序   时间:2021-06-08 23:18:24    阅读次数:0
Linux下安装及简单使用nmap
nmap是一款非常实用的扫描工具,适用于linux、windows、mac三大主流平台。小编使用centos编译安装nmap-7.01版本。下载包: $wget http://nmap.org/dist/nmap-7.01.tar.bz21解压: $tar -xvf nmap-7.01.tar.bz ...
分类:系统相关   时间:2021-06-08 22:47:33    阅读次数:0
Ubuntu一键安装LAMP,LNMP
参考: https://blog.csdn.net/xueyingqi/article/details/50674078 https://www.cnblogs.com/pengzheng/p/3633438.html https://blog.csdn.net/qq_38461232/articl ...
分类:系统相关   时间:2021-06-08 22:39:45    阅读次数:0
tesseract安装(CentOS)
tesseract安装(CentOS) 1.安装图片相关依赖 yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel 2.下载 wget https://github.com/ ...
分类:其他好文   时间:2021-06-07 20:42:37    阅读次数:0
CentOS7.X yum安装MySQL8.0
查看当前系统版本的详细信息 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) yum源下载 地址:https://dev.mysql.com/downloads/repo/yum/ 下载地址:https://repo.mys ...
分类:数据库   时间:2021-06-07 20:40:56    阅读次数:0
利用sqoop将hive数据导入导出数据到mysql
运行环境 centos 5.6 hadoop hivesqoop是让hadoop技术支持的clouder公司开发的一个在关系数据库和hdfs,hive之间数据导入导出的一个工具 在使用过程中可能遇到的问题: sqoop依赖zookeeper,所以必须配置ZOOKEEPER_HOME到环境变量中。sq ...
分类:数据库   时间:2021-06-07 20:36:05    阅读次数:0
【linux-centos】php-rdkafka扩展安装
安装php-rdkafka 扩展 ***先安装librdkafka >>>源码方式安装 git clone https://github.com/edenhill/librdkafka librdkafka-master.zip unzip librdkafka-master.zip cd libr ...
分类:Web程序   时间:2021-06-07 19:51:44    阅读次数:0
Python_发送邮件
import yamailusername = "xxxxxx@qq.com"password = "xxxxxx"host = "smtp.qq.com"# host = "smtp.163.com" #163# host = "smtp.126.com" #qq# smtp.send(to="a ...
分类:编程语言   时间:2021-06-06 19:32:03    阅读次数:0
03新系统centos7的IP地址配置
IP地址的设置 在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用 ifconfig 命令,可通过命令 ip addr 查看,如图,网卡名为ens32,是没有IP地址的 动态IP 修改网卡配置文件 vi /etc/sysconfig/network-scripts/ifc ...
分类:其他好文   时间:2021-06-05 17:52:05    阅读次数:0
49262条   上一页 1 ... 11 12 13 14 15 ... 4927 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!