-
linux下Komodo安装日志
所属栏目:[Linux] 日期:2021-02-23 热度:80
官方下载地址 (免费) (收费,去找个注册机破接下。。。) ? div class="cnblogs_code" ==============================================================================Komodo?IDE?6?has?been?successfully?installed?to:????/opt/Komodo-IDE-6????You?mi[详细]
-
linux svn 客户端安装
所属栏目:[Linux] 日期:2021-02-23 热度:77
subversion-1.6.9.tar.gz 和 subversion-deps-1.6.9.tar.gz 1, 出现 如下: div class="cnblogs_code" ????usage:?svn? ? ? ??????Subversion?command-line?client,?version?1.6.9.??????Type?'svn?help? '?for?help?on?a?specific?subcommand.??????Type?'[详细]
-
yum安装php,mysql日志
所属栏目:[Linux] 日期:2021-02-23 热度:192
[root@localhost?~]#?Loaded?plugins:?fastestmirrorLoading?mirror?speeds?from?cached?hostfileSetting?up?Install?ProcessResolving?Dependencies-->?Running?transaction?check--->?Package?php.i386?0:5.1.6-27.el5?set?to?be?updated-->?Processing?[详细]
-
linux开发服务器分区方案
所属栏目:[Linux] 日期:2021-02-23 热度:85
) auto vfat FAT ntfs NTFS ( ,ro) ntfs-3g NTFS ( , ,rw) Ext2 ext3 jfs reiserfs xfs Linux udf iso9660 CD/DVD swap ( :swap ) ?摘自:[详细]
-
Linux分区方案、文件结构与挂载
所属栏目:[Linux] 日期:2021-02-23 热度:108
div class="brieftext" div style="display: none" id="indexlist" class="tag bgF8F8F8" ul id="indexliststr" ????? 对大家分析叙述Linux分区建议之前,大家必须掌握下Linux的文件结构,然后对Linux分区建议全面讲述,Linux是由开发工具软件、编辑器软件、[详细]
-
wget 下载文件重进行命名
所属栏目:[Linux] 日期:2021-02-23 热度:130
以前使用wget,总是在wget之后再批量的重命名,后面才发现,wget其实是可以在下载的时候就重命名的。可以这样用 wget -c "www.baidu.com"?-O?baidu.index.html 如果想保存输出日志,可以使用 wget -c "www.baidu.com"?-O?baidu.index.html?-o?wget.log 第一“[详细]
-
在liunx中创建启动器(window下的快捷方式) && linux下,如
所属栏目:[Linux] 日期:2021-02-23 热度:117
? 。那具体的创建方式是什么呢?那继续往下看吧!:)方法1:step1: 在桌面上单击鼠标右键,选择“新建启动器"(英文"create launcher..."),将会显示添加启动器的对话框step2:? 填写启动器对话框的内容?????? 类型(type): 选择应用程序(application)??????[详细]
-
centos6.4使用man查找命令时,报错No manual entry for xxxx
所属栏目:[Linux] 日期:2021-01-27 热度:166
前提:安装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 热度:87
http://blog.chinaunix.net/uid-25100840-id-302308.html 中的异步通知,其中有一个fcntl()函数,就是找不到,很气愤,在网上搜,也没有好的解决办法, 1.手册页(Man Pages)对于Linux初学者,不能将手册页当教程,因为它只是简明的参考资料.在你需要了解某一命[详细]
-
centos复制到另外一台电脑连不上网
所属栏目:[Linux] 日期:2021-01-27 热度:76
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 热度:196
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 热度:71
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 热度:117
地址: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 热度:133
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 热度:69
出处:http://yijiu.blog.51cto.com/433846/1356254 iptables 详解 基本概念: 1. 防火墙工作在主机边缘:对于进出本网络或者本主机的数据报文,根据事先设定好的检查规则对其检查,对形迹可疑的报文一律按照事先定义好的处理机制做出相应处理 对linux而言tcp[详细]
-
Find command usage in Linux with excellent examples--referen
所属栏目:[Linux] 日期:2021-01-27 热度:64
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 热度:182
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 热度:137
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 热度:136
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 热度:186
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 热度:138
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 diff(differential) 命令
所属栏目:[Linux] 日期:2021-01-25 热度:105
temp.diff table class="mtable" style="margin-bottom: 2em; border: 0px solid silver; background-color: #e5e5e5; width: 858px; margin-left: auto; margin-right: auto; color: #454545; font-family: Verdana,sans-serif; font-size: 16px; font-styl[详细]
-
Linux 的启动流程--转
所属栏目:[Linux] 日期:2021-01-25 热度:163
半年前,我写了 ,探讨BIOS和主引导记录的作用。 那篇文章不涉及操作系统,只与主板的板载程序有关。今天,我想接着往下写,探讨操作系统接管硬件以后发生的事情,也就是操作系统的启动流程。 这个部分比较有意思。因为在BIOS阶段,计算机的行为基本上被写死[详细]
-
BEA-141150 - An error occurred while preparing application c
所属栏目:[Linux] 日期:2021-01-25 热度:94
网上查询的 Cause: This is either because the resource it self is not available on the administration server or due a misconfiguration of security such that the managed server is not properly authorized to download application resources. 我[详细]
-
Linux原始套接字实现分析---转
所属栏目:[Linux] 日期:2021-01-25 热度:156
本文从IPV4协议栈原始套接字的分类入手,详细介绍了链路层和网络层原始套接字的特点及其内核实现细节。并结合原始套接字的实际应用,说明各类型原始套接字的适应范围,以及在实际使用时需要注意的问题。 一、原始套接字概述 链路层原始套接字可以直接用于接[详细]