<?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; FAQ</title> <atom:link href="http://www.cyberciti.biz/faq/category/faq/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +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>Linux / Unix: Sed Substitute Multiple Patterns [ Find &amp; Replace ]</title><link>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/</link> <comments>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/#comments</comments> <pubDate>Fri, 20 Jan 2012 10:58:16 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[date command]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[sed command]]></category> <category><![CDATA[sed find and replace]]></category> <category><![CDATA[shell variable]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=11420</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">I</span>'m using the date +'%D_%T' to store <a
href="http://www.cyberciti.biz/faq/unix-date-command-howto-see-set-date-time/">Unix system date and time</a> in a <a
href="http://bash.cyberciti.biz/guide/Variables">shell variable</a> called $_now:<blockquote><strong>_now="$(date +'%D_%T')"
echo $_now</strong> Outputs:
01/20/12_16:10:42</blockquote> I'd like to replace / and : with _. I'm aware of the following sed command:<blockquote><strong>sed 's/\//_/g
>  s/:/_/g' <<<"$_now"</strong> Outputs:
01_20_12_16_14_09</blockquote> How do I specify two pattern within the same sed command to replace &#124; and : with _ so that I can get output as 01_20_12_16_10_42?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-sed-substitute-find-replace-multiple-patterns/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux: Find Out My Machine (Host) Name</title><link>http://www.cyberciti.biz/faq/find-my-linux-machine-name/</link> <comments>http://www.cyberciti.biz/faq/find-my-linux-machine-name/#comments</comments> <pubDate>Thu, 13 Jan 2011 21:27:03 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[/etc/HOSTNAME]]></category> <category><![CDATA[/etc/sysconfig/network]]></category> <category><![CDATA[configuration files]]></category> <category><![CDATA[dnsdomainname command]]></category> <category><![CDATA[domain name]]></category> <category><![CDATA[fqdn]]></category> <category><![CDATA[host domain]]></category> <category><![CDATA[host name]]></category> <category><![CDATA[hostname command]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[server name]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10487</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I find out my server name (machine name) under Linux operating systems using command shell?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/find-my-linux-machine-name/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Install Google Chrome Browser [ Ubuntu, Suse, Debian, Fedora ]</title><link>http://www.cyberciti.biz/faq/fedora-ubuntu-debian-suse-linux-install-googlechromebrowser/</link> <comments>http://www.cyberciti.biz/faq/fedora-ubuntu-debian-suse-linux-install-googlechromebrowser/#comments</comments> <pubDate>Wed, 06 Jan 2010 08:47:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[download google chrome os]]></category> <category><![CDATA[download google chrome windows xp]]></category> <category><![CDATA[google chrome chromium]]></category> <category><![CDATA[google chrome internet explorer]]></category> <category><![CDATA[google chrome mac os]]></category> <category><![CDATA[google chrome tabs]]></category> <category><![CDATA[google chrome webkit]]></category> <category><![CDATA[install google chrome ubuntu]]></category> <category><![CDATA[Install google-chrome-beta_current_amd64.deb]]></category> <category><![CDATA[Install google-chrome-beta_current_i386.rpm file]]></category> <category><![CDATA[Install google-chrome-beta_current_x86_64.rpm browser]]></category> <category><![CDATA[internet google]]></category> <category><![CDATA[lightning speed]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[web pages]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6248</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I install Google Chrome browser under Linux operating systems?  How do I install google-chrome-beta_current_amd64.deb or google-chrome-beta_current_x86_64.rpm file under Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/fedora-ubuntu-debian-suse-linux-install-googlechromebrowser/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Gnome Find Drive Serial Number</title><link>http://www.cyberciti.biz/faq/gnome-find-drive-serial-number/</link> <comments>http://www.cyberciti.biz/faq/gnome-find-drive-serial-number/#comments</comments> <pubDate>Sat, 03 Oct 2009 11:28:17 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/dev/disk/by-id]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[gnome desktop environment]]></category> <category><![CDATA[hard disk]]></category> <category><![CDATA[hardinfo command]]></category> <category><![CDATA[hdparm command]]></category> <category><![CDATA[linux device]]></category> <category><![CDATA[Linux device manager]]></category> <category><![CDATA[linux gnome]]></category> <category><![CDATA[sdparm command]]></category> <category><![CDATA[serial number]]></category> <category><![CDATA[Ubuntu device manager]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5289</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/gnome/' title='See all Gnome related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/gnome_apps.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I find out serial number information for my hard disk under Ubuntu Linux Gnome desktop environment?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/gnome-find-drive-serial-number/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Bash Script: Read One Character At A Time</title><link>http://www.cyberciti.biz/faq/linux-unix-read-one-character-atatime-while-loop/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-read-one-character-atatime-while-loop/#comments</comments> <pubDate>Wed, 30 Sep 2009 11:05:47 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bash loop]]></category> <category><![CDATA[bash loop bash]]></category> <category><![CDATA[bash script]]></category> <category><![CDATA[bash script loop]]></category> <category><![CDATA[bash shell script]]></category> <category><![CDATA[bash while loop]]></category> <category><![CDATA[frequency counter]]></category> <category><![CDATA[letter frequency]]></category> <category><![CDATA[shell while loop]]></category> <category><![CDATA[while loop]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5251</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">I</span> need to count one character at a time from input.txt. How do I read one character at a time under Linux / UNIX bash shell script?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-read-one-character-atatime-while-loop/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Help: Old Employees Accessing The Linux Server</title><link>http://www.cyberciti.biz/faq/former-employees-keep-accessing-linux-unix-server/</link> <comments>http://www.cyberciti.biz/faq/former-employees-keep-accessing-linux-unix-server/#comments</comments> <pubDate>Wed, 23 Sep 2009 14:38:52 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[cleanup work]]></category> <category><![CDATA[dialup services]]></category> <category><![CDATA[email accounts]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[home directory]]></category> <category><![CDATA[hr department]]></category> <category><![CDATA[mac operating system]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[terminations]]></category> <category><![CDATA[terminations linux user account]]></category> <category><![CDATA[terminations UNIX user account]]></category> <category><![CDATA[terminations user account policy]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5219</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">I</span>'ve recently noticed that two of my former employees are still accessing one of our Linux box. Old user account wasn't deleted because it has some important files. How do I make sure account get deleted without losing files and email stored in the account? Can you describe a terminations clearance policy for an employee account including email accounts, forwarding aliases, ssh / ftp, and access to vpn dialup services under Red Hat Enterprise Linux server?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/former-employees-keep-accessing-linux-unix-server/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>hdparm: HDIO_DRIVE_CMD(identify) Failed: Inappropriate Ioctl For Device</title><link>http://www.cyberciti.biz/faq/hdiodrive_cmdidentify-failed-inappropriate-ioctl-device/</link> <comments>http://www.cyberciti.biz/faq/hdiodrive_cmdidentify-failed-inappropriate-ioctl-device/#comments</comments> <pubDate>Sun, 23 Aug 2009 13:11:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[compile tar.gz]]></category> <category><![CDATA[error message]]></category> <category><![CDATA[hdparm command]]></category> <category><![CDATA[inappropriate ioctl for device]]></category> <category><![CDATA[install hdparm]]></category> <category><![CDATA[kernels]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[untar]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4921</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">W</span>hen I run  hdparm -tT /dev/sda command under CentOS / RHEL I get the following error on screen:<br/><blockquote>/dev/sda:
Timing buffered disk reads:  908 MB in  3.00 seconds = 302.39 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device</blockquote> <br/>How do I fix this problem?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/hdiodrive_cmdidentify-failed-inappropriate-ioctl-device/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Disable / Remove All NFS Services</title><link>http://www.cyberciti.biz/faq/centos-redhat-rhel-fedora-remove-nfs-services/</link> <comments>http://www.cyberciti.biz/faq/centos-redhat-rhel-fedora-remove-nfs-services/#comments</comments> <pubDate>Sun, 16 Aug 2009 09:19:14 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[storage]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[daemons]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[nfs installation]]></category> <category><![CDATA[nfs services]]></category> <category><![CDATA[portmap]]></category> <category><![CDATA[protocol]]></category> <category><![CDATA[security holes]]></category> <category><![CDATA[server web]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[turn off nfs server]]></category> <category><![CDATA[turn off nfs service]]></category> <category><![CDATA[web pages]]></category> <category><![CDATA[yum]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4834</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/redhat-and-friends/' title='See all Redhat/CentOS/Fedora Core related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> <span
class="drop_cap">N</span>FS was not designed with security in mind, and has a number of weaknesses, both in terms of the protocol itself and because any NFS installation must expose several daemons, running on both servers and clients, to network attack. I use my CentOS based server only to server web pages and nothing else. How do I disable NFS services under RHEL / CentOS / Fedora Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/centos-redhat-rhel-fedora-remove-nfs-services/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>How To Use awk In Bash Scripting</title><link>http://www.cyberciti.biz/faq/bash-scripting-using-awk/</link> <comments>http://www.cyberciti.biz/faq/bash-scripting-using-awk/#comments</comments> <pubDate>Sat, 15 Aug 2009 18:53:53 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache log]]></category> <category><![CDATA[arithmetic]]></category> <category><![CDATA[awk]]></category> <category><![CDATA[awk command]]></category> <category><![CDATA[awk print]]></category> <category><![CDATA[bash scripts]]></category> <category><![CDATA[bash shell awk]]></category> <category><![CDATA[curly braces]]></category> <category><![CDATA[data streams]]></category> <category><![CDATA[field logs]]></category> <category><![CDATA[field separator]]></category> <category><![CDATA[floating point numbers]]></category> <category><![CDATA[input field]]></category> <category><![CDATA[korn shell awk]]></category> <category><![CDATA[pipes]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[shell scripts]]></category> <category><![CDATA[sort command]]></category> <category><![CDATA[status error]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4779</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I use awk pattern scanning and processing language under bash scripts? Can you provide a few examples?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-scripting-using-awk/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Is Open Source Software Legal To Use For My Business?</title><link>http://www.cyberciti.biz/faq/is-linux-open-source-software-legal-for-business/</link> <comments>http://www.cyberciti.biz/faq/is-linux-open-source-software-legal-for-business/#comments</comments> <pubDate>Fri, 07 Aug 2009 18:57:56 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[application software]]></category> <category><![CDATA[foss]]></category> <category><![CDATA[lawsuits]]></category> <category><![CDATA[legal information]]></category> <category><![CDATA[open source definition]]></category> <category><![CDATA[open source software]]></category> <category><![CDATA[personal use]]></category> <category><![CDATA[project possibilities]]></category> <category><![CDATA[proprietary software]]></category> <category><![CDATA[red hat]]></category> <category><![CDATA[software licensing]]></category> <category><![CDATA[st laurent]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4704</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">I</span> can download and keep using free and open source software (FOSS) on multiple computers. Is this software legal to use for my business? Can you provide some legal information regarding usage of open source software for business which I can share with my boss? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/is-linux-open-source-software-legal-for-business/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux Tune Network Stack (Buffers Size) To Increase Networking Performance</title><link>http://www.cyberciti.biz/faq/linux-tcp-tuning/</link> <comments>http://www.cyberciti.biz/faq/linux-tcp-tuning/#comments</comments> <pubDate>Wed, 20 May 2009 09:21:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/sysctl.conf]]></category> <category><![CDATA[buffer sizes]]></category> <category><![CDATA[high speed networks]]></category> <category><![CDATA[linux network]]></category> <category><![CDATA[maximum linux]]></category> <category><![CDATA[memory buffers]]></category> <category><![CDATA[memory resources]]></category> <category><![CDATA[network buffers]]></category> <category><![CDATA[network stack]]></category> <category><![CDATA[performance degradation]]></category> <category><![CDATA[sysctl command]]></category> <category><![CDATA[tcpdump command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3820</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/networking/' title='See all Linux/UNIX networking related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/networking.png' border='0' /></a></div> <span
class="drop_cap">I</span>'ve two servers located in two different data center. Both server deals with a lot of concurrent large file transfers. But network performance is very poor for large files and performance degradation take place with a large files. How do I tune TCP under Linux to solve this problem?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-tcp-tuning/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>Debian / Ubuntu Linux Install Advanced Intrusion Detection Environment (AIDE) Software</title><link>http://www.cyberciti.biz/faq/debian-ubuntu-linux-software-integrity-checking-with-aide/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntu-linux-software-integrity-checking-with-aide/#comments</comments> <pubDate>Mon, 18 May 2009 13:40:56 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[aide --check]]></category> <category><![CDATA[aide --ini]]></category> <category><![CDATA[aide -c /etc/aide/aide.conf --check]]></category> <category><![CDATA[aide build store test database]]></category> <category><![CDATA[aide command]]></category> <category><![CDATA[aideinit]]></category> <category><![CDATA[based intrusion detection]]></category> <category><![CDATA[debian linux]]></category> <category><![CDATA[install aide]]></category> <category><![CDATA[integrity checker]]></category> <category><![CDATA[intrusion detection system]]></category> <category><![CDATA[intrusions]]></category> <category><![CDATA[production environment]]></category> <category><![CDATA[software integrity]]></category> <category><![CDATA[unauthorized change]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3804</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://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif' border='0' /></a></div> AIDE is an open source host-based intrusion detection system which is a replacement for the well-known Tripwire integrity checker. It provide software integrity checking and it can detect that  intrusions (monitor filesystem for unauthorized change such as find out if system binaries modified and a new cracked versions installed or not) have occurred on the system. How do I install and configure AIDE under Ubuntu LTS / Debian Linux 5.0 server?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntu-linux-software-integrity-checking-with-aide/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux Uninstall VMWare Server Software</title><link>http://www.cyberciti.biz/faq/linux-uninstall-vmware/</link> <comments>http://www.cyberciti.biz/faq/linux-uninstall-vmware/#comments</comments> <pubDate>Fri, 13 Mar 2009 21:38:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[centos uninstall vmware]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[gsx server]]></category> <category><![CDATA[linux uninstall vmware]]></category> <category><![CDATA[redhat uninstall vmware]]></category> <category><![CDATA[rhel uninstall vmware]]></category> <category><![CDATA[server virtualization]]></category> <category><![CDATA[server workstation]]></category> <category><![CDATA[vmware uninstall]]></category> <category><![CDATA[vmware-uninstall.pl]]></category> <category><![CDATA[workstation software]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3460</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <spam
class="drop_class">I</span>n some cases I may need to uninstall VMware Server from my Linux system. I've VMWare server / Workstation <a
href="http://www.cyberciti.biz/tips/vmware-on-centos5-rhel5-64-bit-version.html" target="_blank">software installed under</a> CentOS / RHEL / Fedora Linux. How do I uninstall VMWare under Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-uninstall-vmware/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Linux Iptables Just Block By Country</title><link>http://www.cyberciti.biz/faq/block-entier-country-using-iptables/</link> <comments>http://www.cyberciti.biz/faq/block-entier-country-using-iptables/#comments</comments> <pubDate>Mon, 02 Mar 2009 20:15:04 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[block ip linux]]></category> <category><![CDATA[block ip via iptables]]></category> <category><![CDATA[code iso]]></category> <category><![CDATA[country block iptables]]></category> <category><![CDATA[ip block]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[traffic block]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3402</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://files.cyberciti.biz/cbzcache/3rdparty/firewall.png' border='0' /></a></div> <span
class="drop_cap">I</span> admin ecom website and a lot of bogus traffic comes from countries that do not offer much in commercial value. How do I  just configure Apache or iptables to just refuse connections to certain countries?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/block-entier-country-using-iptables/feed/</wfw:commentRss> <slash:comments>109</slash:comments> </item> <item><title>Apache: Graceful Server Reboot From Shell</title><link>http://www.cyberciti.biz/faq/apache-httpd-graceful-server-reboot-from-shell/</link> <comments>http://www.cyberciti.biz/faq/apache-httpd-graceful-server-reboot-from-shell/#comments</comments> <pubDate>Tue, 27 Jan 2009 05:39:38 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/var/log/apache2/error.log]]></category> <category><![CDATA[/var/log/httpd/error_log]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[apache graceful restart]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[apache2 restart graceful]]></category> <category><![CDATA[apachectl]]></category> <category><![CDATA[apachectl graceful restart]]></category> <category><![CDATA[digest authentication]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[httpd graceful restart]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[shell]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5545</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/apache/' title='See all Apache Webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I gracefully restart Apache web server from a shell prompt?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/apache-httpd-graceful-server-reboot-from-shell/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bash Clear DNS Cache</title><link>http://www.cyberciti.biz/faq/bash-clear-dns-cache/</link> <comments>http://www.cyberciti.biz/faq/bash-clear-dns-cache/#comments</comments> <pubDate>Mon, 26 Jan 2009 15:21:42 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/init.d/nscd]]></category> <category><![CDATA[access linux]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[caches]]></category> <category><![CDATA[data access]]></category> <category><![CDATA[dscacheutil -flushcache]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[lookupd -flushcache]]></category> <category><![CDATA[mac os x tiger]]></category> <category><![CDATA[nss data]]></category> <category><![CDATA[os x leopard]]></category> <category><![CDATA[os x tiger]]></category> <category><![CDATA[performance type]]></category> <category><![CDATA[system performance]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5490</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I clear DNS cache using BASH shell prompt under UNIX like operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/bash-clear-dns-cache/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Red Hat / CentOS: Check / List Running Services</title><link>http://www.cyberciti.biz/faq/check-running-services-in-rhel-redhat-fedora-centoslinux/</link> <comments>http://www.cyberciti.biz/faq/check-running-services-in-rhel-redhat-fedora-centoslinux/#comments</comments> <pubDate>Wed, 14 Jan 2009 19:48:16 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[chkconfig]]></category> <category><![CDATA[chkconfig command]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[linux systems]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[ntsysv]]></category> <category><![CDATA[ntsysv command]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[red hat]]></category> <category><![CDATA[service command]]></category> <category><![CDATA[service status]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3065</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/redhat-and-friends/' title='See all Redhat/CentOS/Fedora Core related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> How do I list all currently running services in Fedora / RHEL / CentOS Linux server?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/check-running-services-in-rhel-redhat-fedora-centoslinux/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Find out Apache Version</title><link>http://www.cyberciti.biz/faq/find-out-apache-version/</link> <comments>http://www.cyberciti.biz/faq/find-out-apache-version/#comments</comments> <pubDate>Sat, 20 Dec 2008 06:58:19 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[ipv6]]></category> <category><![CDATA[Korn Shell Scripting]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[X Server]]></category> <category><![CDATA[/etc/apache2/apache2.conf]]></category> <category><![CDATA[/etc/httpd/conf/httpd.conf]]></category> <category><![CDATA[/usr/local/etc/apache22/httpd.conf]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[apache server]]></category> <category><![CDATA[apache version]]></category> <category><![CDATA[core module]]></category> <category><![CDATA[httpd -v]]></category> <category><![CDATA[httpd.conf]]></category> <category><![CDATA[hypertext transfer protocol]]></category> <category><![CDATA[magic module]]></category> <category><![CDATA[mpm]]></category> <category><![CDATA[server version]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=2911</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/apache/' title='See all Apache Webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> I have a rented dedicated LAMP server and I need to know what version of Apache I am running. How do I find out my Apache server version? How do I find out what modules loaded?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/find-out-apache-version/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>How To Setup Vanity DNS Name Server Using BIND 9</title><link>http://www.cyberciti.biz/faq/linux-unix-bind9-set-vanity-dns-nameserver/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-bind9-set-vanity-dns-nameserver/#comments</comments> <pubDate>Fri, 18 Jul 2008 10:11:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Bind dns]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FAQ]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX Unix]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bind 9]]></category> <category><![CDATA[bind configuration]]></category> <category><![CDATA[bind nameserver]]></category> <category><![CDATA[bind vanity servers]]></category> <category><![CDATA[dns address]]></category> <category><![CDATA[dns configuration]]></category> <category><![CDATA[dns name resolution]]></category> <category><![CDATA[dns server]]></category> <category><![CDATA[dns server hosting]]></category> <category><![CDATA[dns servers]]></category> <category><![CDATA[domain name]]></category> <category><![CDATA[primary dns]]></category> <category><![CDATA[secondary dns]]></category> <category><![CDATA[server hosting]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1198</guid> <description><![CDATA[I've nameserver like ns1.example.com and ns2.example.com. I'd like to provide Vanity DNS for each  domain such as ns1.yourdomain.com and ns2.yourdomain.com. Basically, my users should able to call my dns server as their own servers. This will create the illusion that my user run their own  name servers. How do I setup vanity DNS using BIND 9 under UNIX / Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-bind9-set-vanity-dns-nameserver/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>How To Specify and Browse Website Using IPv6 Address With Firefox, Opera Web Browser</title><link>http://www.cyberciti.biz/faq/how-can-ipv6-address-used-with-webbrowser/</link> <comments>http://www.cyberciti.biz/faq/how-can-ipv6-address-used-with-webbrowser/#comments</comments> <pubDate>Fri, 11 Jul 2008 10:25:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FAQ]]></category> <category><![CDATA[enable ipv6 in linux]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[internet protocol version 6 ipv6]]></category> <category><![CDATA[ipv6]]></category> <category><![CDATA[ipv6 address]]></category> <category><![CDATA[ipv6 addresses]]></category> <category><![CDATA[ipv6 addressing]]></category> <category><![CDATA[ipv6 browser]]></category> <category><![CDATA[ipv6 in linux]]></category> <category><![CDATA[ipv6 protocol]]></category> <category><![CDATA[opera web browser]]></category> <category><![CDATA[square brackets]]></category> <category><![CDATA[webbrowser]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1184</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Now, I know how to configure IPv6 tunnel but how do I browse website using IPv6 IP address like 2001:4860:0:2001::68 under Firefox or Opera web browser?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/how-can-ipv6-address-used-with-webbrowser/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>
