随笔分类 - Linux运维
摘要:一、 进入mysql官网,下载并安装mysql8的yum源 1. 访问https://dev.mysql.com/downloads/repo/yum/ ,下载centos7对应的mysql yum源包并上传到centos7服务器 2. 安装mysql yum源包 [root@VM-8-16-cen
阅读全文
摘要:1. IP地址归属地查询: http://ip.taobao.com/index 2. ICP备案查询: https://beian.miit.gov.cn/#/Integrated/recordQuery
阅读全文
摘要:简介 CentOS,是基于 Red Hat Linux 提供的可自由使用源代码的企业级 Linux 发行版本;是一个稳定,可预测,可管理和可复制的免费企业级计算平台 配置方法 1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/Ce
阅读全文
摘要:1. Centos6直接修改/etc/rc.local文件,比如 echo "/bin/bash $PATH/xx.sh" >> /etc/rc.local 2. Centos7同样修改/etc/rc.local文件,比如 echo "/bin/bash $PATH/xx.sh" >> /etc/r
阅读全文
摘要:1. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
阅读全文
摘要:一、 环境准备 服务器操作系统: Centos7.8 SSH连接工具: xshell 操作用户: root jdk安装包: jdk1.8.0_131.tar.gz 请自行网上下载 二、开始安装 [root@localhost ~]# mkdir /usr/local/java/[root@local
阅读全文
摘要:1. 永久修改主机名 [root@localhost ~]# hostnamectl set-hostname master 2. 下载并编译安装torque [root@master ~]# cd /opt/ [root@master opt]#yum install wget -y && wge
阅读全文
摘要:Centos7系列是互联网公司使用最广泛的发行版本之一,我觉得只要把Centos7的基础命令和shell script掌握了,就能轻松的玩转任何一个linux发行版本。以下是我工作多年,常用的实战命令: redhat系列命令记录 #查看uid号id -u #查看其他用户的uid号id -u user
阅读全文
摘要:安装环境: CentOS Linux release 7.5 一、安装netcdf4.*以上,两种安装方式: 1. yum安装 [root@localhost ~]# yum install netcdf netcdf-devel -y 只要不报错,证明已经安装好了,可以看到版本是4.3.3 如果提
阅读全文

浙公网安备 33010602011771号