E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Systemctl
Gitlab搭建
参考:Gitlab搭建安装依赖#关闭防火墙
systemctl
stopfirewalld
systemctl
disablefirewalld#安装ssh依赖yuminstall-ycurlpolicycoreutilsopenssh-serveropenssh-clients
正怒月神
·
2023-11-03 01:13
版本控制器
gitlab
docker网络ip冲突连不上服务器
ifconfigdocker0down但每次服务器重启又会自动打开网络方法二:修改docker0的网段vim/etc/docker/daemon.json添加"bip":"172.15.0.1/16"项重启docker服务
systemctl
restartdock
cycyco
·
2023-11-03 00:19
Linux
linux
服务器
docker
1024程序员节
哥哥教你~Nginx优化与防盗链
conf/nginx.confhttp{includemime.types;defaulttypeapplication/octet-stream;server_tokensoff;#添加,关闭版本号
systemctl
restartnginxcurl-Ihttp
世上无难事754
·
2023-11-02 23:14
二阶
nginx
linux
服务器
Centos 7 下安装Docker
sudo
systemctl
sta
我是顾子晨
·
2023-11-02 22:15
Centos7 搭建 cloudera-manager 集群
0、准备工作关闭防火墙#所有节点
systemctl
stopfirewalld
systemctl
disablefirewalld禁止交换#所有节点sysctlvm.swappiness=0禁用大页面#所有节点
djm猿
·
2023-11-02 22:51
主从复制gtid
主从复制gtid方式首先,主从服务器都要进行mysql初始化
systemctl
stopmysqldrm-rf/var/lib/mysql/*
systemctl
restartmysqldgreppassword
angry unicron
·
2023-11-02 21:00
Linux没有ens33解决方案(亲测有效)
Centos7博主最近遇到一个比较郁闷的问题,在虚拟机上操作Linux系统查看IP的时候,发现没有ens33或者eth0了,试了很多办法都没有出来二、解决办法(找了很多办法之后,执行了下面三行命令就成功了)
systemctl
给我一瓶冰阔洛
·
2023-11-02 19:11
linux
Centos7系统下部署Gitlab+Jenkins+Docker 实现自动化部署项目
流程:本地->Gitlab->Jenkins->Dockerps:这一套组件蛮吃内存的,我虚拟机分配6G几乎占满1.安装Dockeryuminstall-ydocker启动docker
systemctl
startdocker2
戏子宿醉
·
2023-11-02 18:06
jenkins
gitlab
docker
Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout(Docker镜像拉取错误)
文件中编辑阿里云的镜像地址:{"registry-mirrors":["https://6kx4zyno.mirror.aliyuncs.com"]}重启docker服务(注意:必须重启,否则不生效)
systemctl
da
范er_er
·
2023-11-02 17:22
Linux 安装mongodb6.0和mongodb shell
64/RPMS/mongodb-org-server-6.0.2-1.el8.x86_64.rpm安装rpm-ivhmongodb-org-server-6.0.2-1.el8.x86_64.rpm启动
systemctl
startmongod.servi
wDeveloper
·
2023-11-02 16:20
linux
linux
mongodb
数据库
ntpq -p request time out 排查故障
你可以使用以下命令来检查NTP服务的状态:
systemctl
statusntpd如果服务未运行,请启动它:
systemctl
startntpd检查网络连接:确保你
运维点滴
·
2023-11-02 16:38
linux
centos7下用kvm启动Fedora36 Cloud镜像
环境os:centos7Arch:aarch64安装qemu-kvmyuminstallqemu-kvmkvmvirt-installlibvirt
systemctl
startlibvirtd.service
nan1994
·
2023-11-02 15:03
Linux
linux
centos
Fedora
centos8使用chrony时间同步
dnfinstal-ychronyc$cat/etc/chrony.conf|grepserver#Usepublicserversfromthepool.ntp.orgproject.server10.17.87.8
systemctl
restartchronyd
Firetheworld
·
2023-11-02 13:00
centos7防火墙基本命令
防火墙的基本使用命令启动防火墙
systemctl
startfirewalld.service停止防火墙
systemctl
stopfirewalld.service开机启动防火墙
systemctl
enablefirewalld.service
DreamFire
·
2023-11-02 12:34
三步搭建mqtt服务器(linux)centos7 zip
EMQXYumcurl-shttps://assets.emqx.com/scripts/install-emqx-rpm.sh|sudobash安装EMQXsudoyuminstallemqx-y启动EMQXsudo
systemctl
startemqx
奋进的大马猴
·
2023-11-02 12:05
linux
运维
服务器
初识MySQL
启动mariadblinux系统下敲
systemctl
startmariadb搜索mariadb的端口号(默认是3306)可以去阿里云安全组打开这个端口,使得外网可以访问我们自己服务器上的MySQL数据库
Asphyxia_b4e3
·
2023-11-02 10:58
学习如何在linux服务器上修改默认端口22
ssh服务测试连接修改默认的22端口号[root@qipa250ssh]#vim/etc/ssh/sshd_config知道Port,改为自己想要的端口号重启ssh服务[root@qipa250ssh]#
systemctl
restartsshd.service
徊忆羽菲
·
2023-11-02 10:19
Linux
Php
软件
1024程序员节
虚拟机网卡配置子网口
先将想要配置子网口的网卡配置文件复制在原有的名字后加上“:1(数字随便)”捕获.PNG在进入复制的文件当中添加网卡,网关,子网掩码修改里面的名字,必须与配置文件名字相同,并删除两个文件的UUID1.PNG重新启动网卡
systemctl
restartnetwork
如约而至_8286
·
2023-11-02 09:43
十年JAVA搬砖路——Linux搭建Ldap服务器。
yum-yinstallopenldapcompat-openldapopenldap-clientsopenldap-serversopenldap-servers-sqlopenldap-devel2.启动ldap
systemctl
startslapd
systemctl
enableslapd3
搬砖导师
·
2023-11-02 09:57
服务器
java
linux
网络服务不通诊断
netstat-tunpl
systemctl
statusfirewalldiptables-L
RoyChina
·
2023-11-02 09:22
kubeadm部署
master20.0.0.55node0120.0.0.56node0220.0.0.57hub.ydq.com20.0.0.581、关闭防火墙规则、关闭selinux、关闭swap交换分区#所有节点,关闭防火墙规则,关闭selinux,关闭swap交换
systemctl
stopfirewalld
systemctl
disablefirewalldsetenforce0
@LSW
·
2023-11-02 09:58
k8s
【LVS实战】03 LVS负载均衡-DR模式实验
本文介绍,如何通过ipvsadm配置负载均衡,并且转发模式为DR直接路由模式一、网络拓扑如下图:LVS负载均衡的机器,配置了一个VIP:10.1.0.7二、前置准备每台机器关闭防火墙
systemctl
stopfirewalldRS
suyukangchen
·
2023-11-02 07:17
LVS实战
lvs
负载均衡
运维
MySQL笔记--Ubuntu安装MySQL并基于C++测试API
目录1--安装MySQL2--MySQL连接3--代码案例1--安装MySQL#安装MySQL-Serversudoaptinstallmysql-server#设置系统启动时自动开启sudo
systemctl
startmysql
晓晓纳兰容若
·
2023-11-02 06:50
mysql
MySQL数据库故障排错
第一时间查看应用软件的日志信息,通过日志获取报错具体信息:Jobformariadb.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"
systemctl
statusmariadb.service"and"journalctl-xe"fordetails
wespten
·
2023-11-02 05:40
数据库存储
块存储
文件存储
对象存储
分布式网络存储
数据库
mysql
centos
Linux环境安装supervisor应用自启动步骤
按照步骤来一定会成功,已实际操作过第一步:root用户下根据命令依次输入安装输入两个安装命令yuminstallepel-releaseyuminstall-ysupervisor输入开启自启动命令
systemctl
enablesupervisord
张十三~
·
2023-11-02 03:35
linux
supervisor
linux
服务器
运维
自动化
supervisor启动java服务
Yum安装yum-yinstallsupervisor#安装
systemctl
enablesupervisord.service#设开机自启
systemctl
startsupervisord.service
龙仔725
·
2023-11-02 03:35
java
linux
运维
CentOS 7 iptables与firewalld
firewalld,而实际上iptables与firewalld只是单纯的配置规则的客户端工具而真正起到防火墙包过滤/转发的功能是内核netfilter模块2.启用iptables关闭firewalld#
systemctl
stopfirewalld
weixin_30323631
·
2023-11-02 03:48
网络
问题解决:Fedora 34 网络配置有线连接消失,无法联网
执行:ifconfig发现ens33没有启动,所以:sudoifconfigens33up启动后:
systemctl
stopNetworkManagerrm/var/lib/NetworkManager
胖多鱼
·
2023-11-02 01:24
linux
运维
服务器
docker使用小记——docker安装es+ik分词器+拼音分词器+kibana
docker/daemon.jsonvi/etc/docker/daemon.json{"registry-mirrors":["http://hub-mirror.c.163.com"]}重启docker
systemctl
restartdocker.service
wang864676212
·
2023-11-01 22:00
elasticsearch
docker
docker
elasticsearch
kibana
Oxidized-最好用的网络设备备份系统(一)
二、oxidized搭建1.环境准备2.安装步骤3.编辑配置文件4.router.db文件规范5.运行6.
Systemctl
管理Oxidized7.Nginx验证登录三、踩坑总结踩坑1:Unabletorequireopenssl
OpenClouds
·
2023-11-01 18:46
网络知识
网络
自己用服务器搭建网盘,三步轻松搞定,还包括应用测试哦!
二、搭建网盘过程1.安装docker#通过yum源安装dockersudoyum-yinstalldocker#启动dockersudo
systemctl
startdocker#开机自启sudo
systemctl
enabledocker2
z2bns
·
2023-11-01 17:04
其它
个人云盘
nextcloud
服务器
2020-10-30
开启防火墙
systemctl
startfirewalld.service关闭防火墙
systemctl
stopfirewalld.service查看防火墙状态
systemctl
statusfirewalld.service
张汉
·
2023-11-01 16:16
Linux基本网页访问--防火墙、服务管理、selinux强制访问
正常访问外部网络需要进行4部操作操作:1、开启httpd服务
systemctl
restarthttpd2、关闭防火墙服务
systemctl
stopfirewalld3、访问数据库时,需要开启数据库的服务
五岁就很酷
·
2023-11-01 15:09
RHCE
RHCSA
运维中级
linux
apache
运维
服务器
开源
云计算
Centos7 设置登录欢迎信息
准备工作:安装Centos7并且安装ssh服务的虚拟机一台查看ssh服务状态(默认安装)
systemctl
statussshd.service#查看ssh服务状态相关操作命令:
systemctl
restartsshd.service
iCdo_X.
·
2023-11-01 14:31
Linux
ssh
linux
bash
云linux下超详细部署Django前后端分离项目教程
4、然后通过
systemctl
startnginx快速启动,然后使用
systemctl
statusnginx查看状态。
systemctl
start
清香可口柑
·
2023-11-01 13:10
python
Django
nginx
linux
django
nginx
第01章 Linux下MySQL的安装与使用
MySQL的安装与使用1.安装前说明1.1查看是否安装过MySQL如果你是用rpm安装,检查一下RPMPACKAGE:rpm-qa|grep-imysql#-i忽略大小写检查mysqlservice:
systemctl
statusmysqld.service1.2MySQL
星哲最开心
·
2023-11-01 11:23
#
康师傅MySQL从基础到大牛
linux
mysql
centos7搭建LNMP(wordpress)
/bin/bashyuminstall-ymariadb-server
systemctl
enable--nowmariadb#mysql_secure_
joechenyao
·
2023-11-01 09:18
运维
mysql
nginx
运维
linux
systemctl
disable firewalld Failed to disable unit: Access denied
1、问题描述无法禁用firewalld服务[root@controller~]#
systemctl
disablefirewalldFailedtodisableunit:Accessdenied[root
熊博主
·
2023-11-01 09:15
centos
运维
linux
CentOS7搭建WordPress个人博客
1.安装Apacheyum-yinstallhttpd启动httpd
systemctl
starthttpd.service设置开机启动
systemctl
enablehttpd.service安装firewall
Renio
·
2023-11-01 09:11
CentOS7
WordPress
Apache
centos 7 搭建wordpress 网站
apacheyum-yinstallhttpd注意:该方法安装完毕后,Apache配置文件路径为/etc/httpd/conf/httpd.conf可使用命令查看Apache服务状态servicehttpdstatus开启服务
systemctl
starthttpd.service
周龙吉
·
2023-11-01 09:37
apache
linux
centos
Neo4j docker 部署
1开启dockersudo
systemctl
startdocker2拉取镜像源sudodockerpullneo4j#默认latest版本3查看本地镜像,检验是否拉取成功sudodockerimages4
简vae
·
2023-11-01 09:09
Neo4j
neo4j
docker
Linux设置防火墙
1安装iptables作为防火墙yuminstalliptables-services#通过yuminstall命令可以从网上下载安装iptables2停止firewall及其开机不启动
systemctl
stopfirewalld.service
头顶凉凉先生丶
·
2023-11-01 06:17
Linux
linux
centos
服务器
Centos7.6 设置防火墙
Linux中系统-Centos7.6X中设置安全组防火墙1、打开防火墙
systemctl
startfirewalld.service2、关闭防火墙
systemctl
stopfirewalld.service3
何必余生
·
2023-11-01 06:12
Linux
linux
centos
运维
Linux定时任务 Redirecting to /bin/
systemctl
start crond.service
centOS:使用crontab-e//编辑crontab-l//查看定时任务生效运行:先安装;
systemctl
enablecrond
systemctl
startcrond停止:systemcltstopcrond
醉于麦田
·
2023-11-01 06:28
设置防火墙
lptables的服务:firewalld:默认,基于不同的区域做规则iptables:RHEL6使用,基于链表Ip6tablesEbtables2.防火墙的配置方式查看防火墙状态:root@linuxidc-]#
systemctl
statusfirewalld.Service
小野猪都有白菜拱
·
2023-11-01 06:59
linux网络管理
网络
服务器
linux
【无标题】
gitlab服务器cd/opt/上传联合项目8、beautygitclouegirclonegitadd.gitonegitpush安装数据库,完成数据导入上传源码yum-yinstalllftprmirror
systemctl
startmysqld
systemctl
enablemysql
秀吖呀
·
2023-11-01 05:27
github
K8s集群
统一时间:ntpdate(都做)ntpdate-bntp1.aliyun.com*/1****/usr/sbin/ntpdate-bntp1.aliyun.com
systemctl
statusdockervi
秀吖呀
·
2023-11-01 05:27
服务器
linux
运维
部署私有仓库(笔记docker应用)
dockerpulldaocloud.io/library/registry:latestdockerrun--restart=always-d-p5000:5000daocloud.io/library/registry
systemctl
stopfirewalld
systemctl
restartdocker
秀吖呀
·
2023-11-01 05:54
docker
微服务
容器
Linux环境下Java项目部署nginx
-list-ports2、查看防火墙mysql端口:3306的访问权限firewall-cmd--zone=public--query-port=3306/tcp3、查看FirewallD防火墙状态:
systemctl
statusfirewalld4
夕阳下——
·
2023-11-01 04:59
linux
数据库
linux
java
Linux操作系统概述3——进程相关操作讲解(进程概念、xinetd守护进程、进程管理命令)
目录进程的概念程序与进程的关系进程的分类守护进程的分类进程的PID进程的状态xinetd守护进程服务xinetd基本概念xinetd工作原理xinetd相关文件介绍守护进程的管理命令chkconfig命令service命令
systemctl
静下心来敲木鱼
·
2023-11-01 00:05
Linux
linux
服务器
运维
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他