码迷,mamicode.com
首页 >  
搜索关键字:centos 7.1 run level initial    ( 59830个结果
初学JS之脚本语言简介
1. 什么是脚本语言? 脚本语言又被称为扩建的语言,或者动态语言,是一种编程语言,用来控制软件应用程序,脚本通常以文本(如ASCII)保存,只在被调用时进行解释或编译。是为了缩短传统的编写-编译-链接-运行(edit-compile-link-run)过程而创建的计算机编程语言。(摘自百度百科)2....
分类:Web程序   时间:2014-05-09 23:56:10    阅读次数:589
centos增加软连接
#增加软连接ln -s /usr/local/git/bin/* /usr/bin/
分类:其他好文   时间:2014-05-09 23:26:47    阅读次数:313
Leetcode | Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2014-05-09 23:26:18    阅读次数:353
在CentOS上安装Git(转)
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。确保已安装了依赖的包yum install curl yum install curl-devel yum install zlib-devel yum install openssl-devel yum ...
分类:其他好文   时间:2014-05-09 22:59:31    阅读次数:391
centos vsftp 500 OOPS: cannot change directory
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置# getsebool -a|grep ftpftp_...
分类:其他好文   时间:2014-05-09 22:59:08    阅读次数:351
CentOS内核定制
出于工作需要,定制CentOS内核,以改进TCP的传输效率,如何改进这里暂且不提,下面重点讲解如何获取源码,编译。...
分类:其他好文   时间:2014-05-09 21:48:43    阅读次数:492
Linux 软件源设置
版本:1.0.0-beta 作者:石硕 更新:2014-04-30 15:51:40 ============================================================ Linux拥有众多的发行版,每个发行版都有提供镜像,但是,在国内这些镜像的下载速度参差不齐, 偶尔会有更新失败的情况。 网上众多推荐的镜像源为163的镜像,笔者通过一段...
分类:系统相关   时间:2014-05-09 21:06:04    阅读次数:382
git-push(1) Manual Page
git-push(1) Manual Page NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:其他好文   时间:2014-05-09 20:46:06    阅读次数:370
Linux - CentOS 6.3 (x86_64)安装过程详细图解
I:下载CentOS 6.3楼主已经从CentOS官方公布下载列表当中整理出了2个在国内的下载地址,这样就不需要为访问墙外的龟速网络而费心了。32位:下载地址1,下载地址264位:下载地址1,下载地址2这里我们开始了解一下LiveCD: Live CD,又译为自生系统,是事先存储于某种可移动存储设备...
分类:系统相关   时间:2014-05-09 19:19:40    阅读次数:487
Centos 6.5 简易部署VSFTP
一、vsftp安装篇复制代码代码如下:#安装vsftpdyum-yinstallvsftpd#启动servicevsftpdstart#开启启动chkconfigvsftpdon二、vsftp相关命令之服务篇复制代码代码如下:#启动ftp服务servicevsftpdstart#查看ftp服务状态servicevsftpdstatus#重启ftp服务servicevsftpdrestart#关闭ftp..
分类:其他好文   时间:2014-05-09 14:38:08    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!