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阅读
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.0如果minimal install,也就是最小化安装,当你想运行setup命令配置IP时,你会发现报错:-bash: setup: command not found我直接用ifconfig和route命令添加了IP和路由,测试可以ping通外网了。GoFace曾经向大家介绍过解决方法,新手可以了解一下。你的第一反应是yum install setup,会提供Nothing t
转载 精选 2014-08-19 16:40:52
436阅读
说明:蓝色=命令名称       浅绿=命令参数       浅蓝=选项       紫色=目录       系统环境:CentOS  6.2  x86
原创 2012-02-29 10:58:05
973阅读
he Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simp...
转载 2016-01-09 18:44:00
152阅读
2评论
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阅读
yum -y install dnsmasqgroupadd -r dnsmasquseradd -r -g dnsmasq dnsmasqvi /etc/dnsmasq.conflisten-address=127.0.0.1,192.168.2.5port=53bind-interfacesuser=dnsmasqgroup=dnsmasqpid-file=/var/run/dnsmasq.p
转载 精选 2016-04-25 21:18:34
1854阅读
https://blog.csdn.net/xfcy1990/article/details/51448796(OK)CentOS7—mp4—avi—视频播放—SMPlayeryum-yinstallhttp://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpmyum-yinstal
转载 2018-05-01 09:46:43
1036阅读
1点赞
公司有会议室预定需求,在网上搜索半天发现MRBS这个开源软体。。 网上教程太少并且错误太多,经过实践已完成mrbs安装在centos6.3,并已成功支持ldap
原创 2012-11-07 10:28:10
910阅读
////// apache# yum install httpd httpd-devel# systemctl start httpd# systemctl status httpd# systemctl enable httpd////// php# yum install php php-devel# systemctl restart httpd////// error[root@wode0
原创 2016-03-09 00:40:30
1955阅读
在最小化安装linux时,setup配置工具是无法使用的,所以我们需要安装它,那怎么安装呢?安装setup配置工具需要三个包的支持,分别是setuptool、ntsysv、system-config-network;   yum install -y setuptool、ntsysv、system-config-network安装完这三个包后,setup配置工具就可以使用了。
原创 2014-03-31 10:08:56
725阅读
entos运行不了setup?那安装setuptool吧,可以节省很多系统管理的时间。 #安装setuptool yum install setuptool #可以发现执行setup后不全,再安装一个用于系统服务管理 yum install ntsysv #再安装个防火墙,以及setup中配套的防火墙设置、网络设置 yum install iptables #安装setup中配套
转载 2012-01-03 20:23:09
366阅读
在RHEL/CentOS中,可以很方便使用setup配置工具配置网络、防火墙、服务等很多关键配置项,使用非常方便,然而采用最小化安装后,默认并没有安装该工具,运行该命令提示如下: 1 2
原创 2012-08-19 16:05:33
3100阅读
#可以发现执行setup后不全,再安装一个用于系统服务管理yum install iptables#安装setup中配套的网络设置
原创 2012-09-28 21:41:20
681阅读
CentOS中可以使用setup配置工具很方便地配置防火墙、网络、系统服务等配置项。如果采用最小化安装CentOS的话,默认没有安装该工具。下面我们手动安装下setup工具。 1、安装setuptool# yum install setuptool 2、安装防火墙设置# yum install system-config-securitylevel-tui 3、安装
原创 2014-09-10 23:55:40
2206阅读
Curl命令是一种用于通过各种协议传输数据的工具。有了它,我们就可以非常准确的知道网站的加载时间。使用此命令,我们可以看到:请求收到响应之前的总时间(time_namelookup)TCP协议在远程服务器上完成的总时间(time_connect)文件传输开始的时间(time_pretransfer)第一个字节要传输到远程服务器的时间(time_starttransfer)完成响应所用的时间(tim
  • 1
  • 2
  • 3
  • 4
  • 5