博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
ELM's Blog
工作、学习、生活、娱乐......
wenzk.cublog.cn
管理博客
发表文章
留言
收藏夹
· Blogs
· 商业网站
· 在线投稿系统
· RPMs
· 技术论坛
· 技术网站
· 精彩推荐
博客圈
音乐
相册
· 其它照片
· 风景照片
· 个人照片
文章
· 乱七八糟
· BSD杂谈
· DNS相关
· 数码相机
· 数据库相关
· IT新技术
· Linux系统相关
· 邮件系统相关
· Office相关
· OpenVPN
· Solaris系统
· 程序设计
· 工作相关
· 供电系统
· 计算机网络
· 自娱自乐
首页
关于作者
姓名:ELM 职业:网管[网吧管理员] 年龄:26 位置:辽宁 沈阳 介绍:一定要把网络管好 QQ:616621 Email:wzk<AT>wenzk<DOT>net
||
<<
>>
||
我的分类
文章列表 - Linux系统相关
Sharity-Light轻松共享windows资源
使用SAMBA似乎太庞大了。<br><br>#cd /usr/ports/net-sharity-light<br>#make install clean<br><br>需要共享时:<br><br># shlight //somename/share /path/to/mount -U username -P password<br><br>卸载:<br><br># unshlight /path/to/mount<br><br>
查看全文
发表于:2008-04-08 ┆
阅读(913)
┆
评论(0)
如何在HP DL380 G5上挂载SCSI硬盘安装rhel4 u2(优盘版)
昨天写了一个<a href="http://www.oceanboo.cn/read.php/143.htm" target="_blank">软盘版</a>的安装方法,不过现在带DL380 G5这类服务器早不带软驱了,如果又没有外置软驱的话,是不是就束手就擒了呢?当然不。<br><br>下面来讲讲如何用优盘来挂载驱动的方法,此方法要在Linux下执行操作:<br>1.下载管网上的最新驱动。<a href="http://h50176.www5.hp.com/support/397307-AA1/more_info_local_24405.html" target="_blank">下载地址在这里</a>。<br>2.解压压缩驱动包cpq_cciss-2.6.10-13.rhel4.i686.dd.gz<br><div class="code">gzip –……
查看全文
发表于:2008-04-07 ┆
阅读(855)
┆
评论(0)
利用U盘加载控制器驱动来安装Linux系统
一般我们在安装服务器过程中需要加载一些scsi卡或raid卡驱动,以便操作系统可以检测到硬盘。 <br> <br> 常规的安装方式是要用到软驱,其实我们也是可以通过U盘来进行加载的。 <br> <br> 装Linux控制器驱动往往都是*.dd或者*.img结尾的文件,我们都可以在linux下通过dd命令来写入到U盘中,比如驱动的名字为megaraid_sas.img <br> <br> 假设有一台Linux机器,先把文件拷贝到/tmp,U盘的设备名为sdb。 <br> <br> dd if=/tmp/megaraid_sas.img of=/dev/sdb <br> <br> cat命令也可以实现dd的作用,注意这里是sdb而……
查看全文
发表于:2008-04-07 ┆
阅读(723)
┆
评论(0)
Fedora Core 2 Test 3 - NFS server: server is down
在NFS Server切换到一个新机器后,发现部分机器无法mount。<br>Server系统FC2<br>F7可以正常mount,FC6提示错误,FC1提示服务关闭。<br><br>Google了一下,下面是结果:<br><br>I installed FC2T3 on one of my machines and could not mount any NFS-Dir from my Server (SuSE 8.2). With FC1 on my other machines I have no problem at all mounting any NFS-Dirs from the server.<br> <br> [root@flaneur root]# mount 192.168.1.2:/home<br> mount to NFS server '192.168.1.2' failed: server is down.<br> You have new mai……
查看全文
发表于:2008-01-24 ┆
阅读(1383)
┆
评论(1)
Fedora 8下无线网卡使用WPA验证启动问题
上次在 <a href="http://www.wenzk.net/bbs/thread-976-1-1.html" target="_blank">http://www.wenzk.net/bbs/thread-976-1-1.html</a> 介绍了Fedora 8下如何连接使用WPA验证的无线AP的方法。<br> <br> 但是当我在设置成自动启动wpa_supplicant服务后,每次重新启动的时候总是无法正常启动wpa_supplicant服务,提示是No Such file or directory,登录系统后如何启动都没有问题,真是郁闷,当然,在提示中还夹杂着什么BUS一类的提示信息。<br> <br> 通过查看/var/log/wpa_supplicant.log发现,日志提示:Could not acquire the system……
查看全文
发表于:2007-11-30 ┆
阅读(2686)
┆
评论(1)
Fedora 8下如何配置无线使用WPA验证
首先必须安装wpa_supplicant这个软件包了。<br> 修改配置文件1<br> [root@elm ~]# more /etc/sysconfig/wpa_supplicant <br> INTERFACES="-ieth1"<br> DRIVERS=""<br> [root@elm ~]# <br> 修改配置文件2<br> [root@elm ~]# more /etc/wpa_supplicant/wpa_supplicant.conf <br> ctrl_interface=/var/run/wpa_supplicant<br> ctrl_interface_group=wheel<br> <br> network={<br> ssid="ELM"<br> #psk="12345678"<br>  ……
查看全文
发表于:2007-11-16 ┆
阅读(2257)
┆
评论(0)
把PlanetLab的配置文件放到TFTP服务器上(丢掉陈旧的软盘)
以前写过关于通过PXE启动PlanetLab的文章,可以在: http://blog.chinaunix.net/u/2389/showart_79066.html 找到,这篇文章是在上一篇文章的基础上修改的。<br><br>基本思路为:<br><br>使用闲置的eth1网卡用来网络启动,启动完毕后,通过dhcp client配置eth1的IP地址(dhcp服务器必须分配一个默认网关,通过默认网关的地址来判断tftp server的地址,方法比较土:P),然后从tftp根目录下载一个nodelist文件,主要包含节点配置文件的文件名和eth1网卡的MAC地址,下载完毕后根据本机eth1网卡的MAC来找到对应的配置文件位置所在,下载配置文件,……
查看全文
发表于:2007-07-20 ┆
阅读(2061)
┆
评论(1)
DRBL - Diskless Remote Boot in Linux
Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and SuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partitioning and disk cloning utility similar to Symantec Ghost.<br><br>http://drbl.sf.net<br><br>无盘使用这个应该是可行的<br>
查看全文
发表于:2007-06-16 ┆
阅读(2161)
┆
评论(0)
Linux LDAP authentication
<p class="story_author">Wednesday September 21, 2005 <nobr>(12:00 PM GMT)</nobr></p> <p class="story_author">By: <a href="mailto:americandave@soupy.org">"American" Dave Kline</a></p> <p class="story_content"> When you have to administer a network of many machines, you quickly find out how much duplication of effort is involved with normal administrative tasks. Routine operations like changing passwords, canceling accounts, and modifying groups become time-consuming if repeated on many……
查看全文
发表于:2007-06-16 ┆
阅读(2122)
┆
评论(0)
Linux LDAP authentication
<p class="story_author">Wednesday September 21, 2005 <nobr>(12:00 PM GMT)</nobr></p> <p class="story_author">By: <a href="mailto:americandave@soupy.org">"American" Dave Kline</a></p> <p class="story_content"> When you have to administer a network of many machines, you quickly find out how much duplication of effort is involved with normal administrative tasks. Routine operations like changing passwords, canceling accounts, and modifying groups become time-consuming if repeated on many……
查看全文
发表于:2007-06-16 ┆
阅读(2061)
┆
评论(0)
Vyatta - An Other Great Router Project
官方网站: http://www.vyatta.com<br><br>非常不错的路由软件,具体性能如何,参见Linux的性能就OK了,因为是基于Linux开发的,同时支持HTTP和CLI的方式,特别是CLI方式和Juniper非常类似,简直太爽了,呵呵<br><br>官方提供LiveCD和VMware的image下载,具体安装到硬盘的方法:<br><br><h2> Installing to Hard Disk </h2> <p> Once you have determined that you want to install the system more permanently, simply install to a hard disk like any other operating system. If you're going to run the OFR in any sort of lo……
查看全文
发表于:2007-06-16 ┆
阅读(2240)
┆
评论(0)
snort_inline - 有这个就可以联动了
Snort_inline is a modified version of Snort. It accepts packets from iptables, instead of libpcap. It uses new rule types to tell iptables if the packet should be dropped or allowed to pass based on the Snort rules.<br><br>http://sourceforge.net/projects/snort-inline<br><br>有空一定要试试,看似不错的东西,不用自己去和防火墙联动了<br>
查看全文
发表于:2007-06-16 ┆
阅读(2222)
┆
评论(0)
HTTPTunnel - 很有创意的一个东西
Enables tunneling of network connections through restrictive HTTP proxies. Features: Portmapping, SOCKS4, SOCKS5, web-based admin interface, possibility to use standalone server (perl) or hosted server (PHP), optional authorization from LDAP or MySQL<br><br>http://sourceforge.net/projects/http-tunnel<br><br>呵呵,Great Project!<br>
查看全文
发表于:2007-06-16 ┆
阅读(2440)
┆
评论(0)
sshguard - 你的SSH安全吗?
sshguard protects hosts from the plague of brute force attacks against ssh. Unlike many similar tools written in interpreted languages, it's independent, fast, and lightweight because it's completely written in C.<br><br>http://sourceforge.net/projects/sshguard/<br><br>如果你想让任何地址都可以访问你的ssh端口,那么对SSH做一定的防护确实是需要的,以前我使用的是iptables的recent模块,这个东西也不错哦<br>
查看全文
发表于:2007-06-16 ┆
阅读(2228)
┆
评论(0)
Anyterm - A Terminal Anywhere
今天ZZ问我是否还记得有一个软件可以同时登录多台主机,然后之行命令,想了好久,后来想起来我在一台机器上安装过,登录上去看了看,后来才想起来是Omnitty,在同以目录下还发现了rote这个东西,上网查查才发现是omnitty用的可以库文件。<br><br>后来发现这个东西也不错<br><br><div id="bodywrapper"> <div id="bodycontent"> <h2>Introduction</h2> <p>Have you ever wanted SSH or telnet access to your system from an “internet desert” - from behind a strict firewall, from an internet c……
查看全文
发表于:2007-06-12 ┆
阅读(2076)
┆
评论(0)
HOWTO: IPCop-OpenVPN
<p>I’m a huge fan of <a href="http://ipcop.org/">IPCop</a>. It’s a great firewall distro that makes administration a snap using a slick web interface. My goal was to use IPCop and an easy-to-use <a href="http://en.wikipedia.org/wiki/VPN">VPN</a> client to allow access to my LAN while away from home.</p> <p>I ended up going with the <a href="http://www.zerina.de/">ZERINA OpenVPN addon</a> for IPCop and the <a href="http://openvpn.se/">OpenVPN GUI for Windows</a>.</p> <p>If you’ve ever want……
查看全文
发表于:2007-06-11 ┆
阅读(2722)
┆
评论(0)
Linux内核配置系统浅析
<p>级别: 初级</p><p><a href="http://www.ibm.com/developerworks/cn/linux/kernel/l-kerconf/index.html#author">汤凯</a> (<a href="mailto:tangk73@hotmail.com?subject=Linux%E5%86%85%E6%A0%B8%E9%85%8D%E7%BD%AE%E7%B3%BB%E7%BB%9F%E6%B5%85%E6%9E%90">tangk73@hotmail.com</a>), <br></p><p>2003 年 3 月 01 日</p><blockquote>Your article abstract goes here. It may include trademark symbols for IBM or Java.</blockquote><!--START RESERVED FOR FUTURE USE INCLUDE FILES--><!-- include java script once we verify ……
查看全文
发表于:2007-06-02 ┆
阅读(2177)
┆
评论(0)
Using WPA with OSX, XP and Linux
I recently setup a Netgear WGR614 wireless router for use with my broadband link and discovered that it had support for WiFi Protected Access (WPA). It can use WPA in pre-shared-key mode (WPA-PSK) otherwise known as "WPA Personal". If you don't know what WPA is or why you would want to use it, visit the <a href="http://www.wi-fi.org/OpenSection/protected_access.asp">WiFi Alliance</a>.<br> <h2>WiFi Protected Access (WPA)</h2> In summary, it's the successor to Wired Equivalent Privacy (……
查看全文
发表于:2007-06-02 ┆
阅读(2492)
┆
评论(0)
Htun 原来2002年开始就有样突破代理的软件了
<p> HTun creates an point-to-point virtual IP network over HTTP by encapsulating IP traffic into valid HTTP requests. The HTun server runs on a host with an unrestricted Internet connection. It listens on a common webserver port (80 or 443) and accepts HTun client connections. The HTun client daemon runs from within a restrictive network environment, communicating with the HTun server over an HTTP proxy. </p><p> We were motivated to write HTun to combat the increasingly restrictive netwo……
查看全文
发表于:2007-04-24 ┆
阅读(2441)
┆
评论(2)
Linux下查看和修改网卡参数的工具
以前一直不知道如何使用工具来修改网卡的参数:速率、双工等参数。<br>曾经在modprobe.conf中来改变加载module时候的参数,也可以达到一些效果。<br><br>今天突然发现Linux下有两个工具貌似可以实现,记录一下:<br>mii-tool<br>ethtool<br><br>具体的看看man就知道了,简单的操作:<br>mii-tool -v<br>mii-tool -v eth0<br>ethtool eth0<br>man mii-tool<br>man ethtool<br>...<br>
查看全文
发表于:2007-04-10 ┆
阅读(2543)
┆
评论(1)
清除GRUB在MBR的残留信息
估计大部分Linux初学者会遇到把Grub安装到MBR上去了,现在不想用Linux,直接用分区工具把Linux分区给删除了,结果导致系统无法启动,具体恢复方法有很多,但是有的时候也很顽固:<br><br>1、如果能用光盘启动,那么使用光盘启动到dos,使用fdisk /mbr就搞定了。<br><br>2、如果不能用用光盘启动,那么用U盘启动(注意启动后C是否是U盘,如果是U盘,那就麻烦了),使用fdisk /mbr没有办法修改实际硬盘的MBR信息,导致无法正常覆盖。(这个我没有搞定,决定使用3解决)<br><br>3、通过U盘(网络)启动Linux,下载附件,附件是没有安装过Linu……
查看全文
发表于:2007-04-02 ┆
阅读(3598)
┆
评论(2)
Vyatta - Router / Firewall ---OpenSource
这个开源项目,不知道效果如何,没有用过,记录一下<br><br>Vyatta has created an open-source, enterprise-class router / firewall / VPN that runs on x86 hardware. Vyatta products include support for standard routing (BGP, OSPF, RIP)protocols, interfaces from T1/E1 to GigE, plus config via CLI and web GUI.<br><br><a href="http://sourceforge.net/projects/vyatta/" target="_blank">http://sourceforge.net/projects/vyatta/</a><br>
查看全文
发表于:2007-04-01 ┆
阅读(2279)
┆
评论(0)
Openfiler 廉价的存储系统
<p dragover="true"><a dragover="true" href="http://www.openfiler.com/">openfiler</a> is a "storage OS" that talks iscsi(block) and samba(file). sort of nas or maybe cheap san (via iscsi, not fc).</p> <p>openfiler is centos based, and includes many packages that can be used to serve disks to users.</p> <p>installation is easy, either get the iso or the <a href="http://www.vmware.com/vmtn/appliances/directory/344">vmware appliance</a></p> <p>If you're in a hurry, the vmware appliance will get ……
查看全文
发表于:2007-03-23 ┆
阅读(3100)
┆
评论(0)
iSCSI on Linux FC6
一直以来,对于存储都没有什么概念,目前用的大部分都还是机器内部的硬盘,或者外接一个盘阵什么,所以对于SAN、NAS、DAS等等都没有了解,也不知道使用的时候需要注意些什么。<br> 最近iSCSI讨论的越来越多,各个操作系统都相继的支持iSCSI,使用也很方便,所以在Linux上试验了一下。<br><br> 对iSCSI也没什么了解,第一个发现的就是iscsitarget和linux-scsi这两个软件:<br>如果你要使用iscsitarget,注意你的内核版本必须高于2.6.14:<br><br>tar zxvf iscsitarget-0.4.14……
查看全文
发表于:2007-03-16 ┆
阅读(2690)
┆
评论(0)
Going Enterprise - setup your FC4 iSCSI target in
<h2> About</h2> <p>This is a ultimate guide how to setup your iSCSI target on a Linux FC4 machine. This article doesn't include the setup guide for Linux iSCSI Initiator. However, it does tell you how to download and use a Microsoft iSCSI Initiator for use on a Windows server/client PC for iSCSI Initiator role. You can read all about iSCSI on Linux <a href="http://iscsitarget.sourceforge.net/" class="external" title="http://iscsitarget.sourceforge.net/" rel="nofollow">here</a><span class="u……
查看全文
发表于:2007-03-14 ┆
阅读(2565)
┆
评论(0)
Turn your Linux server into an iSCSI storage targe
<b class="a4">Turn your Linux server into an iSCSI storage target</b><br> By Scott Lowe MCSE, Tech Republic<br> 17 November 2005<br><br clear="all"> <p>In my previous articles in this series, I shared some hardware options to help you build an inexpensive iSCSI target and went over your Windows software options for enabling this functionality. <!--text blurb--> </p><p>In this article, I'll address the Linux side of the same equation. I will provide a method by which you can convert a……
查看全文
发表于:2007-03-11 ┆
阅读(3309)
┆
评论(0)
使用源代码安装还是RPM包安装
相信大家都曾经为这么一个问题所困惑:<br>在RH的系统下,到底是使用RPM包安装还是使用源代码包安装,不过如果你用多了就会发现,其实没有什么比较好的说法,只是仁者见仁智者见智,各自有各自的好处。<br><br>记得当初刚开始学Linux的时候,什么东西都喜欢使用源代码安装,觉着这个才叫安装软件,不过自己也只是简单的使用<br>./configure<br>make<br>make test<br>make install<br>就算完事了,也一定要自己编译成功N次内核才善罢甘休。<br><br>后来自己变懒了,什么都习惯使用RPM了,特别时候后来使用yum安装,自动解决了依赖问题,不用……
查看全文
发表于:2007-03-11 ┆
阅读(2712)
┆
评论(1)
发现FC的一个工具sysreport
在Linux上systat命令(FreeBSD上的一个工具),结果无意中发信在FC后期版本多了一个sysreport命令,下面是这个命令的提示:<br><br>This utility will go through and collect some detailed information<br>about the hardware and setup of your Red Hat Linux system.<br>This information will be used to diagnose problems with your system<br>and will be considered confidential information. Red Hat will use<br>this information for diagnostic purposes ONLY.<br><br>Please wait while we collect information ab……
查看全文
发表于:2007-03-11 ┆
阅读(2338)
┆
评论(0)
定期对流媒体进行截屏操作
以前看到别人的媒体网站,能够定期更新播放中的节目的截屏,觉得是一个很高深的技术,肯定要自己写一个程序去读取流媒体,然后截图,这样才能生成图片。<br><br> 这个方法肯定是可行的,但是对于一般人来说,可能门槛会比较高,下面介绍一个比较简单的方法,使用mplayer来截屏。<br><br> 转载注明: <a href="http://www.wenzk.net/" target="_blank">http://www.wenzk.net</a><br> <a href="http:/……
查看全文
发表于:2007-01-07 ┆
阅读(2613)
┆
评论(0)
华为EC321 CDMA 1X RTT上网卡Fedora Core 5/6 GNU/Linux...
华为EC321 CDMA 1X RTT上网卡Fedora Core 5/6 GNU/Linux 中的上网方法:<br><br>1.首先 [ #lspci ] 能看到如下显示<br>02:00.0 USB Controller: NEC Corporation USB (rev 43)<br>02:00.1 USB Controller: NEC Corporation USB (rev 43)<br>02:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)<br><br>这说明内核已经支持EC321的芯片,Fedora一般不会将不稳定的驱动编译到默认内核,所以改驱动是非常稳定的。<br><br>2.然后执行 [ #wvdialconf /etc/wvdial.conf ] ,wvdialconf会自动扫描modem硬件设备,并将其自动配置的结果写入 ……
查看全文
发表于:2006-11-10 ┆
阅读(3436)
┆
评论(0)
R52 Linux中Fn+FX控制信息显示问题
大家都知道IBM的本本在windows下,驱动安装完毕后,在调节音量和屏幕的明亮度时屏幕都有和人性化的进度条<br> 但是在Linux下默认就没有了,如果要弄出来,需要安装一个tpb的软件包。<br><br>yun install tpb<br><br>重新启动后就可以了,注意:不要安装fglrx驱动,我安装后就不能显示了,只能重新配置X。<br><br>原文: http://www.wenzk.net/bbs/thread-178-1-1.html<br>
查看全文
发表于:2006-11-03 ┆
阅读(2941)
┆
评论(0)
Firefox关联mplayer打开mms的方法
默认在Linux下mms:// rtsp://关联的都是totem这个播放器<br>但是这个破烂播放器偏偏又很不争气,什么都不放不了,只能想办法让Firefox关联mplayer了<br><br>上网Google了一番,最后发现可以这么处理:<br><br>在Firefox的地址栏输入: about:config<br>在配置页面的任意空白处点击鼠标右键,选择“新建”->“字符串“。<br>在弹出的对话框内输入:network.protocol-handler.app.mms<br>点击确定,在出现的第二个对话框中输入: mplayer<br>然后确定。<br><br>rtsp的也按照同样的方法解决。<br>
查看全文
发表于:2006-10-28 ┆
阅读(4543)
┆
评论(0)
尝试使用yum install xxxx.rpm安装软件包
相信大家在拿到一个rpm包的时候,第一时间想到的就是使用rpm -ivh xxxx.rpm来安装,但是如果提示这个软件包依赖yyy软件包,接着找yyy-xxx.rpm,然后使用rpm -ivh yyy-xxx.rpm,提示yyy依赖zzz,所以几乎把所有的时间都放在解决依赖关系了。<br><br>因为目前大部分在RH系统上起家的系统都支持yum升级和安装软件,我们可以使用<br><br>yum install xxxx.rpm<br><br>来安装这个本地的RPM,yum自动去上网找寻依赖的软件包:)<br><br>
查看全文
发表于:2006-10-25 ┆
阅读(3989)
┆
评论(0)
FC6下ipw2200无线网卡的安装
<div style="font-size: 12px;">以前在FC4 FC5下驱动ipw2100 ipw2200都是上fs.net上下载一个firmware,放到/lib/firmware下就可以了<br> <br> 但是这招在FC6下就过不去了哦<br> <br> 后来发现需要更新ieee80211-kmdl ipw2200-kmdl,安装后就可以up起来了:)<br> <br> 附件为纯的FC6系统,内核版本为:2.6.18-1.2798.fc6时可用的3个软件包。<br> <br> 通过rpm -ivh安装上后,用图形的配置工具配置一下就OK了。</div> <br><br><img src="http://www.wenzk.net/bbs/images/attachicons/zip.gif" class="absmiddle" alt="" border="……
查看全文
发表于:2006-10-25 ┆
阅读(4028)
┆
评论(4)
use yum to install VLC on FC6
昨天发布了FC6,同事下载了一个,顺便体验了一下桌面效果,不错,但是容易导致桌面死机,呵呵:)<br><br>下面是安装VLC (VideoLAN)的方法:<br><br>rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm<br><br>yum install vlc<br><br>呵呵,搞定:)<br>
查看全文
发表于:2006-10-25 ┆
阅读(3271)
┆
评论(0)
Linux下配置PAN(蓝牙Bluetooth)
测试PAN,由于以前没有使用过蓝牙,对这个东西也没有个认识,只是知道可以实现。<br> 在此之前也找到一些文章,但是那些好用那些不好用我自己也不知道,由于我使用FC,所以配置方面有所差异。<br> <br> 操作系统分别为FC4和FC5、蓝牙适配器<br> 对于windows这个很容易搞定的。<br> <br> 蓝牙的配置: /etc/bluetooth/目录<br> <br> hcid.conf文件:<br><br><div class="msgheader"><div class="right"><a href="http://www.wenzk.net/bbs/thread-142-1-1.html###" class="smalltxt" onclick="copycode($('code0'));">[Copy to cli……
查看全文
发表于:2006-10-22 ┆
阅读(3576)
┆
评论(1)
Upnp On Fedora Core 4
由于宽带路由器不稳定,特别是在打开Upnp后+一堆P2P软件在下载的时候,很容易导致机器死机<br> <br> 为了解决这个问题,使用Linux来拨号,为了让Linux支持upnp,找到了linux-igd这个程序<br> <br> 下载地址: <a href="http://sourceforge.net/projects/linux-igd/" target="_blank">http://sourceforge.net/projects/linux-igd/</a><br> <br> ps: 我下载的是src.rpm,然后使用rpmbuild --rebuild就可以重新编译了。<br> <br> 在编译之前的准备工作:<br> <br> 1. 安装必要的软件包:<br> # yum install iptables-devel libu……
查看全文
发表于:2006-10-15 ┆
阅读(3111)
┆
评论(1)
OmniTTY
<div class="itemtext"> <p>前陣子在 #bsdchat 上聽 <a href="http://rafan.infor.org/" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/rafan.infor.org');">rafan</a> 講 <a href="http://omnitty.sourceforge.net/" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/omnitty.sourceforge.net');"><span class="hilite">OmniTTY</span></a> 可以透過 ssh 連到很多台機器,然後開 Multicast Mode 對每台機器下指令,再加上 ssh-agent 可以把輸入密碼的步驟省掉,就超級方便 XD</p> <p>結果聽……
查看全文
发表于:2006-06-08 ┆
阅读(3040)
┆
评论(0)
Cacti的安装CD
基于Centos的一个CD。<br><br><a href="http://cactiusers.net/downloads/CactiEZ-v0.1.iso" target="_blank">http://cactiusers.net/downloads/CactiEZ-v0.1.iso</a><br>
查看全文
发表于:2006-05-30 ┆
阅读(2958)
┆
评论(0)
Cacti Addons
循环播放图片: <a href="http://forums.cacti.net/about11588.html" target="_blank">http://forums.cacti.net/about11588.html</a><br>RRD数据导成文本或CSV: <a href="http://forums.cacti.net/about9391.htmlhttp://forums.cacti.net/about9391.html" target="_blank">http://forums.cacti.net/about9391.html</a><br>报警系统(Cacti就是强大): <a href="http://forums.cacti.net/about6508.html" target="_blank">http://forums.cacti.net/about6508.html</a><br>保存路由器配置文件: <a href="http://forums.cacti.net/about12406.h……
查看全文
发表于:2006-05-29 ┆
阅读(2934)
┆
评论(0)
A Cure for the Common SSH Login Attack
<p>Updated: 2006-03-20</p> <p><span class="h3">Introduction</span><br> A few months ago, I began seeing our 'secure' log files fill up with entries, stating: "Failed password for illegal user [username]". Being somewhat alarmed about this I decided to search the Internet to find out if others were experiencing these or similar attacks and, hopefully, find a solution.</p> <p>I did find a lot of information, but only a few script-based solutions. Most of the cures included: 1) Moving the……
查看全文
发表于:2006-05-22 ┆
阅读(2774)
┆
评论(0)
Quagga在FC4上运行遇到的问题
昨天帮人配置Linux路由器,为了方便,使用动态路由,首选Quagga。<br><br>以前自己都是下载源代码包安装,手工指定以root身份运行程序,机器也把SELinux关闭了。<br><br>这次为了偷懒,直接yum install quagga<br><br>待一切搞定后,把zebra和ospfd启动过后,使用vtysh对路由器进行配置,一切都很顺利,但是在最后使用wr的时候发现问题了,死活不让保存,提示/etc/quagga/zebra.conf.xxxx没有权限之类的提示,察看quagga的权限,也没有问题,最后没有办法,把机器的SELinux关闭后就OK了。<br><br>所以使用Quagga的时候如果不能保存配置文件……
查看全文
发表于:2006-05-09 ┆
阅读(2875)
┆
评论(0)
在RedHat系列系统下PPPoE设置方式
说实话,这么长时间了,一直没有用Linux拨号上过网,对于ISDN一直没有条件接触,Adsl也一样。<br><br>最近终于有时间接触了ADSL了,但是最初是使用ipcop来拨号,后来弄了个宽带路由器,所以一直也没有尝试自己配置Linux来拨号。<br><br>昨天帮人去配置IPv6,差点就让我配置那机器ADSL拨号,由于我对Linux的图形也不熟悉,如果图形启动不起来,我也没有什么好办法,今天有幸自己在Linux下配置Adsl拨号上网,所以要贴个文章出来记录。<br><br>说实话,我也不会,要看/usr/share/doc下面的文档也很费劲,幸好图形下可以增加xDSL连接方式,……
查看全文
发表于:2006-05-09 ┆
阅读(2939)
┆
评论(0)
FC5相关的FAQ(ELM个人总结)
由于是个人总结的,所以未必全面:<br><br>1、<span style="color: rgb(0, 1, 255);">Q: IPW2200无线网卡都识别出来了( Intel® PRO/Wireless 2200BG Driver Firmware),为什么不能使用呢?</span><br>A: 需要下载Firmware,这个弄好了就可以驱动起来了。<br> http://ipw2200.sourceforge.net/firmware.php<br> 到这个URL上下载firmware,然后把*.fw复制到/lib/firmware/目录下。<br> 在添加无线设备,设置好SSID和key就OK了。<br><br>2、<span style="color: rgb(0, 1, 255);">Q: 怎么没有……
查看全文
发表于:2006-05-07 ┆
阅读(2835)
┆
评论(0)