码迷,mamicode.com
首页 >  
搜索关键字:redhat centos 红帽 acl权限 如何查看 设置acl权限    ( 36259个结果
JBoss7.3.0EAP版本安装
JBoss官方新的地址:https://developers.redhat.com/products/eap/download 可以看到已经移到红帽上了,所以没有账号的先注册一下 下载之后发现是个jar包,我们就进行安装一下 非常简单 一直下一步就行 安装之后进入目录,运行bin目录下的standa ...
分类:其他好文   时间:2020-07-06 19:36:14    阅读次数:98
Centos中部署项目(前后端)
后端部署 SpringBoot项目 相关博客:https://blog.csdn.net/weixin_39723544/article/details/82012827 打包项目 类型 jar包 运行: 执行命令: java -jar xx.jar 优点 运行方便,适合运行在服务器的脚本项目 wa ...
分类:其他好文   时间:2020-07-06 16:23:39    阅读次数:50
LNMP架设动态网站
1.安装Nginx 1)使用Nginx官方的yum源 [root@localhost ~]# vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$bas ...
分类:Web程序   时间:2020-07-06 16:18:11    阅读次数:81
wget和yum下载慢,更换阿里镜像源
1.安装wget yum install -y wget 2.完事前都做备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 3.下载阿里云镜像文件 wget -O /etc/yum.repo ...
分类:其他好文   时间:2020-07-06 16:17:29    阅读次数:228
docker的LNMP架构实战
本次操作在Ubuntu18系统下操作,如在Centos系统下安装,命令可能会有区别,但是原理相同 前置条件:已经安装好docker,配置好yum源并且运行。 1.获取Mysql镜像并启动: root@test:/etc/apt# docker pull mysql:5.7 ## -d,--detac ...
分类:其他好文   时间:2020-07-06 15:55:24    阅读次数:68
springboot应用docker部署调用phantomjs出现permission denied修复方法
springboot应用docker部署调用phantomjs出现permission denied修复方法 ...
分类:编程语言   时间:2020-07-06 15:47:31    阅读次数:69
常用 CentOS 命令
CentOS 查询系统配置 # 查看 CPU grep "model name" /proc/cpuinfo | cut -f2 -d: # 查看内存 grep MemTotal /proc/meminfo | cut -f2 -d: 查询系统内核 uname -a 系统升级 使用 yum-cron ...
分类:其他好文   时间:2020-07-06 11:09:33    阅读次数:90
Harbor的简单部署
今天记录一下Harbor的简单部署,因为刚开始接触docker,有很多都不了解,只是照本宣科,请大家多多指教 我的环境是Vmware虚拟机,centos 7.6的操作系统 安装docker环境 因centos自带yum源没有docker,所以增加一个docker的yum源 yum-config-ma... ...
分类:其他好文   时间:2020-07-06 10:59:59    阅读次数:97
centos7关闭防火墙
centos6中防火墙是iptables,centos7中防火墙是firewalld 在centos7中用service iptables status查看防火墙状态会报错 Redirecting to /bin/systemctl status iptables.service Unit ipta ...
分类:其他好文   时间:2020-07-06 10:48:36    阅读次数:94
centos 安装 git
3、卸载低版本git# yum remove git14、依赖库安装# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel# yum install gcc perl-ExtUtils-MakeMaker ...
分类:其他好文   时间:2020-07-06 01:29:17    阅读次数:111
36259条   上一页 1 ... 95 96 97 98 99 ... 3626 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!