码迷,mamicode.com
首页 >  
搜索关键字:rad hat    ( 4798个结果
CentOS7 增加tomcat 启动,停止,使用systemctl进行配置
1,centos7 使用 systemctl 替换了 service命令 参考:redhat文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_wit...
分类:其他好文   时间:2015-08-18 16:51:38    阅读次数:118
linux 下安装mysql5.6 -bundle.tar
1. 下载MySQL 5.6? 下载页面:http://dev.mysql.com/downloads/mysql/ 此处选择“Red Hat Enterprise Linux 6 / Oracle Linux 6 (x86, 32-bit), RPM Bundle”下载,下载至/root/Downloads/目录下,下载文件名为“...
分类:数据库   时间:2015-08-18 12:22:58    阅读次数:220
Red Hat Enterprise 6.4安装Oracle 11gR2
ByToperLv2015.8.16平时在网上查阅各种文档的过程中,大家可能都有过类似的经历。一份文档,没有描述文档作者的实验环境,亦或对实验环境描述不清晰。所以,一旦按文档内容操作出错,大家很难判断问题的原因在于环境不一样,还是自己操作过程中出错。,本人自然也避免不了以上..
分类:数据库   时间:2015-08-17 12:15:19    阅读次数:163
在RHEL6中配置YUM源
1 创建rhel-debuginfo.repo,如果有则先备份再删除 cd /etc/yum.repos.d rm rhel-debuginfo.repo vi rhel-debuginfo.repo 插入以下内容: [Server] name=Red Hat Enterprise Linux Server baseurl=file:///home/redhat-iso #本地i...
分类:其他好文   时间:2015-08-17 10:12:46    阅读次数:171
HDU 1247 Hat’s Words(字典树)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1247 题意:输入一些单词,输出这些单词中可以由其他2个单词构成的单词。 思路:暴力+字典树 代码 #include #include #include #include #include #include #include using namespace...
分类:其他好文   时间:2015-08-16 15:15:27    阅读次数:129
500 OOPS: cannot change directory:/root
安装完red hat enterprise linux 5后,ftp不能使用root用户,将/etc/vsftpd/ftpusers和/etc/vsftpd/user_list两个文件中的root注释掉,就是在root前加个#,再运行ftp结果报错 500 OOPS:cannot change directory:/root 500 OOPS: child died     ...
分类:其他好文   时间:2015-08-16 13:51:56    阅读次数:243
RPM包制作方法
一、RPM介绍 RPM 前是Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red Hat 贡献出来的软件包管理;现在应为RPM Package Manager的缩写。在Fedora、Redhat、Mandriva、SuSE、YellowDog等主...
分类:其他好文   时间:2015-08-15 00:13:25    阅读次数:183
Red Hat Linux 学习笔记
linux 文件系统是采用级层树状的目录结构,采用"/"根目录的方式 目录结构: / 根目录 ? ? ? ? ? ?|---root: 存放root用户相关的文件 ? ? ? ? ? ?|---home: 存放普通用户的相关文件 ? ? ? ? ? ?...
分类:系统相关   时间:2015-08-14 11:55:21    阅读次数:138
hdu 1247 Hat’s Words Trie树(+测试数据)
Hat’s WordsTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1247DescriptionA hat’s word...
分类:其他好文   时间:2015-08-13 17:49:43    阅读次数:105
Redhat下如何搭建NFS
环境:OS:Red Hat Linux As 5服务器ip:192.168.50.199客户端ip:192.168.50.2001.服务器上创建共享目录同时修改权限mkdir /bak1/nfs_archivelog01chmod -R 777 /bak1/nfs_archivelog01/2.编辑...
分类:其他好文   时间:2015-08-13 11:42:48    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!