centos7 centos ftp

centos7 执行 systemctl restart network 报错解决

问题描述: 安装虚拟机器-->安装centos7 x64,使用MobaXterm_Personal_23.2.exe 连接centos, 报错如下图: Job for network.service failed because the control process exited with err ......
systemctl centos7 restart network centos

FTP传输PORT、PASV模式

FTP FTP是File Transfer Protocol(文件传输协议)的缩写,用来在两台计算机之间互相传送文件。相比于HTTP,FTP协议要复杂得多。复杂的原因,是因为FTP协议要用到两个TCP连接,一个是命令链路,用来在FTP客户端与服务器之间传递命令;另一个是数据链路,用来上传或下载数据。 ......
模式 PORT PASV FTP

centos安装Jenkins(使用1.8jdk)

1.下载 Jenkins.war (直接去镜像平台下载) 注意:最后一个支持1.8版本jenkins-2.346.3 https://mirrors.tuna.tsinghua.edu.cn/jenkins/war/2.388/ sudo wget -O /etc/yum.repos.d/jenki ......
Jenkins centos 1.8 jdk

CentOS7安装helm

CentOS7安装helm [官网](https://helm.sh/zh/docs/intro/install/) # 在线安装 依次执行以下命令即可 ``` curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm ......
CentOS7 CentOS helm

centos6.5无法使用systemctl

问题描述: CentOS 6.5 系统中 无法识别 systemctl: 原因: CentOS 6.X 版本不能安装firewall,firewall是Centos7.X 版本以后系统内置的,所以 CentOS 6.5 是不能识别 systemctl 的。 解决方法: 可以使用service命令来代 ......
systemctl centos6 centos

centos xxd 工具的安装

今天在看tinyml ,提供使用到了一个叫做xxd 的工具,用来将tensofflow lite 的模型文件转换为c 格式的 xxd 工具centos 在中没有独立的包,而是集成在vim-common 中 安装 yum install -y vim-common 参考资料 https://stack ......
工具 centos xxd

linux centos7 部署 nodejs 的 express

链接:https://www.youtube.com/watch?v=oGbLL1_0q64 yum install gcc-c++ openssl-devel make -ycd /tmpcurl -sL https://rpm.nodesource.com/setup | bash -yum i ......
centos7 express centos nodejs linux

Centos7 配置备忘

一、静态IP配置 vi /etc/sysconfig/network-scripts/ifcfg-enp0s8 #更改为 BOOTPROTO=static ONBOOT=yes IPADDR=192.168.56.101 NETMASK=255.255.255.0 GATEWAY=192.168.5 ......
Centos7 Centos

nfs安装及开机启动(centos)

1、 nfs服务器准备 172.16.200.98 服务端 172.16.200.102 客户端 2、服务端安装 #安装 nfs yum install nfs-utils -y #启动nfs systemctl start nfs-server #查看 nfs 版本 cat /proc/fs/nf ......
centos nfs

Centos7系统二进制安装Kubernetes(v1.18)集群

一、环境准备 1、集群环境 集群环境 角色 IP 组件 k8s-master01 192.168.100.31 kube-apiserver、 kube-controllermanager、 kube-scheduler、 etcd k8s-master02 192.168.100.32 kube- ......
二进制 集群 Kubernetes Centos7 Centos

linux系统安装ftp记录

使用的是yum工具安装ftp服务器 1.首先安装 ftp-0.17-89.el9.x86_64 ,这个不是ftp服务器程序,只是ftp访问工具:yum install -y ftp 2.安装 vsftpd,ftp服务程序: yum install -y vsftpd 启动服务: systemctl ......
系统 linux ftp

CentOS 7编译Linux内核(6.5.7)详细步骤

CentOS 7编译Linux内核(6.5.7)详细步骤 前言 对于一件要完成的任务,如果已有现成的、完善的方法文档可供参考,则博文只需引用链接即可,无需重复写一遍。写博客是结合自身需求,总结之前网络上没有的方法。本文即基于CentOS 7 64位,给出编译当前最新版Linux(6.5.7)的详细步 ......
内核 步骤 CentOS Linux

centos7设置固定IP地址

在 CentOS 7 中设置固定 IP 地址涉及到修改网络配置文件 1、进入超级用户 sudo su root 2、使用vim编辑或者Vi编辑器编辑: #进入目录 cd /etc/sysconfig/network-scripts/ #注:将 <interface> 替换为你要设置固定 IP 的网络 ......
centos7 地址 centos

centos 6.10 安装 qtCreator6.0.2

centos 6.10 安装 qtCreator6.0.2 在 centos 6.10 上源码编译安装 qtCreator6.0.2 下载地址 下载后解压 然后执行下面命令 cd qt-creator-opensource-src-6.0.2 mkdir build && cd build cmak ......
qtCreator6 qtCreator centos 6.10 0.2

linux centos部署minio

1.单节点部署 cd /usr/local wget https://dl.minio.io/server/minio/release/linux-amd64/minio chmod +x minio ./minio server /data # use # 启动后会打印出AccessKey和Sec ......
centos linux minio

centOs 6.10 编译 qt 5.15.11.

centOs 6.10 编译 qt 5.15.11 安装依赖库 xcb 依赖库 qt xcb 需要的依赖 如何要用 x11, 就要在编译的时候加上 -xcb 选项,就要安装 xcb 相关的库。 到时可以在 config.log 文件查看,缺少哪个库就安装哪个。 下面是我手动安装的库和对应版本: xc ......
centOs 6.10 10 15 11

linux centos7kettle使用Carte

1.下载安装kettle的方法请自行百度 2.启动carte服务 进入kettle目录 cd /opt/data-integration 方式一 #windowsCarte.bat ip port#例:Carte.bat 192.168.x.x 8080#linux./carte.sh ip por ......
centos7kettle 7kettle centos7 centos kettle

OpenStack CentOS 7 一键安装脚本

一键安装脚本,可以复制粘贴挥着下载install.sh文件,传到服务器进行安装就行 #!/bin/bash yum update yum install -y wget #使用wget命令下载 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirr ......
脚本 OpenStack CentOS

linux centos7 安装elasticsearch

进入需要安装的路径 cd /usr/local 下载和解压安装包 方法一(建议):官网下载地址: https://www.elastic.co/cn/downloads/elasticsearch 方法二:也可以在Linux命令行,直接执行以下命令进行下载(下载特别慢): wget https:// ......
elasticsearch centos7 centos linux

linux centos7 安装mysql

home目录下新建安装包存放位置 cd home mkdir install_packet cd /home/install_packet 下载mysql5.7 rpm源 wget http://repo.mysql.com/mysql57-community-release-el7-8.noarc ......
centos7 centos linux mysql

CentOS7 虚拟机 ping network is unreachable

ping 指令提示network is unreachable 重启网络报错 尝试禁用重启网络的方式无效 直接dhclient -v指令解决。。。 ......
unreachable CentOS7 network CentOS ping

linux centos7安装docker

1.运行以下命令,下载docker-ce的yum源 sudo wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 2.运行以下命令,安装Doc ......
centos7 centos docker linux

linux centos7用 yum安装nginx

1.nginx中加入nginx软件包 yum install epel-release yum update 2.安装nginx yum -y install nginx 3.查看nginx相关目录(可跳过) whereis nginx 4.启动nginx systemctl start nginx ......
centos7 centos linux nginx yum

linux centos7安装配置java环境

1.先查看本地是否自带java环境: yum list installed |grep java 2.卸载自带的java(输入su,输入root超级管理员的密码,切换到root用户模式) yum -y remove java-1.8.0-openjdk* yum -y remove tzdata-j ......
centos7 环境 centos linux java

python快速搭建简易ftp服务器

点击查看代码 # -*- coding:utf-8 -*- from pyftpdlib.authorizers import DummyAuthorizer from pyftpdlib.handlers import FTPHandler from pyftpdlib.servers impor ......
简易 服务器 python ftp

Centos 系统linux内核版本升级

查看当前内核版本 [root@k8s-master01 ~]# uname -r 3.10.0-1160.el7.x86_64 版本号中各个数字分开详细说明:3 :主版本号10 :次版本号0 :修订号1160:发行版本的补丁版本el7 : CentOS 7内核X86_64 :64位操作系统 升级过程 ......
内核 版本 Centos 系统 linux

CentOS 在无网络环境安装应用程序(RPM方式)

总体思路:找一台可以联网的linux,下载docker的RPM依赖包而不进行安装(yum localinstall),将所有依赖的rpm环境打包好,再在无网环境中解压逐一安装(rpm: --force --nodeps)。 当前示例的操作系统是:CentOS 7.9.2009 (Core) 1. 在 ......
应用程序 方式 环境 程序 CentOS

centos安装jenkins

使用 jenkins 的安装仓库 sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io ......
jenkins centos

Linux 搭建 ftp服务器

ftp服务器的搭建 : 文件的上传,文件下载 yum -y install vsftpd //安装ftp vim /etc/vsftpd/vsftpd.conf //关闭匿名访问anonymous_enable=NO //关闭匿名访问 systemctl start vsftpd.service / ......
服务器 Linux ftp

k8s 1.26.4的安装步骤(使用kubeadm安装master+1节点) ——( centos7.9,cri-dockerd插件)

一:系统环境初始化(所有节点都需要操作)1.配置服务器时间保持一致yum -y install ntpdatentpdate ntp1.aliyun.com 添加定时同步 每天凌晨0点自动同步时间echo "0 0 * * * ntpdate ntp1.aliyun.com" >> /var/spo ......
节点 cri-dockerd 插件 步骤 centos7