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
进程的查看,kill杀进程
top中的loadaverage显示服务器1515分钟内的平均负载image.pngimage.png端口被占原因是nginx和httpd服务使用同一个端口80先查看80端口是谁在占用lsof-i:80
systemctl
rt
linux_python
·
2024-01-23 17:13
docker 安装的redis无法远程连接
试了很多方法,重装redis都没有,最后重启了docker服务生效了sudo
systemctl
restartdocker
fun. 逗~
·
2024-01-23 15:09
docker
springboot 电商+支付项目部署
将java-jar命令制作成服务,mall.service和pay.service存放路径:cd/etc/systemd/system修改.service文件之后必须重新加载daemon
systemctl
daemon-reload
fun. 逗~
·
2024-01-23 15:09
spring
boot
后端
java
docker以及docker-compose命令
docker-v:显示版本信息-h:帮助命令
systemctl
restartdocker:重启dockerimages:列出本地安装的镜像pull镜像名:版本号(不写为最新版latest):拉取镜像search
weixin_48788232
·
2024-01-23 15:05
docker
容器
运维
部署LNP+Redis、创建Redis集群、连接集群、集群工作原理
nginx服务,并配置可以解析php脚本在64主机运行redis服务,并允许在127地址连接服务[root@redis64~]#yum-yinstallredis#安装软件[root@redis64~]#
systemctl
startredis
it_zhenxiaobai
·
2024-01-23 14:40
java
开发语言
MySQL主从复制
准备环境#防火墙selinux
systemctl
stopfirewalld--now&&setenforce0#修改主机名:hostnamectlset-hostname名字tip:vim/etc/sysconfig
咸鱼玮
·
2024-01-23 11:50
mysql
adb
数据库
linux
服务器
运维
jpress网站搭建
cpuinfo(检查CPU频率是否正常)top(按1检测CPU核数是否正常,内存大小是否正常)ifconfig(检查网卡设置是否正确)pingwww.baidu.com(检查网络是否正常)2,关闭防火墙
systemctl
stopfir
saddhu.
·
2024-01-23 09:19
linux
jpress
tomcat
从零开始:Ubuntu Server中MySQL 8.0的安装与Django数据库配置详解
Ubuntu系统纯净安装MySQL8.01、安装Mysql8.0sudoaptinstallmysql-server2、检查MySQL状态sudo
systemctl
statusmysql如下所示看见Active
轻编程
·
2024-01-23 09:43
Django
python
数据库
ubuntu
mysql
阿里云私有仓库
dockersudotee/etc/docker/daemon.json<<-'EOF'{"registry-mirrors":["https://79ivfyvc.mirror.aliyuncs.com"]}EOFsudo
systemctl
daemo
黑客不黑_
·
2024-01-23 09:29
k8s集群异常恢复
采用的是单master节点+两个从节点部署,我针对单master情况进行恢复说明场景一:正常开关虚拟机,可直接重启kubelet进行恢复1、1、一般重启后三个节点都需要检查,输入命令检查kubelet:
systemctl
statuskubelet2
Grey_fantasy
·
2024-01-23 08:34
kubernetes
linux
容器
nginx+阿里云服务器公网ip不能访问
1.首先排查配置文件是否正确nginx-t2.在阿里云控制台,安全组内添加nginx的端口规则3.检查防火墙
systemctl
statusfirewalld.service4.查看nginx运行状态
systemctl
statusnginx
天黑前最后的余辉
·
2024-01-23 06:39
问题解决
linux
nginx
centos
Ubuntu断网,无网络设置图标
NetworkManager.stateserviceNetworkManagerstartsudovim/etc/NetworkManager/NetworkManager.conf将managed=false修改为managed=truesudo
systemctl
restartsy
征的帅
·
2024-01-23 05:22
ubuntu
服务器
运维
Ubuntu安装OpenSSH让向日葵可以远程控制
XRDP的安装不介绍了,主要是服务启动1、服务重启:
systemctl
xrdprestart出现active(running)则为在运行2、增加桌面启动:sudogedit/
芯片-嵌入式
·
2024-01-23 03:58
ubuntu
服务器
linux
远程桌面控制
CentOS7 MySQL / Redis 开机启动
mysql.server/etc/init.d/mysqld#给执行权限[root@localhost~]#chmod+x/etc/init.d/mysqld#设置开机自启[root@localhost~]#
systemctl
8090的大叔
·
2024-01-23 01:57
Linux 安装k8s 我自己的宝藏
一、kubernetes安装1、安装前置环境(都执行)1、基础环境所有机器执行以下操作:#关闭防火墙:如果是云服务器,需要设置安全组策略放行端口
systemctl
stopfirewalld
systemctl
disablefirewalld
小羊的风火轮冒烟啦
·
2024-01-23 01:59
linux
运维
服务器
vmware 安装Rocky-9.3系统
远程登陆vi/etc/ssh/sshd_config找到以下内容:#PermitRootLoginprohibit-password添加:PermitRootLoginyes2、保存退出重启SSH服务
systemctl
restartsshd
会飞的土拨鼠呀
·
2024-01-22 22:31
运维学习笔记
linux
容器
云原生
通过两台linux主机配置ssh实现互相免密登入
一1.使用Xshell远程连接工工具生成公钥文件2.生产密钥参数3.生成公钥对4.用户密钥信息5.公钥注册二1.关闭服务端防火墙---
systemctl
stopfirewalld2.检查是否有/root
一个哒布_刘
·
2024-01-22 17:19
linux
运维
服务器
web搭建和nfs
[root@localhost~]#
systemctl
stopfirewalld[root@localhost~]#setenforce0[root@localhost~]#vim/etc/nginx/
一个哒布_刘
·
2024-01-22 17:18
前端
VirtualBox的Centos上安装GNOME桌面完整教程
运行以下命令:yum-yinstallepel-releaseyumgroupinstall"GNOMEDesktop"
systemctl
isolategraphical.target
systemctl
set-defaultgraphical.targetyum-yinstallepel-release
村口曹大爷
·
2024-01-22 17:44
centos
linux
运维
linux安装nginx,配置系统文件,配置
systemctl
命令,亲测可用,
先安装gcc-c++编译器yuminstallgcc-c++yuminstall-yopensslopenssl-devel安装pcre包yuminstall-ypcrepcre-devel安装zlib包yuminstall-yzlibzlib-devel在/usr/local/创建nginx文件mkdir/usr/local/nginx进入nginx目录cd/use/local/nginx下载n
秋秋秋秋秋雨
·
2024-01-22 16:42
linux
linux
nginx
python
第四次作业
[root@localhost~]#
systemctl
stopfirewalld[root@localhost~]#setenforce01.安装bind[root@localhost~]#yuminst
22个小辣椒
·
2024-01-22 16:10
ssh
运维
java大数据hadoop2.9.2 Linux安装mariadb和hive
yumremovemariadbrm-rf/etc/my.cnfrm-rf/var/lib/mysql才能完全删除3、安装mariadb在线网络安装yuminstall-ymariadb-server开启服务
systemctl
startma
crud-boy
·
2024-01-22 14:26
java大数据
大数据
linux
mariadb
mysql无法开启服务端mysqld.service
centOS虚拟机中安装了mysql,今日准备启动做一些测试#开启mysqlserver
systemctl
startmysql.service报错:Jobformysqld.servicefailedbecauseatimeoutwasexceeded
不疯魔不成活q1
·
2024-01-22 13:23
mysql
mysql
centos
数据库
kubeadm安装
2核(vCPU),2GiB,CentOS7.964位(1台master,2台node)Docker版本:24.0.7Kubernetes:1.28.2安装Kubernetes1、初始化操作#关闭防火墙
systemctl
stopfirewalld
systemctl
disablefirewalld
janthinasnail
·
2024-01-22 12:22
kubernetes
Liunx(ubuntu)环境下FTP安装
1.FTP安装1.安装#yuminstall-yvsftpd#mkdir/home/vsftpd2.启动#
systemctl
startvsftpd.service3.查看端口是否启动成功#ss-anp|
不愿减肥的小胖子
·
2024-01-22 11:20
linux
运维
服务器
ubuntu
systemctl
restart network重启网络失败报错:RTNETLINK answers: File exists
一次修改本机网卡配置中的固定ip地址后,重启网络(
systemctl
restartnetwork)报错:RTNETLINKanswers:Fileexists通过journalctl-xe查看相关日志对于
qq_24699905
·
2024-01-22 10:53
linux
linux
文章目录centos常用命令service:服务管理
systemctl
unitsourceyumaptwgetcurlrpmwin下docker中安装centoscentos8更新源centos8安装python3.10centos8
Uranus_user
·
2024-01-22 10:20
Linux
linux
运维
服务器
RHCE作业
配置:1,关闭防护墙,关闭selinux[root@nodel~]#
systemctl
stopfirewalld[root@nodel~]#setenforce0[root@nodel~]#getenforcePermissive2
tan &
·
2024-01-22 09:56
centos
linux
运维
RHCE作业
192.168.109.1322,修改ssh服务的端口号[root@server~]#vim/etc/ssh/sshd_config关闭服务端的防火墙和getenforce[root@server~]#
systemctl
stopfirewalld
tan &
·
2024-01-22 09:25
服务器
linux
网络
二进制部署K8S集群
初始化设置服务器关闭防火墙]#
systemctl
stopfirewalld]#
systemctl
disablefirewalld关闭selinux]#sed-i's/enforcing/disabled
Marco_pei
·
2024-01-22 07:00
k8s
kubernetes
在CentOS 7中wordpress的HTTPD方式部署
mysql-uroot-p123456MariaDB[(none)]>createdatabasewordpress;MariaDB[(none)]>showdatabases;[root@db1~]#
systemctl
starthttp
守丘
·
2024-01-22 07:26
CentOS
7
centos
linux
运维
linux上设置自启动jar程序
一、docker部署1、
systemctl
enabledocker设置docker开机自启2、容器中加上restart=always设置程序自启二、jar包部署1、在控制台输入vim/etc/init.d
roouzenn
·
2024-01-22 06:10
linux
运维
服务器
Linux命令行与shell脚本编程大全(基础介绍)
1、介绍,用法,实用2、/etc/inittab运行级别
systemctl
set-defaultTARGET.target3、桌面环境:xwindow,kde,gnome4、ls-F//区分目录和文件的输出
SkTj
·
2024-01-22 03:38
NGINX网站服务
桥接模式连接到以太网查看地址测试pingwww.baidu.com使用远程连接做如下实验:关闭防火墙
systemctl
stopfirewalldsetenforce0sestatus安装服务yuminstallgcc-c
X.cc
·
2024-01-22 00:16
linux
linux
CentOS搭建Apache
yum-yinstallhttpd*//安装Apache服务程序(apache服务的软件包名称叫做httpd)rpm-qa|grephttpd--查看安装的http包sudo
systemctl
starthttpd.service
handle_d717
·
2024-01-21 20:35
配置DNS主从服务器,实现真反向解析
主服务器[root@bogon~]#
systemctl
stopfirewalld.service#关闭防火墙[root@bogon~]#setenforce0#关闭selinux[root@bogon~
CvtNhso
·
2024-01-21 19:05
服务器
linux
运维
openEuler安装KVM
1、关闭防火墙和selinux[root@localhost~]#
systemctl
stopfirewalld[root@localhost~]#setenforce02、下载软件包libvirt:用于管理虚拟化平台的开源的
洋洋v风大不大∃
·
2024-01-21 16:17
KVM
服务器
linux
运维
Linux常见命令大全,仅此一篇就够了
hostnamectlset-hostnameserver[root@localhost~]#reboot[root@server~]#setenforce0#重新关闭selinux修改安全项[root@localhost~]#
systemctl
stopfirewalld
元气满满的热码式
·
2024-01-21 15:55
linux
服务器
运维
idea连接docker连不上
1、检查服务器的防火墙关了没
systemctl
statusfirewalld2、如果防火墙没关,关闭防火墙
systemctl
stopfirewalld3、虽然第二步关闭了防火墙,但是开机后仍会重启,需要永久关闭输入如下代码
倒在程序员大门前
·
2024-01-21 10:28
intellij-idea
docker
运维
idea连接docker失败问题解决
systemd/system/docker.service#在ExecStart后追加以下两个-Htcp://0.0.0.0:2375-Hunix://var/run/docker.sock#重启docker
systemctl
daemon-reload
systemctl
restartdocker
橙子橙
·
2024-01-21 10:57
docker
docker
idea
systemctl
命令的使用
一、简介
systemctl
命令是RHEL7上新的系统服务管理指令,其将此前service和chkconfig两个命令组合在一起。
小尛酒窝
·
2024-01-21 08:24
docker 常见故障(五十个)
Docker是一种相对使用较简单的容器,我们可以通过以下几种方式获取信息:1、通过dockerrun执行命令,或许返回信息2、通过dockerlogs去获取日志,做有针对性的筛选3、通过
systemctl
statusdocker
old_GGB
·
2024-01-21 08:27
云原生
docker
容器
运维
Docker 47 个常见故障的原因和解决方法
Docker是一种相对使用较简单的容器,我们可以通过以下几种方式获取信息:1、通过dockerrun执行命令,或许返回信息2、通过dockerlogs去获取日志,做有针对性的筛选3、通过
systemctl
statusdocker
知白守黑V
·
2024-01-21 07:15
云计算
Docker
系统运维
eureka
云原生
docker
Docker安装
Prometheus
docker快速下载并且部署minio容器
docker命令行:curl-fsSLhttps://get.docker.com|bash-sdocker--mirrorAliyun这里选用阿里云作为下载镜像速度更快第二步:开启docker容器命令为:
systemctl
startdocker
啄sir.
·
2024-01-21 06:48
docker
容器
linux
Hadoop3完全分布式搭建
一、第一台的操作搭建修改主机名使用hostnamectlset-hostname修改当前主机名关闭防火墙和SELlinux1,使用
systemctl
stopfirewalld
systemctl
disablefirewalld
三木一立
·
2024-01-21 05:54
大数据
分布式
php
开发语言
Nginx + supervisor + uwsgi + flask 部署笔记
sudoyuminstallnginxsudoyuminstallsupervisorpip3installuwsgi#uwsgi是个命令行工具,不需要在每个python虚拟环境安装nginx相关命令sudo
systemctl
startnginxsudo
systemctl
restartnginxsudo
systemctl
stopnginxsudo
mocobk
·
2024-01-21 02:44
Docker 47 个常见故障的原因和解决方法
Docker是一种相对使用较简单的容器,我们可以通过以下几种方式获取信息:1、通过dockerrun执行命令,或许返回信息2、通过dockerlogs去获取日志,做有针对性的筛选3、通过
systemctl
statusdocker
LinkSLA
·
2024-01-21 00:21
eureka
云原生
总结一下利用Jedis连接redis连接不上的解决办法
1.先查看防火墙状态firewall-cmd--state2.停止防火墙
systemctl
stopfirewalld.service3.禁止firewall开机启动
systemctl
disablefirewalld.service
web15185420056
·
2024-01-20 23:28
java
java
后端
docker修改端口映射
停止docker服务
systemctl
stopdockerdocker修改映射端口进入/var/lib/docker/containers目录,根据容器id进入对应的文件夹里面,打开hostconfig.json
(「・ω・)「嘿 猪宝
·
2024-01-20 21:40
精品代码
docker
gitlab
eureka
LNMP部署
cpuinfo(检查CPU频率是否正常)top(按1检测CPU核数是否正常,内存大小是否正常)ifconfig(检查网卡设置是否正确)pingwww.baidu.com(检查网络是否正常)2,关闭防火墙
systemctl
stopfir
saddhu.
·
2024-01-20 18:01
linux
lnmp
php
mysql
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他