03_Linux
文章平均质量分 59
jackie_gnu
这个作者很懒,什么都没留下…
展开
-
Linux Crontab:15 Awesome Cron Job Examples
An experienced Linux sysadmin knows the importance of running the routine maintenance jobs in the background automatically.Linux Cron utilit转载 2011-07-08 17:23:32 · 672 阅读 · 0 评论 -
Ubuntu下多虚拟网卡(VirtualBox)
在Ubuntu下用VirtualBox做虚拟机,缺省的网络是NAT的。对于测试来说不太好用,外边的机器访问不进去。后来找到了方法就是虚拟一个网卡,然后在网络上就与宿主机平等了。如下: sudo apt-get install uml-utilities bridge-utils 装好虚拟网卡和桥接后,把要使用的用户加到uml-net用户组 sudo gpasswd转载 2011-12-08 11:16:30 · 1116 阅读 · 0 评论 -
Top 25 Best Linux Performance Monitoring and Debugging Tools
http://www.thegeekstuff.com/2011/12/linux-performance-monitoring-tools/ I’ve compiled 25 performance monitoring and debugging tools that will be helpful when you are working on Linux environment.转载 2011-12-08 09:56:01 · 1095 阅读 · 0 评论 -
softether
软件简介 软件界面该软件是一个能虚拟网卡和集线器(HUB)的工具,只要可以访问互联网,都可以使用它来组建远程局域网。在此虚拟的局域网上能进行所有物理局域网上的操作。可以互相访问,可以联网玩只支持局网的游戏(TCP/IP)。该软件能够突破防火墙拦截,信息包都经过加密,安全上不存在问题。SoftEther分为虚拟集线器(HUB)和虚拟网卡两部分,使用服务器/客户端的方式工作,转载 2011-12-08 08:20:58 · 1491 阅读 · 0 评论 -
virbr0 虚拟网卡卸载方法
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://wscyza.blog.51cto.com/898495/286615 在使用双机软件过程中,如果系统是red hat 5.x 默认系统安装完成后为xen内核,那么xen内核引导启动后就会有虚拟网卡(vethx、vif0.x、virbr0、xenbr1等)存在。转载 2011-12-08 08:15:55 · 578 阅读 · 0 评论 -
CGDB
http://cgdb.sourceforge.net/原创 2011-12-05 21:34:38 · 441 阅读 · 0 评论 -
SED单行脚本快速参考(Unix 流编辑器)
英文标题:USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor)原标题:HANDY ONE-LINERS FOR SED (Unix stream editor)整理:Eric Pement - 电邮:pemente[at]northpark[dot]edu 版本5.5译者:Joe Hong - 电邮:hq00e[at]126[do转载 2011-12-02 09:26:53 · 540 阅读 · 0 评论 -
教程集合
01. POSIX Threads Programming02. Pthreads APIs - User's Guide and Reference03. The Function Pointer Tutorials04.socket:http://www.cppblog.com/lf426/category/7534.html05.SDL入门教程原创 2011-07-06 16:14:32 · 402 阅读 · 0 评论 -
查看当前bash支持的功能选项
shopt: shopt [-pqsu] [-o] [optname ...] Set and unset shell options. Change the setting of each shell option OPTNAME. Without any option arguments, list all shell options with an ind原创 2011-11-18 08:32:17 · 5372 阅读 · 0 评论 -
manpage 中使用regex搜索关键字
man -k aprops signal signal :为所要搜索的关键字输出信息如下:alarm (2) - set an alarm clock for delivery of a signalall-swaps (7) - event signalling that all swap partitions have been activa原创 2011-10-28 10:51:10 · 484 阅读 · 0 评论 -
Awk Tutorial Examples
Awk Tutorial Examples原创 2011-08-04 10:30:14 · 650 阅读 · 0 评论 -
15 Practical Grep Command Examples In Linux / UNIX
You should get a grip on the Linux grep command. This is part of the on-going 15 Examples series, where 15 detailed examples will be provide转载 2011-07-26 14:51:17 · 665 阅读 · 0 评论 -
Sed Tips and Tricks
Sed Tips and Tricks basical Unix Sed Tutorial: Delete File Lines Using Address and PatternsUnix Sed Tutorial: Printing File Lines using Addr原创 2011-07-27 08:45:36 · 494 阅读 · 0 评论 -
Mommy, I found it! — 15 Practical Linux Find Command Examples
原文地址:http://www.thegeekstuff.com/2009/03/15-practical-linux-find-command-examples/Apart from the basic operation of looking for files under转载 2011-07-26 15:52:51 · 644 阅读 · 0 评论 -
SSH 自动远程登陆
1. 在client端使用ssh-keygen生成, public & private key$ ssh-keygenEnter passphrase (empty for no passphrase):Enter same passphrase again:Note:原创 2011-07-27 08:59:33 · 504 阅读 · 0 评论 -
HowTo: The Ultimate Logrotate Command Tutorial with 10 Examples
Managing log files effectively is an essential task for Linux sysadmin.In this article, let us discuss how to perform following log file ope转载 2011-07-25 09:25:47 · 811 阅读 · 0 评论 -
debian或者Ubuntu添加虚拟网卡
有时候,一台服务器需要设置多个ip,但又不想添加多块网卡,那就需要设置虚拟网卡.这里介绍两种方式在debian或ubuntu上添加虚拟网卡.在添加虚拟网卡前,首先看看网线连接的网卡名是什么(服务器一般有两块网卡,第一个叫eth0,第二个叫eth1).sudo ifconfig一般情况下会看到:[sudo] password for nortan:eth0 L转载 2011-12-08 11:30:51 · 3935 阅读 · 0 评论