<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; /etc/rc.conf</title> <atom:link href="http://www.cyberciti.biz/tips/tag/etcrcconf/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>FreeBSD Turn On Process Accounting &#8211; Track System Resources Used By Users</title><link>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html#comments</comments> <pubDate>Thu, 08 Jan 2009 10:00:08 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[/etc/rc.conf]]></category> <category><![CDATA[/var/account/acct]]></category> <category><![CDATA[ac command]]></category> <category><![CDATA[accounting file]]></category> <category><![CDATA[accounting service]]></category> <category><![CDATA[audit trail]]></category> <category><![CDATA[freebsd accounting]]></category> <category><![CDATA[lastcomm command]]></category> <category><![CDATA[process accounting]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[sa command]]></category> <category><![CDATA[security method]]></category> <category><![CDATA[system resources]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4259</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/freebsd' title='See all FreeBSD related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/freebsd_logo_sm.png' border='0' /></a></div> I've already written about Linux process accounting under Linux ( see <a
href="http://www.cyberciti.biz/tips/howto-log-user-activity-using-process-accounting.html">how to keep a detailed audit trail</a> of what's being done on your Linux systems). You can easily setup process accounting under FreeBSD.  This tutorial expalins how to enable and utilizing FreeBSD process accounting including many other useful options are explained to keep track of system resources used, and their allocation among users.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>FreeBSD IP Alias: Setup 2 or More IP address on One NIC</title><link>http://www.cyberciti.biz/tips/freebsd-how-to-setup-2-ip-address-on-one-nic.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-how-to-setup-2-ip-address-on-one-nic.html#comments</comments> <pubDate>Fri, 17 Jun 2005 01:38:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[/etc/rc.conf]]></category> <category><![CDATA[freebsd ifconfig alias]]></category> <category><![CDATA[freebsd ip alias]]></category> <category><![CDATA[freebsd ip aliasing]]></category> <category><![CDATA[freebsd netmask]]></category> <category><![CDATA[freebsd network alias]]></category> <category><![CDATA[freebsd network ip alias]]></category> <category><![CDATA[freebsd networking]]></category> <category><![CDATA[ifconfig command]]></category> <category><![CDATA[ifconfig ip alias]]></category> <category><![CDATA[ip alias]]></category> <category><![CDATA[ip networking]]></category> <category><![CDATA[nic]]></category> <category><![CDATA[set ip alias]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/freebsd-how-to-setup-2-ip-address-on-one-nic.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/freebsd' title='See all FreeBSD related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/freebsd_logo_sm.png' border='0' /></a></div> IP aliasing is the process of assigning more than one IP address to a network interface. This is useful for Apache web server virtual hosting  or other network servers such as  ftp server.
This tutorial explains how to assign one or more IP address to a single network interface under FreeBSD operating system.
]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-how-to-setup-2-ip-address-on-one-nic.html/feed</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>FreeBSD Load Device Driver / Kernel Module</title><link>http://www.cyberciti.biz/tips/freebsd-how-to-load-device-driver-module-in-kernel.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-how-to-load-device-driver-module-in-kernel.html#comments</comments> <pubDate>Wed, 01 Dec 2004 13:57:07 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[/boot/kernel]]></category> <category><![CDATA[/boot/modules]]></category> <category><![CDATA[/etc/rc.conf]]></category> <category><![CDATA[boot time]]></category> <category><![CDATA[freebsd load driver]]></category> <category><![CDATA[freebsd load module]]></category> <category><![CDATA[kernel drivers]]></category> <category><![CDATA[kldload command]]></category> <category><![CDATA[ko]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[root user]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/freebsd-how-to-load-device-driver-module-in-kernel.html</guid> <description><![CDATA[Under FreeBSD operating system you need to use the kldload utility to load file.ko into the kernel using the kernel linker. You can find all loadable kernel drivers in in /boot/kernel or /boot/modules/ directory. Some modules (pf, ipfw, ipf, etc.) may be automatically loaded at boot time when the corresponding /etc/rc.conf statement is used. Modules [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-how-to-load-device-driver-module-in-kernel.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
