码迷,mamicode.com
首页 >  
搜索关键字:centos版本    ( 422个结果
在centos6.5下PHP5.4升级到5.5
升级原因:为了在本地安装跟公司测试服一样的服务器环境,需要把本地PHP版本从5.4升级到5.5。 操作步骤: 1. 查看当前centos版本 [root@localhost ~]# cat /etc/redhat-release 2. 根据当前centos版本,更换对应版本的RPM 源(软件仓库) ...
分类:Web程序   时间:2021-06-21 20:30:16    阅读次数:0
VM CentOS 安装Docker
首先在VM上安装好CentOS,我安装了CentOS 8 版本,接下来使用Docker官网安装方法https://docs.docker.com/engine/install/centos/,不过安装中出现了一些问题,一一解决。 1、安装过先卸载docker sudo yum remove dock ...
分类:其他好文   时间:2021-06-16 17:47:55    阅读次数:0
CentOS7 设置系统时间
###本博客非原创,来源于https://www.cnblogs.com/k98091518/p/6991614.html ### 在CentOS 6版本,时间设置有date、hwclock命令, 硬件时钟和系统时钟 (1) 硬件时钟 RTC(Real-Time Clock)或CMOS时钟,一般在主 ...
分类:其他好文   时间:2021-06-02 18:25:11    阅读次数:0
win10下安装Centos8.3
1. 相关版本 项目 版本号 windows版本 win10(19041.928) vmware版本 15.02 centos版本 CentOS-8.3.2011 2. 安装步骤 2.1 使用VMware新建虚拟机功能创建虚拟机 2.2 选择【典型(推荐)】进行创建 2.3 选择【稍后安装操作系统】 ...
分类:Windows程序   时间:2021-05-24 06:33:47    阅读次数:0
linux 常用的命令
查看所有用户任务计划 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} 查看设备的挂载情况 lsblk lsblk -f 查看rhel或centos版本 cat /etc/redhat-release 查看最后登陆信息 las ...
分类:系统相关   时间:2021-04-20 15:45:36    阅读次数:0
CentOS7 root 用户正确密码提示:“sorry,that didn't work.please try again”
问题描述:CentOS 7.9版本 root用户密码输入正确,出现错误密码提示:“sorry,that didn't work.please try again” 解决方案 一,创建普通用户,以前通用户登录 打开终端:输入命令 sudo passwd root 然后输入旧密码,新密码,再确认新密码( ...
分类:其他好文   时间:2021-02-15 12:37:10    阅读次数:0
消除警告 writing to an object of type ‘class XXOO’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
公司的C++工程迁移到了Centos8上面。现进行警告消除。发现如下警告。觉得挺有意思的记录一下。 Centos版本: cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) Gcc版本: gcc --versiongcc (GCC) ...
分类:数据库   时间:2021-02-15 11:58:50    阅读次数:0
linux 查看操作系统
一、linux下如何查看已安装的centos版本信息: 1.Linux查看当前操作系统版本信息 cat /proc/version Linux version 2.6.32-696.el6.x86_64 (mockbuild@c1bm.rdu2.centos.org) (gcc version 4. ...
分类:系统相关   时间:2021-01-30 11:41:40    阅读次数:0
centos mongodb 安装
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:数据库   时间:2021-01-01 12:00:13    阅读次数:0
Centos7离线安装Redis
Centos7离线安装Redis 参看linux版本信息, # cat /etc/centos-release CentOS Linux release 7.2.1511(Core) 注:CentOS版本要与gcc版本对应 一、安装gcc 1.1建立文件夹/usr/local/gcc 用于存放下载的 ...
分类:其他好文   时间:2020-11-10 10:54:16    阅读次数:5
422条   1 2 3 4 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!