码迷,mamicode.com
首页 >  
搜索关键字:CentOS5    ( 668个结果
VMware于CentOS网络设置
VMware于CentOS网络设置底: 笔记本电脑有两块网卡: 1. 网卡连接公司内网,仅仅配置了内网ip和子网掩码。 2. 无线网卡。连接4g无线路由器。dhcp自己主动配置。 问题: 在VMware中安装了CentOS5.6之后,CentOS...
分类:系统相关   时间:2015-10-18 16:39:24    阅读次数:249
Linux Shell 创建序列数组
关于linux数组定义,以及生成方法,请看:linux shell 动态生成 数组系列 seq使用技巧 。这里我主要说的是高效生成list 字符串,还有数组方法。 一、seq方法生成: 1 2 3 [chengmo@centos5 shell]$ aNumList=$(se...
分类:编程语言   时间:2015-10-15 13:06:04    阅读次数:221
cobbler批量部署(centos5-7)
Cobblerisaninstallserver;batteriesareincluded CobblerisaLinuxinstallationserverthatallowsforrapidsetupofnetworkinstallationenvironments. ItgluestogetherandautomatesmanyassociatedLinuxtaskssoyoudonothavetohopbetweenlotsof variouscommandsandapplicationswhenro..
分类:其他好文   时间:2015-10-12 02:02:32    阅读次数:410
CentOS5.x系统 配置YUM服务器
IP地址规划:1)YUM服务器—192.168.1.112)YUM客户端—192.168.1.12一、配置服务器安装vsftpmount/dev/cdrom/mntcd/mnt/CentOSrpm-ivhvsftpd*mkdir-p/var/ftp/yumservers/centoscp-vrf/mnt/CentOS/*/var/ftp/yumservers/centoscp-vrf/mnt/repodata/var/ftp/yumservers/2.安装cr..
分类:其他好文   时间:2015-10-08 14:46:11    阅读次数:235
安装centos 5.3 想用中文出现乱码
安装centos5.3想用中文出现乱码如何解决此问题?安装两个包,如下:#yuminstallfonts-chinese#yuminstallfonts-ISO8859-2-75dpi.noarch安装中文输入法#yuminstallscim#yuminstallscim-pinyin编辑这个文件:#vi/etc/sysconfig/i18n将LANG="en_US.UTF-8"SYSFONT="latarcyrheb-sun..
分类:其他好文   时间:2015-10-01 07:05:22    阅读次数:191
CentOS 5 CentOS 6 启动流程及关键步骤
CentOS5CentOS6启动流程及关键步骤1、加电自检:当打开主机电源时,主机会唤醒cpu,使其运行CMOS中的BIOS,BIOS检查必要的硬件是否存在(内存、硬盘等)BIOS其实是一个小型系统,可以完成一些像检测这样的任务。自检若不通过,关机2、BIOS查找可启动设备自检通过,根据BIOS设定..
分类:其他好文   时间:2015-10-01 07:04:12    阅读次数:259
linux shell 数组建立及使用技巧
转自linux shell 数组建立及使用技巧linux shell在编程方面比windows 批处理强大太多,无论是在循环、运算。已经数据类型方面都是不能比较的。 下面是个人在使用时候,对它在数组方面一些操作进行的总结。1.数组定义[chengmo@centos5 ~]$ a=(1 2 3 4 5...
分类:编程语言   时间:2015-09-26 23:51:35    阅读次数:233
Systemd
POST-->BootSequence-->Bootloader-->kernel+initramfs(initrd)-->rootfs-->/sbin/initinit:CentOS5:SysVinitCentOS6:UpstartCentOS7:SystemdSystemd新特性:系统引导时实现服务并行启动;按需激活进程;系统状态快照;基于依赖关系定义服务控制逻辑;核心概念..
分类:其他好文   时间:2015-09-26 18:43:18    阅读次数:314
centos5.8中rsync(3.0.6)的安装和使用
我们公司的服务器默认安装rsync(3.0.6),本例也是以3.0.6版本 查看rsync的版本: rsync?--version rsync??version?3.0.6??protocol?version?30 Copyright?(C)?1996-2009?by?Andrew?Tridgell,?Wayne...
分类:其他好文   时间:2015-09-24 13:06:42    阅读次数:223
linux安装rpm包时遇到Failed dependencies的解决办法
最近在学LINUX,在centos5.11安装rpm包时遇到Faileddependencies[root@localhostCentOS]#rpm-ivhgcc-4.1.2-55.el5.x86_64.rpmerror:Faileddependencies:glibc-devel>=2.2.90-12isneededbygcc-4.1.2-55.el5.x86_64郁闷了好久终于找到解决的办法了,感谢网上的朋友们加上两个..
分类:系统相关   时间:2015-09-23 11:56:47    阅读次数:177
668条   上一页 1 ... 33 34 35 36 37 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!