
centos
code_source
上学呢......
展开
-
CentOS PHP 开发,启用自动报错
sudo vim /etc/php.inidisplay_errors = Onerror_reporting = E_ALL | E_STRICTsudo vim /etc/httpd/conf/httpd.confphp_flag display_errors onphp_value error_reporting 2039sudo service httpd restart原创 2015-12-31 16:18:24 · 361 阅读 · 0 评论 -
Windows7+CentOS7 启动项丢失问题解决
安装Win7后,再安装CentOS7,结果Win7的启动项丢失的解决方法原创 2016-07-02 10:38:42 · 1001 阅读 · 0 评论 -
CentOS ZendStudio installation
CentOS ZendStudio installation原创 2015-12-31 16:13:03 · 479 阅读 · 0 评论 -
install composer globally
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composerUse it: php /usr/local/bin/composer原创 2015-12-31 16:20:07 · 462 阅读 · 0 评论 -
install oh-my-zsh error file name too long
install oh-my-zsh error问题:file name too long,临时解决:返回bash再安装oh-my-zsh原创 2016-07-02 10:13:00 · 934 阅读 · 0 评论 -
CentOS7 minimal installation 上网
CentOS minimal installation,安装时连上了无线网络517_main,第一次登陆后,全文本界面,无法用startx启动图形界面,无法联网的简单解决方法原创 2016-07-02 10:05:11 · 1318 阅读 · 0 评论 -
CentOS update MySQL
# 准备# 系统版本more /etc/redhat-release# repo网站 http://repo.mysql.com/# 安装源rpm -Uvh http://repo.mysql.com/mysql-community-release-el6.rpm# 升级yum upgrade mysql# MySQL Secure Installation/usr/bin/mysql_secure原创 2015-12-31 17:10:51 · 468 阅读 · 0 评论 -
RHEL6.3 yum源更新
# 卸载原有yumrpm -aq | grep yum | xargs rpm -e --nodeps# 下载安装文件wget http://mirrors.163.com/centos/6/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpmwget http://mirrors.163.com/centos/6/os/i386/Pa原创 2015-12-31 16:57:19 · 455 阅读 · 0 评论 -
CentOS update PHP to v5.6
# intall Extra Packages for Enterprise Linuxsudo vim /etc/yum.repos.d/remi.repo[remi-php56]enabled=1sudo yum update php*原创 2015-12-31 16:37:35 · 329 阅读 · 0 评论 -
intall Extra Packages for Enterprise Linux
# CentOS 的 EPEL 源 # EPEL http://dl.fedoraproject.org/pub/epel/sudo yum install epel-releasewget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmsudo rpm -Uvh epel-release-6*原创 2015-12-31 16:28:10 · 1392 阅读 · 0 评论 -
.vimrc配置,spf13-vim
# https://github.com/spf13/spf13-vim # Requires Git 1.7+ and Vim 7.3+curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh原创 2016-07-02 10:15:02 · 406 阅读 · 0 评论