-
【推荐】Redhat 5配置YUM服务器【利用DVD盘做yum源】
所属栏目:[Linux] 日期:2021-02-25 热度:136
副标题#e# ?????? 话说N久没写东东了,生命在于运动,博客在于更新,更新下吧。 ?????? 平台还是Redhat 5里,要准备的东西很简单,只要一张DVD光盘就可以了。?????? ?????? 当然,还是老话,这里用的是 VMware虚拟机 ,不是物理机,只是大部分相同,不是完[详细]
-
linux下使用yum安装gcc的几点心得
所属栏目:[Linux] 日期:2021-02-25 热度:166
? ????? 如果服务器是自己的,并且机器就在身边,那什么都不用说了,缺少gcc顶多就是重新放入安装盘,把开发工具包安装上。但是如果是租的服务器,托管服务 方那帮人又搞不懂你说的啥子gcc,要安装gcc实在是太麻烦了。你得去找gcc相关的包,版本号还得必须[详细]
-
linux软件包的一般安装方法
所属栏目:[Linux] 日期:2021-02-25 热度:99
LINUX软件包的一般安装方法在LINUX的世界里,软件的安装主要的是有两种方式,一种是rpm包,还有一种就是tar包。对于这两种包,一般的安装方法是这样的:[详细]
-
Red Hat 安装配置Yum
所属栏目:[Linux] 日期:2021-02-24 热度:181
在公司接手一台服务器,准备做点想做的事,发现竟然连vim都没有,没事,我自己装,悲剧的发现连Yum都没装….. 服务器的的环境是Red Hat Enterprise Linux AS release 4 (Nahant Update 8),这都早八百年的老系统了,服务器的配置还行。好了,我们开始干正[详细]
-
linux CentOS 5.3 yum源配置过程详解(切实可用)
所属栏目:[Linux] 日期:2021-02-24 热度:191
1.以root用户进入CentOS系统。 [root@xuxy?~]#?cd?/etc/yum.repos.d 2.备份repo [root@xuxy?yum.repos.d]#?mv?CentOS-Base.repo?CentOS-Base.repo.bak 3.建立新的CentOS-Base.repo文件:(以CentOS 5.3为例) [root@xuxy?yum.repos.d]#vi?CentOS-Base.repo[详细]
-
【百度知道】linux如何挂载光盘
所属栏目:[Linux] 日期:2021-02-24 热度:178
? 最佳答案 mkdir?-p?/mnt/flashmount?/dev/cdrom? /mnt/flash 或者 mount?/dev/hdc ?/mnt/flash取决于你光盘的设备名称 VM --> Settings --> ? ??? 这个就是光盘的挂载点了[详细]
-
Linux rpm 命令参数使用详解[介绍和应用]
所属栏目:[Linux] 日期:2021-02-24 热度:198
副标题#e# div style="line-height: 1.3" id="detail" class="detail" RPM是RedHat Package Manager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序” rpm 执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算[详细]
-
红帽Linux.5.5企业版本在VM虚拟机里中文乱码的解决方法
所属栏目:[Linux] 日期:2021-02-24 热度:78
VMware? Workstation 7.1.2 build-301548 虚拟机红帽Linux.5.5.for.x86.服务器版.rhel-server-5.5-i386-dvd.iso启动VM虚拟机,加载好linux镜像后,Vm虚拟机自动将linux安装好了,中间没有任何人工操作,安装过程中全是英文。安装好后系统自动启动,也是英[详细]
-
linux下创建和删除软、硬链接
所属栏目:[Linux] 日期:2021-02-24 热度:174
在Linux系统中,内核为每一个新创建的文件分配一个Inode(索引结点),每个文件都有一个惟一的inode号。文件属性保存在索引结点里,在访问文件时,索引结点被复制到内存在,从而实现文件的快速访问。 链接是一种在共享文件和访问它的用户的若干目录项之间建立[详细]
-
RedHat5.5 升级安装GCC-4.6.1详细教程
所属栏目:[Linux] 日期:2021-02-24 热度:158
三、Gcc的执行过程 六、Gcc的安装方法 1.下载gcc-4.6.1安装包2.将gcc-4.6.1.tar.bz2放到/opt文件夹下解压 3.创建安装目录 4.进入安装目录 5.配置安装文件 (执行源目录 /opt/gcc-4.6.1/中的configure命令,配置将gcc安装到目标目录/usr/local/gcc-4.6.1/下[详细]
-
Linux 各目录的作用
所属栏目:[Linux] 日期:2021-02-24 热度:157
bin是binary的缩写。这个目录沿袭了UNIX系统的结构,存放着使用者最经常使用的命令。例如cp、ls、cat,等等。 这里存放的是启动Linux时使用的一些核心文件。 dev是device(设备)的缩写。这个目录下是所有Linux的外部设备,其功能类似DOS下的.sys和Win下的[详细]
-
编译安装ibus错误make: *** 没有指明目标并且找不到 makefile
所属栏目:[Linux] 日期:2021-02-24 热度:63
最近ibus输入法“没有输入窗口”的问题一直在困扰着我,重装了N变也不行,最后干脆把所有的输入法都删除了,然后自行编译安装,以下是安装过程。 备注:不过安装完重启后还是提示?没有输入窗口?,后来我在要输入的地方,点击右键,发现有个输入法,输入法[详细]
-
fcitx(小企鹅输入法)在redhat linux上安装
所属栏目:[Linux] 日期:2021-02-24 热度:161
?1.下载: ??? 源码包:fcitx-3.2.1.tar.bz2 ??? 下载区: ??? 2.安装: ? ????[root@localhost?]#?tar xjvf?fcitx-3.2.1.tar.bz2????[root@localhost?]#?cd?fcitx-3.2.1????[root@localhost?fcitx-3.2.1]#?./configure????[root@localhost?fcitx-3.2.1]#?[详细]
-
centos6.4使用man查找命令时,报错No manual entry for xxxx
所属栏目:[Linux] 日期:2021-01-26 热度:173
前提:安装man的命令 yum -y install man 使用man报错 [root@localhost objs]# man fcntlNo manual entry for fcntl[root@localhost objs]# cd [root@localhost ~]# man fcntlNo manual entry for fcntl[root@localhost ~]# which man/usr/bin/man 解决报[详细]
-
linux man使用方法 和centos安装中文man包 --转
所属栏目:[Linux] 日期:2021-01-26 热度:135
http://blog.chinaunix.net/uid-25100840-id-302308.html 中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的解决办法, 1.手册页(Man Pages)对于Linux初学者,不能将手册页当教程,因为它只是简明的参考资料.在你需要了解某一[详细]
-
centos复制到另外一台电脑连不上网
所属栏目:[Linux] 日期:2021-01-26 热度:143
http://snow-berry.iteye.com/blog/1991754 从一台电脑virtual box克隆出来的centos.vdi复制到另外一台电脑,找不到网卡,提示Device eth0 does? not seem to be present故障现象:service network restartShutting down loopback insterface:????????????[详细]
-
18 Command Line Tools to Monitor Linux Performance
所属栏目:[Linux] 日期:2021-01-26 热度:193
副标题#e# By??Under:?,??On:?December 26,2013 It’s really very tough job for every?System?or?Network?administrator to monitor and debugLinux System Performance?problems every day. After being a?Linux Administrator?for?5 years?in?IT indust[详细]
-
Linux getopt()函数 getopt_long()函数---转
所属栏目:[Linux] 日期:2021-01-26 热度:127
http://hi.baidu.com/scoundrelgg/item/d4083f8412eea05d26ebd97f get_opt()函数: 函数原型:: #include int getopt(int argc,char * const argv[],const char *optstring); extern char *optarg;extern int optind,opterr,optopt; 用法见右边栏 1.参数[详细]
-
如何看linux是32位还是64位--转
所属栏目:[Linux] 日期:2021-01-26 热度:57
地址:http://hi.baidu.com/hehongrong/item/20c296bcf8d834432aebe3b2 如何看linux是32位还是64位 查看linux是多少位的几位方法: 查看linux机器是32位还是64位的方法: 方法一: file /sbin/init??? 或者?? file /bin/ls 结果如下: /sbin/init: ELF 64-[详细]
-
10 Linux DIG Command Examples for DNS Lookup--reference
所属栏目:[Linux] 日期:2021-01-26 热度:150
副标题#e# by??on? Dig stands for domain information groper. Using dig command you can query DNS name servers for your DNS lookup related tasks. This article explains 10 examples on how to use dig command. 1. Simple dig Command Usage (Unde[详细]
-
iptables详解--转
所属栏目:[Linux] 日期:2021-01-26 热度:188
副标题#e# 出处:http://yijiu.blog.51cto.com/433846/1356254 iptables详解 基本概念: 1.防火墙工作在主机边缘:对于进出本网络或者本主机的数据报文,根据事先设定好的检查规则对其检查,对形迹可疑的报文一律按照事先定义好的处理机制做出相应处理 对lin[详细]
-
Find command usage in Linux with excellent examples--referen
所属栏目:[Linux] 日期:2021-01-26 热度:174
find searches?the directory tree rooted at each given file name by evaluating? the?given expression from left to right,according to the rules of precedence,until the outcome is known (the left?hand side is false for?and?operations,true f[详细]
-
Linux下Makefile的automake生成全攻略--转
所属栏目:[Linux] 日期:2021-01-26 热度:107
副标题#e# http://www.yesky.com/120/1865620.shtml 作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么[详细]
-
Basic Data Structures and Algorithms in the Linux Kernel--re
所属栏目:[Linux] 日期:2021-01-25 热度:148
http://luisbg.blogalia.com/historias/74062 Links based on?: ,?,?. ?with comments telling you what you can't find in the textbooks. ?used for?,?,etc. ?are??are used for scheduling,virtual memory management,to track file descriptors and di[详细]
-
Linux服务器性能评估与优化--转
所属栏目:[Linux] 日期:2021-01-25 热度:94
http://www.itlearner.com/article/4553 table style="width: 571px;" border="1" cellspacing="0" cellpadding="0" tr td rowspan="2" width="103" p align="center"影响性能因素 /td td colspan="3" width="468" p align="center"评判标准 /td /tr tr td[详细]