-
linux软件包的一般安装方法
所属栏目:[Linux] 日期:2021-02-24 热度:184
LINUX软件包的一般安装方法在LINUX的世界里,软件的安装主要的是有两种方式,一种是rpm包,还有一种就是tar包。对于这两种包,一般的安装方法是这样的: 但是我们在安装时总是希望能看到一些信息,这时就可以用这样的命令: 这时就会显示出软件包的安装进度[详细]
-
查看linux服务器的系统信息
所属栏目:[Linux] 日期:2021-02-24 热度:58
linux , . . ? 机器的 IP, ( , ) ? , 机器的名称 , , [root@ localhost . ? ? ( redhat, ) ? ? ? ????????? ……. : eth0,eth1,lo ; lo ip 127.0.0.1, . eth0 eth1 , . ? ? ? ? cpu ? ? ? ( windows , cpu, ) ? , , , 其实没必要专门去bin目录下,因为全局环[详细]
-
linux下常用FTP命令 1. 连接ftp服务器
所属栏目:[Linux] 日期:2021-02-24 热度:59
div class="cnt" strong style="font-size: 14pt" ? div class="cnt" strong style="font-size: 14pt"1. 连接ftp服务器 span style="font-size: 14pt" a)在linux命令行下输入: ftp?192.168.1.1 将文件从远端主机中传送至本地主机中。如要获取远程服务器上/u[详细]
-
top命令详解一[显示内容分析]
所属栏目:[Linux] 日期:2021-02-24 热度:126
div class="showContent" 下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于 的任务管理器。下面详细介绍它的使用方法。 命令的执行结果。其内容如下: 分 三个数值分别为 分钟、 分钟、 分钟前到现在的平均值。 的信息。当有多个 时[详细]
-
Linux系统下的任务管理器
所属栏目:[Linux] 日期:2021-02-24 热度:146
1.Linux系统下的任务管理器其实只是一个命令,不过功能和Windows下的taskmanager差不多 命令如下: 会显示格式如下: USER PID CPU MEM ........ (不好意思,后面的一时忘了,用man ps查查吧 face0005 ) 2.如果你想结束一个进程可以用如下命令: ? 参数-si[详细]
-
【经验分享】linux 分区方法
所属栏目:[Linux] 日期:2021-02-24 热度:184
linux分区方法,不同的人有不同的方法,反正没有统一的方法。在分区方面,我觉得根据自己的实际情况来分是最好的。玩linux也有好几年了,下面说一下,我在分区方面的一些经验。 一,个人用 二,服务器用 关于服务器的分区,不要分的太多,适合自己就行,有二[详细]
-
Linux 使用YUM安装mysql
所属栏目:[Linux] 日期:2021-02-24 热度:79
pre class="prettyprint" jquery1318763320447="9" span class="pln" ? pre class="prettyprint" jquery1318763320447="9"div class="cnblogs_code" yum?install?mysqlyum?install?mysql-serveryum?install?mysql-develchgrp?-R?mysql?/var/lib/mysqlchmod?-[详细]
-
linux 网络下载命令 wget 使用技巧
所属栏目:[Linux] 日期:2021-02-23 热度:151
是一个命令行的下载工具。对于我们这些 Linux 用户来说,几乎每天都在使用它。下面为大家介绍几个有用的 wget 小技巧,可以让你更加高效而灵活的使用 wget。 div class="cnblogs_code" $?wget?-r?-np?-nd? 这条命令可以下载 http://example.com 网站上 packa[详细]
-
linux下如何查看某个软件 是否安装??? 安装路径在哪???
所属栏目:[Linux] 日期:2021-02-23 热度:185
.在linux下如何判断是否已经安装某个软件? ? 我的系统是red hat我用命令rpm查是否安装了某个软件(例如: 与 ),得到了如下的结果:我用 ,回车后没有任何显示我用 ,回车后没有任何显示我用 ,回车后没有任何显示但实际上肯定是装了 和 , 而我用 显示的却是[详细]
-
安装glib的问题???
所属栏目:[Linux] 日期:2021-02-23 热度:117
请问:系统已安装了底版本glib,rpm格式,我下载了glib高版本,原码,我想更新他,按照文档所说的: tar?vzfx?glib-XXXXXXX.tar.gz?./configure?make?make?install? 后,我再 rpm?-q?glib? 显示的还是以前底版本的glib,我又想 rpm -e 底版本的glib,可是这种蠢办法行[详细]
-
GLib-2.2.1 amp;amp; glib、GTK+ 官网及下载地址
所属栏目:[Linux] 日期:2021-02-23 热度:165
div class="sect2" h2 class="sect2" a name="AEN3617"介绍 GLib table border="0" width="100%" bgcolor="#e0e0e0" trtd pre class="screen"下载地址(HTTP): a href="http://www.cnblogs.com/xiaochaohuashengmi/admin/" target="_top" 下载地址(FTP): img[详细]
-
centos6.4使用man查找命令时,报错No manual entry for xxxx
所属栏目:[Linux] 日期:2021-01-27 热度:168
前提:安装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-27 热度:188
http://blog.chinaunix.net/uid-25100840-id-302308.html 中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的解决办法, 1.手册页(Man Pages)对于Linux初学者,不能将手册页当教程,因为它只是简明的参考资料.在你需要了解某一命[详细]
-
centos复制到另外一台电脑连不上网
所属栏目:[Linux] 日期:2021-01-27 热度:198
http://snow-berry.iteye.com/blog/1991754 从一台电脑virtual box克隆出来的centos.vdi复制到另外一台电脑,找不到网卡,提示 Device eth0 does? not seem to be present 故障现象: service network restart Shutting down loopback insterface:??????????[详细]
-
18 Command Line Tools to Monitor Linux Performance
所属栏目:[Linux] 日期:2021-01-27 热度:150
By? ?Under:? ,? ?On:? December 26,2013 It’s really very tough job for every? System ?or? Network ?administrator to monitor and debug Linux System Performance ?problems every day. After being a? Linux Administrator ?for? 5 years ?in? IT in[详细]
-
Linux getopt()函数 getopt_long()函数---转
所属栏目:[Linux] 日期:2021-01-27 热度:181
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-27 热度:154
地址:http://hi.baidu.com/hehongrong/item/20c296bcf8d834432aebe3b2 如何看linux是32位还是64位 查看linux是多少位的几位方法: 查看linux机器是32位还是64位的方法: 方法一: file /sbin/init??? 或者?? file /bin/ls 结果如下: /sbin/init: ELF 64-bi[详细]
-
10 Linux DIG Command Examples for DNS Lookup--reference
所属栏目:[Linux] 日期:2021-01-27 热度:75
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 (Understand dig[详细]
-
iptables详解--转
所属栏目:[Linux] 日期:2021-01-27 热度:122
出处:http://yijiu.blog.51cto.com/433846/1356254 iptables 详解 基本概念: 1. 防火墙工作在主机边缘:对于进出本网络或者本主机的数据报文,根据事先设定好的检查规则对其检查,对形迹可疑的报文一律按照事先定义好的处理机制做出相应处理 对linux而言tcp[详细]
-
Find command usage in Linux with excellent examples--referen
所属栏目:[Linux] 日期:2021-01-27 热度:150
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 prece dence,until the outcome is known (the left ?hand side is false for? and ?operations,tr[详细]
-
Linux下Makefile的automake生成全攻略--转
所属栏目:[Linux] 日期:2021-01-27 热度:125
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 热度:131
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 dire[详细]
-
Linux服务器性能评估与优化--转
所属栏目:[Linux] 日期:2021-01-25 热度:93
http://www.itlearner.com/article/4553 一、影响Linux服务器性能的因素 ? 操作系统级 CPU 内存 磁盘 带宽 网络 带宽 程序 应用级 二、系统性能评估标准 table style="width: 571px;" border="1" cellspacing="0" cellpadding="0" tr td rowspan="2" width="[详细]
-
awk - Unix, Linux Command---reference
所属栏目:[Linux] 日期:2021-01-25 热度:183
http://www.tutorialspoint.com/unix_commands/awk.htm gawk - pattern scanning and processing language gawk ?[? POSIX ?or? GNU ?style options ]? -f ? program-file ?[? -- ?] file ...? gawk ?[? POSIX ?or? GNU ?style options ] [? -- ?]? program-[详细]
-
NMAP - A Stealth Port Scanner--reference
所属栏目:[Linux] 日期:2021-01-25 热度:183
http://nmap.org/bennieston-tutorial/ Nmap is a free,open-source port scanner available for both UNIX and Windows. It has an optional graphical front-end,NmapFE,and supports a wide variety of scan types,each one with different benefits and[详细]
