会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MoStart
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2019年6月10日
install oracle
摘要: centos7 安装oracle 11g数据库 一.准备软件 1.linux centos 7 2.linux.x64_11gR2_database_1of2 3.linux.x64_11gR2_database_2of2 4.jdk-8u171-linux-x64.tar.gz 二,安装java
阅读全文
posted @ 2019-06-10 15:40 MoStart
阅读(243)
评论(0)
推荐(0)
2019年4月14日
记一次ORACLE无法启动登陆事故
摘要: 打开XSHELL 登陆ORACLE用户 1.sqlplus scott/scott 提示登陆失败 2.sqplus / as sysdba 启动数据库提示 3.查找日志 操作日志:$ORACLE_HOME/startup.log 启动日志:$ORACLE_BASE/diag/rdbms/ora11g
阅读全文
posted @ 2019-04-14 14:54 MoStart
阅读(837)
评论(0)
推荐(0)
2019年3月21日
安装rlwrap-0.37.tar.gz
摘要: 1.解压下载好的rlwrap文件 [root@wangliping tool]# tar -zxvf rlwrap-0.37.tar.gz 2.进入解压好的文件[root@wangliping tool]# cd rlwrap-0.37 3.检查配置[root@wangliping rlwrap-0
阅读全文
posted @ 2019-03-21 22:00 MoStart
阅读(1873)
评论(0)
推荐(1)
2019年3月15日
centos7 安装oracle 11g数据库
摘要: 1.新建oracle用户 groupadd oracle useradd -g oracle oracle .修改操作系统核心参数 在Root用户下执行以下步骤: 1)修改用户的SHELL的限制,修改/etc/security/limits.conf文件 输入命令:vi /etc/security/
阅读全文
posted @ 2019-03-15 11:14 MoStart
阅读(1671)
评论(0)
推荐(0)
2018年5月5日
centos 7 安装mariadb
摘要: 系统:centos 7 数据库版本:mariadb 10.2.14.tar.gz 1.删除CentOS7 默认数据库配置文件 2.卸载系统自带mariadb-libs 3 安装相关包 https://segmentfault.com/a/1190000009909776 4.安装JDK 添加环境变量
阅读全文
posted @ 2018-05-05 16:49 MoStart
阅读(501)
评论(0)
推荐(0)
2018年5月2日
centos7 lamp
摘要: yum install libmcrypt libmcrypt-devel mcrypt mhash zlib zlib-devel libpng libpng-devel freetype freetype-devel php-gd pcre-develcmake bison
阅读全文
posted @ 2018-05-02 22:27 MoStart
阅读(140)
评论(0)
推荐(0)
2018年4月26日
Linux安全之SSH 密钥创建及密钥登录
摘要: 1.首先进入Linux系统的用户目录下的.ssh目录下,root用户是/root/.ssh,普通用户是/home/您的用户名/.ssh,我们以root用户为例: 2. 执行ssh-keygen命令创建密钥对 密钥生成后会在当前目录下多出两个文件,id_rsa和id_rsa.pub,其中id_rsa是
阅读全文
posted @ 2018-04-26 16:04 MoStart
阅读(33292)
评论(0)
推荐(1)
Centos7-安装telnet服务
摘要: 1.执行安装语句 yum -y install telnet-server.x86_64 yum -y install telnet.x86_64 yum -y install xinetd.x86_64 2.设置开机自启: systemctl enable xinetd.service syste
阅读全文
posted @ 2018-04-26 11:14 MoStart
阅读(1887)
评论(0)
推荐(0)
2017年4月30日
Rsync+unison双向文件同步
摘要: 1.配置RSYNC服务器的同步源: 基于SSH同步源 rsync -avz /server/rsyncd/* chen@172.16.23.204:/client/rsyncd 基于RSYNC同步源 /etc/rsyncd.conf address = 172.16.23.203 port 873
阅读全文
posted @ 2017-04-30 15:22 MoStart
阅读(1394)
评论(0)
推荐(0)
2017年4月18日
linux 邮件服务器—Extmail
摘要: 环境: Centos 6.5 :172.16.9.13 (DNS 服务器) Centos 6.5: 172.16.9.11 (postfix 邮件服务器) 安装软件: yum -y install postfix (安装MDA)
阅读全文
posted @ 2017-04-18 16:55 MoStart
阅读(251)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告