码迷,mamicode.com
首页 >  
搜索关键字:centos crontab not found    ( 38949个结果
centos 安装eclipse
在eclipse官网下载eclipse的linux版本(此处省略下载过程),我下载的是eclipse-jee-indigo-SR2-linux-gtk.tar.gz,下面是安装过程:   1.sudo mv eclipse-jee-indigo-SR2-linux-gtk.tar.gz /opt/ 把文件移动到/opt/目录下(如果开始就放在/opt下面的就省略此步);   2.tar -zx...
分类:系统相关   时间:2014-05-10 10:03:39    阅读次数:367
NBUT The Sum of F(x) and G(x)
问题描述 When Deathmoon played MC game, he faced a math problem. When he found a ancient tomb and came in, he found two polynomials f(x) and g(x) no the wall, only did he calculate f(x) + g(x) correctly ...
分类:其他好文   时间:2014-05-10 09:57:54    阅读次数:300
MySQL DB 主从复制之SSL
需求架构准备工作主从服务器时间同步# 主从服务器同时配置crontab任务,与NTP服务器同步时间即可*/5 * * * * ntpdate 172.16.0.1 &>/dev/null部署配置主库配置vi /etc/my.cnf server-id = 1 # 在复制架构中,需保持全局唯一 ...
分类:数据库   时间:2014-05-07 18:47:42    阅读次数:509
让centos 支持中文 转
开始我用java测试移动文件的时候,wins都可以,当放到centos上的时候就无法移动文件了;最后发现时由于安装英文版的系统不支持中文,出现中文文件名乱码,所以移动不了;下面操作时在centos上安装中文支持:1)先下载并安装两个语言包:fonts-chinese-3.02-12.el5.noar...
分类:其他好文   时间:2014-05-07 17:33:18    阅读次数:382
CentOS 5.5 --学习(1)
一、解决浏览器乱码问题:用yum 安装yum-yinstallfonts-chineseyum-yinstallfonts-ISO8859-2-75dpiCentOS系统安装完成后,重新启动即可。(我只为了解决浏览器中乱码问题,所以只用了这一步,重新启动后不乱码了)
分类:其他好文   时间:2014-05-07 09:42:02    阅读次数:267
Centos6.5下Oracle 11g R2安装过程
Centos6.5下Oracle 11g R2安装过程...
分类:数据库   时间:2014-05-07 07:56:34    阅读次数:806
CentOS 6 安装最新的 Redis 2.8 ,安装 TCMalloc
1,遇到的问题就是 redis 2.8 版本依赖 Google 的 TCMalloc TCMalloc(Thread-Caching Malloc)是google开发的开源工具──“google-perftools”中的成员。与标准的glibc库的malloc相比, TCMalloc在内存的分配上效率和速度要高得多,可以在很大程度上提高MySQL服务器在高并发情况下的性能,降低系统负载...
分类:其他好文   时间:2014-05-07 05:41:35    阅读次数:344
codechef Johnny and the Beanstalk 题解
One evening Johnny found some funny looking beens in his grandfather's garden shed, and decided to plant one of them. Next morning, to his surprise he found an enormous beanstalk growing in his back y...
分类:其他好文   时间:2014-05-07 05:17:42    阅读次数:303
Leetcode:Search in Rotated Sorted Array
Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You are given a target value to search. If found in the array retur...
分类:其他好文   时间:2014-05-06 19:03:11    阅读次数:365
centos下编译安装LNMP环境
自PHP-5.3.3起,PHP-FPM加入到了PHP核心,编译时加上--enable-fpm即可提供支持。PHP-FPM以守护进程在后台运行,Nginx响应请求后,自行处理静态请求,PHP请求则经过fastcgi_pass交由PHP-FPM处理,处理完毕后返回。Nginx和PHP-FPM的组合,是一种稳定、高效的PHP运行方式,效率要..
分类:其他好文   时间:2014-05-06 17:17:15    阅读次数:579
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!