CentOS kerberos client:1. vi /etc/resolv.conf search yourdomain.comnameserver x.x.x.x2. yum -y install krb5-workstation krb5-libsvi /etc/krb5.confchange to yourdomain and KDC serverkinit usernameklist
原创 2014-10-20 14:33:39
949阅读
IntroductionOTRS , stands for O pen source T icket R equest S ystem, is a popular help desk software that can be used to assign tickets to incoming queries
转载 精选 2014-08-26 12:55:49
832阅读
Linux URL Setup Linux is a highly versatile operating system that is widely used by tech-savvy individuals and organizations around the world. One of the key aspects of working with Linux is setting
原创 2024-04-23 09:57:54
80阅读
; https://github.com/DomGries/InnoDependencyInstaller ; requires dxwebsetup.exe (see CodeDependencies.iss) ;
原创 2月前
40阅读
This tutorial shows you how to install and configure FTP server in CentOS 6.5. Though the steps provided here are tested in CentOS 6.5, it should work on RHEL 6.x(x stands for version) and Scientific
原创 2014-06-30 10:44:11
1278阅读
在进行Kubernetes相关工作时,我们经常需要在CentOS 6.5操作系统上进行部署和管理。下面我将为你介绍如何在CentOS 6.5上安装和配置Kubernetes。 ## 步骤概览 首先,让我们看一下在CentOS 6.5上安装和配置Kubernetes的整个流程。下面是一个简单表格,展示了整个过程的步骤: | 步骤 | 操作 | | --- | --- | | 1 | 安装Dock
原创 2024-04-25 10:54:43
85阅读
centos安装setup
原创 2012-08-03 16:53:06
538阅读
CentOS 安装 setup1.安装最快镜像插件yum -y install yum-plugin-fastestmirror2.安装setuptoolyum -y install setuptool3.安装系统服务管理yum -y install ntsysv4.安装防火墙设置、网络设
原创 2014-01-09 11:01:35
550阅读
一、前言    setup即linux下的图形管理设置工具。二、环境系统:CentOS6.4 64位(最小化安装)三、配置# yum install setuptool               &
原创 2014-07-20 21:31:54
892阅读
  安装完Centos7提示initial setup of Centos ....,分别键入“1”,回车,“2”,回车,“q”,回车,“yes,回车。一、Centos安装增强工具1.打开VirtualBox,运行已经安装好的虚拟系统;2.安装gcc,kernel,kernel-devel[cindyma@localhost ~]$ su root Password: [root@localho
转载 2024-03-05 14:34:40
52阅读
CentOS 6.5操作系统下载(CentOS官网)时间:2015-01-21 14:24来源:未知 编辑:linuxeye 点击: 5746 次生成环境Linux服务器,建议下载最小化安装64位系统,服务器上用的系统强烈建议下载后核对MD5。此版本也提供了最小化安装的CD镜像文件(CentOS-6.5-x86_64- minimal.iso, CentOS-6.5-
转载 精选 2016-08-29 11:25:00
1458阅读
在现今信息化的时代,服务器管理越来越重要,特别是对于企业而言,高效的服务器管理可以大大提高工作效率和数据安全性。而在服务器管理工具中,CentOS 6.5和Ansible无疑是两个备受关注的工具。 CentOS 6.5是Linux操作系统的一个发行版,它是由Linux社区所开发和维护的一个自由及开放源代码的企业级操作系统。与其他操作系统相比,CentOS 6.5具有稳定性高、安全性强、易于维护、
原创 2024-02-06 12:35:17
61阅读
Linux是一种开源的操作系统,被广泛运用于各种服务器和个人电脑上。而CentOS 6.5则是Linux中的一种发行版,以其稳定性和安全性而闻名。本文将介绍Linux和CentOS 6.5的相关内容。 Linux操作系统具有许多优点,其中之一就是其开放源代码的特性。这使得许多开发者可以对其进行自由修改和定制,以满足各种不同的需求。而CentOS 6.5作为Linux的一个分支,保留了Linux的
原创 2024-02-05 12:26:01
112阅读
[root@localhost sysconfig]# nmtui-bash: nmtui: command not found[root@localhost sysconfig]# [root@localhost sysconfig]# yum install nmtui已加载插件:fastestmirror, refresh-packagekit, security设置安装进程Rep
原创 2015-11-21 02:07:59
1852阅读
CentOS 6.5系统安装配置图解教程(详细图文)2017年09月09日 17:23:52阅读数:1183一、安装CentOS 6.5用光盘成功引导系统,会出现下面的界面界面说明:Install or upgrade an existing system 安装或升级现有的系统install system with basic video driver 安装过程中采用 基本的显卡驱动Rescue
原创 2018-04-28 15:10:56
1108阅读
2点赞
1、在VM安装iso文件 CentOS-6.5-x86_64-bin-DVD1.isoCentOS-6.5-x86_64-bin-DVD2.iso DVD1:基本系统+部
原创 2023-05-16 16:04:10
173阅读
截止目前CentOS 6.x最新版本为CentOS 6.5,下面介绍CentOS 6.5的具体安装配置过程服务器相关设置如下:操作系统:CentOS 6.5 64位IP地址:192.168.21.129网关:192.168.21.2DNS:8.8.8.8  8.8.4.4备注:CentOS 6.5系统镜像有32位和64位两个版本,生产服务器如果是大内存(4G以上内存)建议安装6
转载 精选 2014-09-02 16:58:54
538阅读
163wget http://mirrors.163.com/.help/CentOS6-Base-163.reposohuwget http://mirrors.sohu.com/help/CentOS-Base-sohu.repoepelrpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-
原创 2014-10-25 23:27:23
345阅读
#!/bin/bashecho "install nginx   please waiting"useradd -M -s /sbin/nologin nginx yum -y install gcc-c++ zlib-devel pcre-devel ncurses-devel libxml2-devel openssl-devel bzip2-develcd /tmp &&a
原创 2016-03-23 09:00:14
534阅读
一、bind的安装和配置  1、bind的安装:用yum安装      yum  -y install   bind  2、用cd切换到bind的主配置文件/etc/named.conf,然后如下图把暂时不需要用的禁用:    3、然后就用命令  servier  named &
原创 2016-11-24 12:30:18
1305阅读
  • 1
  • 2
  • 3
  • 4
  • 5