欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS教程 >
  • [CentOS教程] CentOS 6.8安装Zabbix3.2 日期:2017-02-28 13:31:32 点击:144 好评:0

    1.安装基础软件 yum install -yvimwgetlrzsz 2.关闭selinux setenforce0 3.更换yum源 mv /etc/yum .repos.d /CentOS-Base .repo /etc/yum .repos.d /CentOS-Base .repo.bak wgethttp: //mirrors .aliyun.com /repo/epel .repo-O /etc/yum .repos.d /epel .re...

  • [CentOS教程] CentOS7安装MySQL5.6.28及其修改密码 日期:2017-02-28 13:29:18 点击:78 好评:0

    在大二的Linux课程设计上基于CentOS7做过MySQL主从备份,在CentOS7上已经使用mariadb代替了MySQL。因此使用yum install mysql实际上安装的是mariadb. 最近做测试需要安装MySQL,本着快速的原则使用了rpm 系统是CentOS7-1604-mini最小化安装版 1.安装依赖以及...

  • [CentOS教程] CentOS自动安装Maven 日期:2017-02-28 11:25:11 点击:83 好评:0

    1. 自动下载Maven 2. 设置环境变量 3. 配置mirror 安装:下载maven.rar按照 readme 执行即可 mirror配置: mirror idalimaven/id namealiyunmaven/name urlhttp://maven.aliyun.com/nexus/content/groups/public//url mirrorOfcentral/mirrorOf /mirror mirr...

  • [CentOS教程] 如何在 CentOS 7 中使用 Nginx 和 PHP7-FPM 安装 Nextcloud 日期:2017-02-27 18:13:55 点击:199 好评:0

    Nextcloud 是一款自由 (开源) 的类 Dropbox 软件,由 ownCloud 分支演化形成。它使用 PHP 和 JavaScript 编写,支持多种数据库系统,比如 MySQL/MariaDB、PostgreSQL、Oracle 数据库和 SQLite。它可以使你的桌面系统和云服务器中的文件保持同步,Nextcloud...

  • [CentOS教程] CentOS7 PostgreSQL安装 日期:2017-02-25 21:28:15 点击:69 好评:0

    Install 安装 使用yum安装 yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm yum install postgresql94-server postgresql94-contrib 设置开机启动 systemctl enable postgresql-9.4.service systemctl start...

  • [CentOS教程] centos7安装python的MySQLdb模块 日期:2017-02-25 14:01:25 点击:102 好评:0

    sudo pip install mysql-python 如果遇到找不到mysql_config文件时,要先安装MySQL-community-devel sudo yum install mysql -community -devel 然后重新sudo pip install mysql-Python,如果还遇到下图的问题 再执行以下命令安装python-devel sudo yum insta...

  • [CentOS教程] CentOS6.8换内核装锐速Vultr 日期:2017-02-25 14:00:55 点击:134 好评:0

    虽说手上有其他VPS,但相比之下Vultr有日本机房,配置不错,价格便宜,带宽充足,各种优点,所以放着不用还是很可惜。 拿来使用吧,一个KVM架构的VPS不装锐速实在说不过去啊!正好,在hostloc看到Vicer这位大佬前不久发布了锐速[lotServer] 安装脚本[更新:解...

  • [CentOS教程] CentOS7.2自动安装mysql 日期:2017-02-24 02:26:08 点击:78 好评:0

    ########################### 请先备份数 ####################### 每次安装MySQL,劳神费力,时间宝贵安能浪费 CentOS6.5 CentOS7.2 自测成功 现在自己装MYSQL都是用这个,那叫一个舒爽 安装:下载mysql.rar文件按照 readme.txt 操作即可 #################...

  • [CentOS教程] CentOS 7下安装JDK 日期:2017-02-24 02:25:01 点击:154 好评:0

    1、卸载本机原来有JDK [plain] view plain copy rpm-qa|grepjdk 解释:rpm -qa 列出所有被安装的rpm package 2、卸载 您的结果可能会有多个,将列出的包都卸载掉 命令如下: [plain] view plain copy rpm-e--nodeps包名 或者 [plain] view plain copy yum-yr...

  • [CentOS教程] centos7 rpm方式安装mysql5.7 详细教程 日期:2017-02-24 02:24:33 点击:87 好评:0

    第一步:下载mysql 在Linux终端使用wget命令下载网络资源: wget http://mirrors.sohu.com/mysql/MySQL-5.7/mysql-5.7.17-linux-glibc2.5-x86_64.tar.gz 1:检查是否本地已经安装了MySQL rpm -qa | grep mysql 2:卸载以前的mysql rpm -e 已经存在的MySQL全名...

  • 首页
  • 上一页
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 下一页
  • 末页
  • 2632628
栏目列表
推荐内容