码迷,mamicode.com
首页 >  
搜索关键字:mount 自动挂载 centos    ( 34922个结果
ORA-00119和ORA-00132报错
在解决ORA-01034和ORA-27101中遇到 Sqlplus /nolog Conn /as sysdba Startup mount 如果报错ORA-00119和ora-00132 00119就是oracle没有启动! 找到一个文件夹:pfile;每个人安装oracle的路径不一样 这个文件 ...
分类:其他好文   时间:2021-01-02 11:14:47    阅读次数:0
CentOS更改时区
Centos在安装的时候如果是自动安装,默认的失去并不是中国时区时间需要修改。 检查现在的时区 [root@localhost ~]# timedatectl Local time: Tue 2020-03-31 16:35:23 CST Universal time: Tue 2020-03-31 ...
分类:其他好文   时间:2021-01-02 11:14:30    阅读次数:0
VMware虚拟机Linux配置固定ip地址(Centos7)
虚拟机版本为Centos7 1.查看VMware分配的子网(NAT) 进入虚拟机,点击左上角编辑->虚拟网络编辑器点开之后: 2.修改配置文件 cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 这是已经配置好的文件,相较于原文件,有两个需要修改和四 ...
分类:系统相关   时间:2021-01-02 11:03:38    阅读次数:0
Centos设置阿里云yum源
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:其他好文   时间:2021-01-01 12:02:48    阅读次数: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
vmware安装centos
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像![image.png](http://192.168.75.137:8090/upload/2020/12/image-2bae7d7c12e0490cb32972 ...
分类:系统相关   时间:2020-12-31 12:28:14    阅读次数:0
CentOS 搭建 SVN 服务器 及使用教程
1、搭建SVN服务器。 2、创建SVN仓库。 3、修改SVN仓库的配置文件。 ...
分类:其他好文   时间:2020-12-30 10:59:16    阅读次数:0
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test”
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test” 问题说明 个人安装的是 redis-5.0.4,在解压目录下执行完 make 命令后,在 src/ 目录下执行 make test命令 的 ...
分类:其他好文   时间:2020-12-30 10:54:18    阅读次数:0
查看 Linux 系统服务的 5 大方法
查看Linux系统服务的5大方法良许良许Linux2Linux系统服务有时也称为守护程序,是在Linux启动时自动加载并在Linux退出时自动停止的系统任务。在本文中,良许将为大家介绍如何列出Linux系统里所有运行的服务,以及如何检查某个服务的当前状态。Centos/RHEL7.X的systemd系统服务查看CentOS7.x开始,CentOS开始使用systemd服务来代替daemon,原来管
分类:系统相关   时间:2020-12-29 11:49:55    阅读次数:0
前端实现定时任务
<template> <section> <h1>hello world~</h1> </section> </template> <script> export default { data() { return { timer: '', value: 0 }; }, methods: { get ...
分类:其他好文   时间:2020-12-29 11:36:07    阅读次数:0
34922条   上一页 1 ... 39 40 41 42 43 ... 3493 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!