码迷,mamicode.com
首页 >  
搜索关键字:centos crontab not found    ( 38949个结果
maven 从svn导入项目遇到的问题 No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile
RT,使用eclipse导入项目时 报   No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information 我认为同事说的很对, eclipse是面向插件的,maven插件m2ecli...
分类:其他好文   时间:2014-05-12 15:23:26    阅读次数:333
CentOS更改时区
先查看系统时区date -R如果不是伟大的+8区cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime覆盖吧,无需重启
分类:其他好文   时间:2014-05-12 12:30:08    阅读次数:274
阿里云64位centos6.3系统上编译安装redis
环境系统:阿里云64位centos 6.3[rao@AY~]$ cat /etc/issueCentOS release 6.3 (Final)Kernel \r on an \m[rao@AY~]$ uname -aLinux AY1404062027584053a1Z 2.6.32-358.6....
分类:其他好文   时间:2014-05-12 09:27:33    阅读次数:510
Linux学习笔记总结
零、求人不如求已:        1、 在Linux中,文件,文件夹,驱动,命令,脚本都视为文件,也即一切皆file。        2、记住使用Linux 的关键就是六个字: 命令、选项、参数。        3、学会看帮助,不用求人。    学会看帮助,不用求人。    man touch     touch --help...
分类:系统相关   时间:2014-05-11 06:07:02    阅读次数:567
LeetCode--Search Insert Position
Search Insert Position  Total Accepted: 14091 Total Submissions: 41005My Submissions Given a sorted array and a target value, return the index if the target is found. If not, return the in...
分类:其他好文   时间:2014-05-11 05:53:03    阅读次数:241
CentOS下dns服务器之授权
dns授权dns授权分为两步1】父域dns对子域dns实现授权,2】子域对父域1.改变根提示,把父域dns视为根2.转发器dns服务器的搭建请看dns服务器搭建一、修改父域实现对子域的授权修改dns服务器配置文件注释最后一行[root@localhostchroot]#vimetc/named.confoptions{listen-onport53..
分类:其他好文   时间:2014-05-10 09:02:57    阅读次数:461
centos 虚拟机如何连网
最近在win7上装了个centos虚拟机,打开虚拟机后发现不能上网,经过查资料,研究发现,有几种连网的方式:方法一:右击VMnet8->属性,把VMware DHCP....和VMware NAT....两项启动为了避免每次重启电脑都要把VMware DHCP....和VMware NAT........
分类:其他好文   时间:2014-05-10 07:07:35    阅读次数:342
编译apache报APR not found
configure: error: APR not found. Please read the documentation. configure: error: APR-util not found. Please read the documentation....
分类:其他好文   时间:2014-05-10 04:20:35    阅读次数:316
cents 5.8下安装redmine-2.4.5
原来工程师搭建的Redmine,由于机器坏掉,需要转移。Redmine是一个开源的、基于Web的项目管理和缺陷跟踪工具。它用日历和甘特图辅助项目及进度可视化显示。同时它又支持多项目管理。Redmine是一个自由开放源码软件解决方案,它提供集成的项目管理功能,问题跟踪,并为多个版本..
分类:其他好文   时间:2014-05-10 04:09:30    阅读次数:523
CentOS 5.9 编译newlisp
先下载最新的newlisp代码,解压后进入目录创建文件CMakeLists.txt, 内容如下:cmake_minimum_required (VERSION 2.6) include_directories(${CMAKE_SOURCE_DIR}) project(newlisp) set(NEWLISP_SRC newlisp newlisp.c nl-symbol.c nl-math...
分类:其他好文   时间:2014-05-10 03:38:36    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!