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
使用MariaDB数据库管理系统
初始化MariaDB服务[root@localhost~]#yum-yinstallmariadbmariadb-server[root@localhost~]#
systemctl
startmariadb.service
小龙在慢慢变强..
·
2024-01-30 23:23
运维
centos
linux
4-18课堂笔记
[root@nfs01/data1]#
systemctl
startremote-fs.target[root@nfs0
张鑫泽_2109
·
2024-01-30 22:35
idea连接docker
systemd/system/docker.service//加上该段配置允许任何ip访问-Htcp://0.0.0.0:2375-Hunix://var/run/docker.sock//重启docker即可
systemctl
restartdocker
FanZheGOGOGO
·
2024-01-30 22:40
服务器
IDEA相关的
intellij-idea
docker
java
DAB01 构建MySQL服务器、 数据库基本管理 、 MySQL 数据类型
mysql50-mysql57一:安装部署MySQL准备工作(非必须的操作)关闭防火墙(如果有的话)关闭SELinux(如果有的话)如果之前有mariadb,则需要先卸载,并删除对应的配置与数据:]#
systemctl
stopmariadb
mid的博客
·
2024-01-30 22:26
MySQL数据库知识集
构建MySQL服务器
数据库基本管理
MySQL数据类型
openEuler22.0.3安装oracle11.2.0.4报错总结
openEuler是CentOS8系列魔改来的1.xstart无法打开报错x11拒绝转义yuminstall*x11*vi/etc/ssh/sshd_configX11Forwardingyes
systemctl
restartsshd2
久违的太阳
·
2024-01-30 20:17
oracle
troubleshoting
OpenEuler
oracle
wsl-ubuntu 安装 nginx
wsl-ubuntu安装nginx1.安装nginx2.确认nginx启动状态3.重启nginx4.停止nginx1.安装nginxsudoaptinstallnginx2.确认nginx启动状态
systemctl
statusnginx3
engchina
·
2024-01-30 17:51
LINUX
ubuntu
nginx
Centos Cron设置定时任务
这本是很简单的问题,但是我服务器重装系统两次,遇到的问题都不一样,所以记录一下1.首先要确保服务器上有cron服务sudo
systemctl
statuscrond2.设置时区sudotimedatectlset-timezoneAsia
阿波次嘚
·
2024-01-30 11:03
centos
linux
运维
chatgpt搭建
两步搭建大法部署docker环境下载dockercurl-fsSLhttps://get.docker.com-oget-docker.sh安装dockershget-docker.sh运行docker服务
systemctl
startdocker
不远凯里
·
2024-01-30 08:27
chatgpt
docker 修改镜像存储路径
一、当前Docker的存储路径dockerinfo|grep"DockerRootDir"二、停止docker
systemctl
stopdoc
kiss fire --hui
·
2024-01-30 07:14
docker
docker
shell脚本3
bash配置文件一旦用户登录bash,会读取以下四个文件进行个性化配置登录时会进行操作,任何可以执行的命令都可以写进去例如要开启
systemctl
starthttpd可以写入bashrc文件中可以做到开机自启先下载
1126秋刀鱼
·
2024-01-30 04:17
linux
Centos7 单机单网卡安装 OpenStack
本文实际环境vmware虚拟机:网络采用的桥接方式,和我的物理网络在一个网段CPU开启虚拟化虚拟机安装系统后,配置上静态IP,能连接外网就行了,最好是把内核升级到5.19以上1、初始化准备1)关闭防火墙
systemctl
disablefirewalld
systemctl
stopfirewalld
systemctl
disableNetworkManager
systemctl
stopNetworkMa
qq_31292011
·
2024-01-30 03:26
openstack
iptables防火墙
1.简单写一个网页下载nginxsetenforce0
systemctl
stopfirewalld
systemctl
disablefirewalldyuminstallnginx-y启动
systemctl
startnginx
yunduan__
·
2024-01-30 02:03
linux
服务器
运维
Centos纯命令行上配置静态IP
配置静态ip命令:cd/etc/sysconfig/network-scripts/vimifcfg-ens33
systemctl
restartnetwork更改必要的项:...BOOTPROTO=static
LunarCod
·
2024-01-29 22:29
centos
linux
经验分享
ssh 修改端口号 一个ip ssh多个主机
修改端口需修改/etc/ssh/sshd_configsudovim/etc/ssh/sshd_config/Port#Port22删除前面的#,然后修改端口号,如23重启sshsudo
systemctl
restartsshd.service
yvee
·
2024-01-29 21:35
ssh
tcp/ip
网络
远程连接linux服务器上的MySQL数据库(Cent OS 7)
的端口是否对外开放编辑vi/etc/sysconfig/iptables在文本中间插入以下内容-AINPUT-ptcp-mstate–stateNEW-mtcp–dport3306-jACCEPT二、关闭防火墙
systemctl
stopiptables
下一秒想念
·
2024-01-29 20:03
虚拟机实验构建NFS远程共享存储
准备两台虚拟机服务端:nfs-server192.168.231.130客户端:web1192.168.231.131都需先关闭防火墙和selinux
systemctl
stopfirewalldsetenforce0
好不了一点
·
2024-01-29 19:24
linux
服务器
运维
腾讯云服务器搭建MC私服服务端启动后仍然Connection timed out问题
服务器端CentOS8系统mc服务端正常启动服务器控制台25565端口已开放仍然是Connectiontimedout是因为CentOS防火墙没有打开输入指令:
systemctl
statusfirewalld.service
子夜听雨
·
2024-01-29 11:33
踩坑日记
服务器
腾讯云
centos
centos7防火墙firewalld配置
启动
systemctl
startfirewalld停止:
systemctl
stopfirewalld重启:
systemctl
restartfirewalld.service查看状态:
systemctl
statusfirewalld
平凡啊菜
·
2024-01-29 09:32
VMware中CentOS 7解决网络问题
出现了未知的名称和服务的问题:解决方案一在服务中检查VMwareNATService是否开启解决方案二在控制面板中的网络适配器里检查解决方案三检查VMware中的网络适配器解决方案四使用命令重启网络服务sudo
systemctl
restartnetworkps
你小子在看什么……
·
2024-01-29 08:23
Docker
centos
linux
Linux安装jenkins
systemctl
statusjenkins3.修改Jenkins服务配置文件,jdk要根据提示的版本配置对应的jdk版本。vim/u
今朝花落悲颜色
·
2024-01-29 02:25
linux
jenkins
运维
dns正反解析配置
localhost~]#vim/etc/named.conf3、对数据文件修改[root@localhost~]#vim/var/named/baidu4、重启服务[root@localhost~]#
systemctl
restartnamed.ser
夏炎正好眠
·
2024-01-28 22:05
服务器
运维
CentOS虚拟机无法上网
解决方法:在root权限下输入
systemctl
startNetworkManager.service命令。解决问题1之后发现网络中只能设置VPN相关的内容没有有线网络的设置。
迷路的小鹿斑比_Perry
·
2024-01-28 19:17
centos
linux
运维
systemctl
管理mysql5.7
systemctl
管理mysql5.7提示:对于MySQL5.7版本,服务名称通常是mysqld,如果MySQL已经以独立进程形式运行,但你希望将其配置为系统服务运行。
微风轻轻起x
·
2024-01-28 18:28
mysql
docker中无法使用
systemctl
的问题的解决
问题docker里面无法使用
systemctl
root@0d6129fc601a:/#
systemctl
startndpdSystemhasnotbeenbootedwithsystemdasinitsystem
ljyfree
·
2024-01-28 14:40
Linux
虚拟化
docker
ubuntu
MySQL 启动 登录报错Job for mysqld.service failed because the control process exited with error code. See
启动数据库报错Jobformysqld.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"
systemctl
statusmysqld.service"and"journalctl-xe"fordetails
神秘泣男子
·
2024-01-28 09:24
mysql
数据库
ubuntu20.04 关闭/开启图形化界面
#使用root登录suroot关闭用户图形界面sudo
systemctl
set-defaultmulti-user.targetsudoreboot开启用户图形界面。
云原生解决方案
·
2024-01-28 08:40
Linux基础
ubuntu
linux
cenos8.5快速部署开发环境(LAMP)
Apache安装apacheyum-yinstallhttpdhttpd-manualmod_sslmod_perl重启服务,设置自启动
systemctl
starthttpd
systemctl
enablehttpd
etc _ life
·
2024-01-28 07:08
环境部署
数据库
php
apache
Linux 防火墙 firewall-cmd 详解
一、centos7版本对防火墙进行加强,不再使用原来的iptables,启用firewalld1.firewalld的基本使用启动:
systemctl
startfirewalld查状态:
systemctl
statusfirewalld
勇敢的心888
·
2024-01-28 07:48
Centos9使用chrony服务同步时间
chrony命令Centos9里是预安装的,没有安装的话执行以下命令:yuminstall-ychronyCentos9时间同步要使用chrony命令,ntp命令没有了查看状态#启用chronyd服务
systemctl
enablechronyd
会飞的土拨鼠呀
·
2024-01-28 07:53
运维学习笔记
linux
运维
K8S系列文章之 docker配置远程访问
如何配置:有两种方式:第一种(推荐)是使用
systemctl
editdocker来调用文本编辑器修改指定的单元或单元实例,ubuntu默认调用的是n
Coder_Boy_
·
2024-01-28 06:28
kubernetes
docker
容器
Mysql安装
Mysql安装包使用PRM包删除MariaDBsudo
systemctl
stopmariadb#停止服务sudo
systemctl
disablemariadb#禁用开机sudoyumremovemariadb-servermariadb-clientmariadb-develmariadb-libs
Beauty of code
·
2024-01-28 05:14
mysql
数据库
Linux命令-
systemctl
一、
systemctl
命令简介CentOS5使用SysVinit;CentOS6使用Upstart,CentOS7使用Systemd管理守护进程。
bala5569
·
2024-01-28 03:49
linux命令
linux
服务器
Linux之常见的管理命令
目录1.whoami2.hostname3.uname4.date5.alias6.history7.sudo8.
systemctl
9.ps1.whoami作用:显示出当前有效的用户名称语法:whoami
廖彩雲
·
2024-01-28 02:08
linux
运维
服务器
mysql5.7 修改root密码(转载)
Accessdeniedforuser'root'@'localhost'(usingpassword:YES)一般这个错误是由密码错误引起,解决的办法自然就是重置密码解决方案如下:1.停止mysql数据库:
systemctl
stopmysqld2
幻影翔
·
2024-01-28 02:21
Linux之安装Nginx (yum方式)
Linux-安装Nginx(yum方式)Nginx卸载Nginx安装安装报错(未出现则直接跳过)Nginx配置Nginx配置域名映射Nginx卸载按部就班执行下列命令1:停止Nginx软件
systemctl
nginxstop2
一只Black
·
2024-01-28 01:51
nginx
linux
centos
nginx
java
docker
Docker 无法启动 Failed to start LSB: Create lightweight, portable, self-sufficient containers.
$
systemctl
statusdocker.service●docker.service-LSB:Createlightweight,portable,self-sufficientcontainers.Loaded
__walden
·
2024-01-28 00:13
运维
docker
container
Liunx基础-------------------------第十一章网络管理
systemctl
statusNetworkManager查看网络管理程
沉浸月
·
2024-01-28 00:26
网络
Docker下部署mysql8.0,超详细零基础教程!
启动docker
systemctl
startdocker拉取镜像dockerpullmysql:8.0.22查看镜像是否拉取成功dockerimages创建mysql容器#注意\前一定加空格dockerrun
笔记分享
·
2024-01-27 21:57
docker
容器
运维
从零开始:使用 Systemd 管理 Linux 服务的完全指南
从零开始:使用Systemd管理Linux服务的完全指南引言Systemd简介Systemd与SysVinit的主要区别Systemd的核心组件1.
systemctl
2.systemd-journald3
walkskyer
·
2024-01-27 21:23
linux
linux
服务器
网络
docker-compose 搭建 nextcloud + onlyoffice 实现在线编辑,云存储等多项功能。
systemctl
stopfirewalld
systemctl
disablefirewalldsetenforce0cat/etc/selinux/config安装docker和docker-composeyuminstalldockerdocker-compose-y
运维知多少
·
2024-01-27 19:09
k8s
docker
linux
centos
搭建web网站
准备工作#关闭安全软件[root@server~]#setenforce0[root@server~]#
systemctl
stopfirewalld[root@server~]#
systemctl
disablefirewalld
米奇giaogiao屋
·
2024-01-27 15:55
RHCE
服务器
linux
运维
给openlab搭建web网站
1.作业的要求2.访问www.openlab.com网站2.1先准备好相关的包和关闭防火墙等操作mount/dev/sr0/mnt///先挂载yuminstallhttpd-y//下载htppd
systemctl
stopfirewalld
苏雨鱼
·
2024-01-27 14:46
服务器
linux
centos
K8S-环境配置
2core4G10.0.0.102node2节点2core4G10.0.0.103node3节点2core4G10.0.0.104一、master组件部署yum-yinstalletcd#部署etcd组件
systemctl
startetcd
-南柯一梦
·
2024-01-27 14:53
docker
linux
centos
docker (56) Recv failure: Connection reset by peer
Docker出现标题所示的错误时,先根据步骤进行排除第一步:检查防火墙是否关闭
systemctl
statusfirewalld检查防火墙状态
systemctl
disablefirewalld永久关闭防火墙第二步
修勾勾L
·
2024-01-27 13:51
docker
docker
容器
运维
Linux虚拟机ip地址默认连接127.0.0.1地址问题
执行:
systemctl
stopNetworkManagerifupens33
systemctl
startNetworkManager通过ipaddr获取IP地址通过查看的IP地址进行连接
IT界的_彭于晏_
·
2024-01-27 10:58
linux
linux下的nginx相关配置练习
[root@localhost~]#
systemctl
stopfirewalld.service#关闭防火墙[root@localhost~]#setenforce0#关闭selinux[root@localhostwww
夏天的海!
·
2024-01-27 09:38
linux
nginx
运维
ubuntu 22.04 安装redis并设置远程连接
ubuntu22.04安装redis并设置远程连接1、基础安装更新包:sudoaptupdate安装redis:sudoaptinstallredis-server安装完毕后会自动启动,查看状态:sudo
systemctl
statusredis-server
觉皇嵌入式
·
2024-01-27 07:18
Linux
ubuntu
redis
linux
docker容器启动后修改或添加端口 nacos容器 版本2.x需要额外开放9848、9849
1.输入dockerps-a查看需要修改的容器ID:记录下、dockerps-a2.停止docker
systemctl
stopdocker3.进入docker容器文件夹,找到对应容器的位置:docker
昵称总是必填
·
2024-01-27 06:32
RuoYi微服务
java
spring
cloud
docker
容器
Xshell连接Linux虚拟机显示SSH服务器拒绝访问解决方案
Xshell连接Linux虚拟机日志尝试用Xshell连接linux虚拟机的时候显示SSH服务器拒绝连接,原本以为是linux系统配置的问题,尝试把防火墙关闭:
systemctl
stopfirewalld.service
BeJav
·
2024-01-27 05:36
服务器
ssh
linux
Ubuntu 22.04 安装tomcat
更新软件包首先是更新软件包,这是最常规的操作sudoaptupdate然后是开始安装,不多一会就可以安装好了sudoaptinstalltomcat9然后看一下状态sudo
systemctl
statustomcat9
_长银_
·
2024-01-27 04:18
ubuntu
linux
tomcat9
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他