<?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>Frequently Asked Questions About Linux / UNIX &#187; Advanced</title> <atom:link href="http://www.cyberciti.biz/faq/tutorial-difficulty-level/advanced/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Sat, 25 May 2013 20:12:05 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</title><link>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/#comments</comments> <pubDate>Sun, 19 May 2013 15:24:36 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Cryptography]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[make command]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13278</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">G</span>oogle Chrome/Chromium, Firefox and Opera browser support SPDY networking protocol. It enables faster browsing on supported sites. SPDY is similar to HTTP, with particular goals to reduce web page load latency and improve web security. SPDY achieves reduced latency through compression, multiplexing, and prioritization. How do I enable nginx SPDY support running on Debian or Ubuntu Linux server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/">Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu&url=http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Debian Linux: Upgrade v6.0.x Squeeze to v7.0.0 Wheezy</title><link>http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/</link> <comments>http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/#comments</comments> <pubDate>Sun, 05 May 2013 19:06:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[apt-get dist-upgrade]]></category> <category><![CDATA[apt-get upgrade]]></category> <category><![CDATA[egrep command]]></category> <category><![CDATA[lsb_release -a]]></category> <category><![CDATA[lsb_release command]]></category> <category><![CDATA[tail command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13260</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Debian/Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/debian-ubuntu/"><img
src="http://s0.cyberciti.org/images/category/old/debianlogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">R</span>ecently <a
href="http://www.cyberciti.biz/linux-news/download-debian-7-cd-dvd-iso/">Debian Linux version 7.0 ("Wheezy") released</a>. This version shipped with many new features  - improvements to multimedia support, improved security through hardening flags and the OpenStack suite and the Xen Cloud Platform to name a few. How do I upgrades from Debian Linux version 6.x.x (squeeze) to the latest version 7.0.0 wheezy using command line options? How do I upgrade my Debian 6.x server to 7.x over the ssh session?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/">Debian Linux: Upgrade v6.0.x Squeeze to v7.0.0 Wheezy</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Debian Linux: Upgrade v6.0.x Squeeze to v7.0.0 Wheezy&url=http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux WARNING: Duplicate VG name server1 LVM2 Error and Solution</title><link>http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/</link> <comments>http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/#comments</comments> <pubDate>Sun, 05 May 2013 17:55:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[storage]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[df command]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[vgdisplay command]]></category> <category><![CDATA[vgrename command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13256</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related FAQ" href="http://www.cyberciti.biz/faq/category/linux/"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> recently added SSD to my home server and reloaded the operating system. However, <a
href="http://www.cyberciti.biz/hardware/howto-linux-hard-disk-encryption-with-luks-cryptsetup-command/">when I try to access my dm-crypt based old disk</a>, I am getting the following error: <kbd>Reading all physical volumes.  This may take a while...
WARNING: Duplicate VG name server01: Existing bc7YA8-eEXt-1aA1-OHTr-zJkA-ucd0-DsbRTc (created here) takes precedence over RIKiar-w3MG-Gzh5-VFWq-bkRT-9IFc-ia8k87
WARNING: Duplicate VG name server01: Existing bc7YA8-eEXt-1aA1-OHTr-zJkA-ucd0-DsbRTc (created here) takes precedence over RIKiar-w3MG-Gzh5-VFWq-bkRT-9IFc-ia8k87
Found volume group "server01" using metadata type lvm2
Found volume group "server01" using metadata type lvm2</kbd> The problem is my volume group. I set to to server01 on both old and new hard disk. How can I rename old LVM2? How do I access my old hard disk?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/">Linux WARNING: Duplicate VG name server1 LVM2 Error and Solution</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux WARNING: Duplicate VG name server1 LVM2 Error and Solution&url=http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/warning-duplicate-vg-name-server01-error/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Debian / Ubuntu: Set Port Knocking With Knockd and Iptables</title><link>http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/#comments</comments> <pubDate>Wed, 01 May 2013 18:51:33 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[/etc/default/knockd]]></category> <category><![CDATA[/etc/knockd.conf]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[service command]]></category> <category><![CDATA[sudo command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13252</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Debian/Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/debian-ubuntu/"><img
src="http://s0.cyberciti.org/images/category/old/debianlogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">M</span>y iptables based firewall allows only port TCP 80 and 443. I also need tcp port # 22, but I do not have static IP at my home. How do I open and close TCP port #22 on demand under Debian or Ubuntu Linux based server systems? How do I install a port-knock server called knockd and configure it with iptables to open tcp port #22 or any other ports?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/">Debian / Ubuntu: Set Port Knocking With Knockd and Iptables</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Debian / Ubuntu: Set Port Knocking With Knockd and Iptables&url=http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntu-linux-iptables-knockd-port-knocking-tutorial/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</title><link>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/</link> <comments>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/#comments</comments> <pubDate>Sun, 14 Apr 2013 09:07:13 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[brute force attack]]></category> <category><![CDATA[curl command]]></category> <category><![CDATA[define('FORCE_SSL_ADMIN']]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[restart nginx]]></category> <category><![CDATA[true);]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13220</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am the small business owner and runs my own web-site. I have noticed increased cracking activity against by blog. What's the best way to block WordPress URLs such as example.com/blog/wp-login.php and example.com/blog/wp-admin/ in the nginx web-server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/">Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address&url=http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Iptables Setup Firewall For a Web Server</title><link>http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/</link> <comments>http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/#comments</comments> <pubDate>Tue, 15 Jan 2013 08:05:06 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[/etc/sysconfig/ip6tables]]></category> <category><![CDATA[/etc/sysconfig/iptables]]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[service command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13106</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Firewall related FAQ" href="http://www.cyberciti.biz/faq/category/iptables/"><img
src="http://s0.cyberciti.org/images/category/old/firewall.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> have setup an Apache web server on CentOS Linux. How do I configure firewall to allow or block access? How do I setup firewall for a web server under RHEL or CentOS Linux v6.x?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/">Linux Iptables Setup Firewall For a Web Server</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux Iptables Setup Firewall For a Web Server&url=http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-web-server-firewall-tutorial/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Linux Configure Firewall Using Shorewall Under RHEL / CentOS</title><link>http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/</link> <comments>http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/#comments</comments> <pubDate>Wed, 19 Dec 2012 20:42:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[/etc/init.d/shorewall restart]]></category> <category><![CDATA[/etc/init.d/shorewall start]]></category> <category><![CDATA[/etc/init.d/shorewall stop]]></category> <category><![CDATA[/etc/shorewall/interfaces]]></category> <category><![CDATA[/etc/shorewall/policy]]></category> <category><![CDATA[/etc/shorewall/rules]]></category> <category><![CDATA[/etc/shorewall/zones]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[netfilter]]></category> <category><![CDATA[shorewall command]]></category> <category><![CDATA[Shorewall logmartians]]></category> <category><![CDATA[Shorewall norfc1918]]></category> <category><![CDATA[Shorewall nosmurfs]]></category> <category><![CDATA[Shorewall routefilter]]></category> <category><![CDATA[Shorewall tcpflags]]></category> <category><![CDATA[Shorewall TCP_FLAGS_DISPOSITION]]></category> <category><![CDATA[Shorewall TCP_FLAGS_LOG_LEVEL]]></category> <category><![CDATA[shorewall.conf]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13069</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Sun CentOS Linux related FAQs" href="http://www.cyberciti.biz/faq/category/centos/"><img
src="http://s0.cyberciti.org/images/category/old/centos_logo.png" alt="" border="0" /></a></div><span
class="drop_cap">A</span> properly configured firewall can greatly increase the security of RHEL / CentOS based system. How do I configure a shorewall based firewall for CentOS or Red Hat Enterprise Linux system with an Internet connection? How do I install and configure shorewall to protect the following small business network?<br/> <img
src="http://s0.cyberciti.org/uploads/faq/2012/12/centos-firewall-shorewall.png" title="" alt="" border=""><p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/">Linux Configure Firewall Using Shorewall Under RHEL / CentOS</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux Configure Firewall Using Shorewall Under RHEL / CentOS&url=http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/centos-rhel-shorewall-firewall-configuration-setup-howto-tutorial/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>CentOS / RHEL: Install ipset Administration Tool For IP Sets and IPTables</title><link>http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/</link> <comments>http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/#comments</comments> <pubDate>Mon, 10 Dec 2012 19:36:08 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[ipset command]]></category> <category><![CDATA[iptables command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13039</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Redhat/CentOS/Fedora Core related FAQ" href="http://www.cyberciti.biz/faq/category/redhat-and-friends/"><img
src="http://s0.cyberciti.org/images/category/old/rhlogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I install the ipset extension to Netfilter/iptables on Red Hat Enterprise Linux / CentOS Linux v6.x?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/">CentOS / RHEL: Install ipset Administration Tool For IP Sets and IPTables</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=CentOS / RHEL: Install ipset Administration Tool For IP Sets and IPTables&url=http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/centos-rhel-install-ipset-administration-tool-for-ip-sets-and-iptables/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>MySQL Server: Bind To Multiple IP Address</title><link>http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/#comments</comments> <pubDate>Thu, 06 Dec 2012 07:49:34 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Iptables]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[/etc/pf.conf]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Opebsd]]></category> <category><![CDATA[pfctl command]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13012</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all MySQL Database Server related FAQ" href="http://www.cyberciti.biz/faq/category/mysql/"><img
src="http://s0.cyberciti.org/images/category/old/mysqllogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> have MySQL database system running on FreeBSD. The server has multiple ip address. The mysqld used by many websites hosted on two other CentOS based servers. I would like to bind MySQL sever running on Unix / Linux server to more than one IP address such as 202.54.1.2, 202.54.1.10, and 202.54.1.15. How can I bind mysqld to multiple ips?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/">MySQL Server: Bind To Multiple IP Address</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=MySQL Server: Bind To Multiple IP Address&url=http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-mysqld-server-bind-to-more-than-one-ip-address/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>HowTo: Linux Rename a RAID Array From md0 to md2</title><link>http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/</link> <comments>http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/#comments</comments> <pubDate>Tue, 20 Nov 2012 21:08:46 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[mdadm command]]></category> <category><![CDATA[raid array]]></category> <category><![CDATA[software based raid]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12941</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related FAQ" href="http://www.cyberciti.biz/faq/category/linux/"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am moving a raid array called /dev/md0 from serverA to serverB. On serverB /dev/md0 is already in use. How do I rename a RAID array from /dev/md0 to /dev/md2?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/">HowTo: Linux Rename a RAID Array From md0 to md2</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Linux Rename a RAID Array From md0 to md2&url=http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-server-rename-an-mdadm-raid-array/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux View Process Address Space</title><link>http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/</link> <comments>http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/#comments</comments> <pubDate>Wed, 31 Oct 2012 20:10:19 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[address space]]></category> <category><![CDATA[heap]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[memory regions]]></category> <category><![CDATA[memory space]]></category> <category><![CDATA[pmap command]]></category> <category><![CDATA[virtual memory]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12868</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related FAQ" href="http://www.cyberciti.biz/faq/category/linux/"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I view process address space under Linux operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/">Linux View Process Address Space</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux View Process Address Space&url=http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-viewing-process-address-space-command/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux FTP Server Traffic Control  And Throttle Port 21</title><link>http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/</link> <comments>http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/#comments</comments> <pubDate>Sun, 09 Sep 2012 10:37:56 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Iptables]]></category> <category><![CDATA[burstable bandwidth]]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[tc command]]></category> <category><![CDATA[traffic control]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12782</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/iptables/' title='See all Firewall related FAQ'><img
src='http://s0.cyberciti.org/images/category/old/firewall.png' border='0' /></a></div> <span
class="drop_cap">I</span>'ve setup <a
href="http://www.cyberciti.biz/tips/rhel-fedora-centos-vsftpd-installation.html">FTP server</a> at port 21 and <a
href="http://www.cyberciti.biz/faq/pf-firewall-open-ftp-port-21/">40000:41000 as range of passive ftp</a>. How do I control outgoing traffic for the FTP server/service running on my Debian/CentOS/Ubuntu Linux server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/">Linux FTP Server Traffic Control  And Throttle Port 21</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux FTP Server Traffic Control  And Throttle Port 21&url=http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-traffic-shaping-ftp-server-port-21-22/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Debian / Ubuntu Linux: Install and Configure Shoreline Firewall (Shorewall)</title><link>http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/#comments</comments> <pubDate>Fri, 17 Aug 2012 22:04:57 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[/etc/default/shorewall]]></category> <category><![CDATA[/etc/init.d/shorewall restart]]></category> <category><![CDATA[/etc/init.d/shorewall start]]></category> <category><![CDATA[/etc/init.d/shorewall stop]]></category> <category><![CDATA[/etc/shorewall/interfaces]]></category> <category><![CDATA[/etc/shorewall/policy]]></category> <category><![CDATA[/etc/shorewall/rules]]></category> <category><![CDATA[/etc/shorewall/zones]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[netfilter]]></category> <category><![CDATA[shorewall command]]></category> <category><![CDATA[shorewall.conf]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12707</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/debian-ubuntu/' title='See all Debian/Ubuntu Linux related FAQ'><img
src='http://s0.cyberciti.org/images/category/old/debianlogo.gif' border='0' /></a></div> <span
class="drop_cap">I</span> know how to setup a <a
href="http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/">firewall under RHEL / Fedora and CentOS Linux</a> quickly. How do I setup a host-based firewall under Debian or Ubuntu Linux server or desktop system? How do I install Shoreline firewall (Shorewall) utility to build firewall based on the Netfilter under Debian or Ubuntu Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/">Debian / Ubuntu Linux: Install and Configure Shoreline Firewall (Shorewall)</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Debian / Ubuntu Linux: Install and Configure Shoreline Firewall (Shorewall)&url=http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntu-linux-shorewall-firewall-configuration/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>AIX UNIX: Enabling Jumbo Frames</title><link>http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/</link> <comments>http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/#comments</comments> <pubDate>Sun, 14 Mar 2010 12:39:09 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[AIX MTU SIZE]]></category> <category><![CDATA[aix operating system]]></category> <category><![CDATA[auto negotiation]]></category> <category><![CDATA[chdev command]]></category> <category><![CDATA[chdev jumbo_frames=yes]]></category> <category><![CDATA[chdev media_speed=Auto_Negotiation]]></category> <category><![CDATA[chdev mtu 9000]]></category> <category><![CDATA[command line tools]]></category> <category><![CDATA[ethernet adapter]]></category> <category><![CDATA[IBM AIX MTU SIZE]]></category> <category><![CDATA[ifconfig command]]></category> <category><![CDATA[interactive tool]]></category> <category><![CDATA[jumbo frames]]></category> <category><![CDATA[management interface]]></category> <category><![CDATA[mtu]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[smit command]]></category> <category><![CDATA[smitty command]]></category> <category><![CDATA[system management interface tool]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=11251</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://s0.cyberciti.org/images/category/old/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I setup jumbo frames under IBM AIX operating systems using command line tools?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/">AIX UNIX: Enabling Jumbo Frames</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=AIX UNIX: Enabling Jumbo Frames&url=http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-ibm-aix-unix-setup-jumbo-frames-for-ethernet/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Howto: Linux Add or Remove a Linux Kernel Modules / Drivers</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/</link> <comments>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comments</comments> <pubDate>Wed, 24 Jan 2007 21:40:07 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[device drivers]]></category> <category><![CDATA[hardware device driver]]></category> <category><![CDATA[kernel linux]]></category> <category><![CDATA[kernel modules]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[lsmod command]]></category> <category><![CDATA[modinfo command]]></category> <category><![CDATA[modprobe command]]></category> <category><![CDATA[module directory]]></category> <category><![CDATA[rmmod command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related FAQ" href="http://www.cyberciti.biz/faq/category/linux/"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I add or remove hardware device driver (module) from running Linux kernel?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/">Howto: Linux Add or Remove a Linux Kernel Modules / Drivers</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Howto: Linux Add or Remove a Linux Kernel Modules / Drivers&url=http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>