-
【经验分享】linux 分区方法
所属栏目:[Linux] 日期:2021-02-23 来源:DaWei
linux分区方法,不同的人有不同的方法,反正没有统一的方法。在分区方面,我觉得根据自己的实际情况来分是最好的。玩linux也有好几年了,下面说一下,我在分区方面的一些经验。 一,个人用 二,服务器用 关于服务器的分区,不要分的太多,适合自己就行,有二[详细]
-
Linux 使用YUM安装mysql
所属栏目:[Linux] 日期:2021-02-23 来源:DaWei
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 来源:DaWei
是一个命令行的下载工具。对于我们这些 Linux 用户来说,几乎每天都在使用它。下面为大家介绍几个有用的 wget 小技巧,可以让你更加高效而灵活的使用 wget。 div class="cnblogs_code" $?wget?-r?-np?-nd? 这条命令可以下载 http://example.com 网站上 packa[详细]
-
linux下如何查看某个软件 是否安装??? 安装路径在哪???
所属栏目:[Linux] 日期:2021-02-23 来源:DaWei
.在linux下如何判断是否已经安装某个软件? ? 我的系统是red hat我用命令rpm查是否安装了某个软件(例如: 与 ),得到了如下的结果:我用 ,回车后没有任何显示我用 ,回车后没有任何显示我用 ,回车后没有任何显示但实际上肯定是装了 和 , 而我用 显示的却是[详细]
-
安装glib的问题???
所属栏目:[Linux] 日期:2021-02-23 来源:DaWei
请问:系统已安装了底版本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 来源:DaWei
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-26 来源:DaWei
前提:安装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 来源:DaWei
http://blog.chinaunix.net/uid-25100840-id-302308.html 中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的解决办法, 1.手册页(Man Pages)对于Linux初学者,不能将手册页当教程,因为它只是简明的参考资料.在你需要了解某一命[详细]
-
centos复制到另外一台电脑连不上网
所属栏目:[Linux] 日期:2021-01-26 来源:DaWei
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-26 来源:DaWei
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-25 来源:DaWei
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-25 来源:DaWei
地址: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-25 来源:DaWei
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-25 来源:DaWei
出处:http://yijiu.blog.51cto.com/433846/1356254 iptables 详解 基本概念: 1. 防火墙工作在主机边缘:对于进出本网络或者本主机的数据报文,根据事先设定好的检查规则对其检查,对形迹可疑的报文一律按照事先定义好的处理机制做出相应处理 对linux而言tcp[详细]
-
Find command usage in Linux with excellent examples--referen
所属栏目:[Linux] 日期:2021-01-25 来源:DaWei
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-25 来源:DaWei
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 来源:DaWei
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 来源:DaWei
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 来源:DaWei
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 来源:DaWei
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[详细]
-
linux下logrotate配置和理解---转
所属栏目:[Linux] 日期:2021-01-24 来源:DaWei
对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系统中的最新的事件,对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系统中的最新的事件。logrotate 还可[详细]
-
Linux 信号signal处理函数--转
所属栏目:[Linux] 日期:2021-01-24 来源:DaWei
alarm(设置信号传送闹钟) 相关函数 signal,sleep 范例 #include void handler() {printf("hello/n");}main(){int i;signal(SIGALRM,handler);alarm(5);for(i=1;i kill(传送信号给指定的进程) 相关函数 raise,signal 表头文件 #include #include 定义函[详细]
-
Signal Handling--ref
所属栏目:[Linux] 日期:2021-01-24 来源:DaWei
signal is a software interrupt delivered to a process. The operating system uses signals to report exceptional situations to an executing program. Some signals report errors such as references to invalid memory addresses; others report asy[详细]
-
linux定时任务之crontab
所属栏目:[Linux] 日期:2021-01-24 来源:DaWei
1.使用crontab crontab -u //设定某个用户的cron服务? crontab -l //列出某个用户cron服务的详细内容? crontab -r //删除某个用户的cron服务? 2. cron表达式 基本格式?:?*??*??*??*??*??command?分?时?日?月?周?命令?第1列表示分钟1~59?每分钟用*或者?*/1表[详细]
-
Handling of asynchronous events---reference
所属栏目:[Linux] 日期:2021-01-24 来源:DaWei
http://www.win.tue.nl/~aeb/linux/lk/lk-12.html 12.?Handling of asynchronous events One wants to be notified of various events,like data that has become available,files that have changed,and signals that have been raised. FreeBSD has the ni[详细]
