<?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</title> <atom:link href="http://www.cyberciti.biz/faq/feed/?feedburner=false&#038;k=true" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Tue, 21 May 2013 21:38:37 +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>Ubuntu Linux: Turn On Exec-Shield Buffer Overflow Protection</title><link>http://www.cyberciti.biz/faq/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/</link> <comments>http://www.cyberciti.biz/faq/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/#comments</comments> <pubDate>Sun, 19 May 2013 18:13:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/sysctl.conf]]></category> <category><![CDATA[kernel.exec-shield = 1]]></category> <category><![CDATA[kernel.randomize_va_space = 1]]></category> <category><![CDATA[sysctl command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13280</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am trying to set <a
href="http://www.cyberciti.biz/faq/what-is-rhel-centos-fedora-core-execshield/">exec-shield protection on Linux as described here</a> but getting the following error on Ubuntu Linux server version 12.04 LTS:<blockquote>sysctl -w kernel.exec-shield=1
error: "kernel.exec-shield" is an unknown key</blockquote> How do I fix this problem and make sure exec-shield buffer overflow  protection security feature turned on Ubuntu Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/">Ubuntu Linux: Turn On Exec-Shield Buffer Overflow Protection</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Turn On Exec-Shield Buffer Overflow Protection&url=http://www.cyberciti.biz/faq/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/&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/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/" 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/ubuntu-exec-shield-protection-nx-bit-protection-sysctl/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu Linux: Install vim Text Editor</title><link>http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/</link> <comments>http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/#comments</comments> <pubDate>Sun, 19 May 2013 17:28:30 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Package management]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[apt-get command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13279</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">I</span> recently switched from OS X to Ubuntu. When I run the 'vim file.c' command at terminal, I see an error message that read as follows: <br/><blockquote>The program 'vim' can be found in the following packages:
* vim
* vim-gnome<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VI / Vim text editor related FAQs/HowTos" href="http://www.cyberciti.biz/faq/category/vim/"><img
src="http://s0.cyberciti.org/images/category/old/vim-logo.png" alt="" border="0" /></a></div> * vim-tiny
* vim-athena
* vim-gtk
* vim-nox
Try: apt-get install &#60;selected package&#62;</blockquote><br/> How do I fix this problem and why vim is not a default text editor on Ubuntu Linux? How can I install full-fledged vim text editor in Ubuntu Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/">Ubuntu Linux: Install vim Text Editor</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install vim Text Editor&url=http://www.cyberciti.biz/faq/howto-install-vim-on-ubuntu-linux/&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-install-vim-on-ubuntu-linux/" 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-install-vim-on-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <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>RHEL / Fedora /CentOS Linux: Set RPM Build Environment</title><link>http://www.cyberciti.biz/faq/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/</link> <comments>http://www.cyberciti.biz/faq/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/#comments</comments> <pubDate>Sun, 19 May 2013 09:19:52 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Fedora Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[fedora-buildrpmtree command]]></category> <category><![CDATA[mkdir command]]></category> <category><![CDATA[Scientific Linux]]></category> <category><![CDATA[yum command]]></category> <category><![CDATA[yum groupinstall]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13277</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 set an rpm build environment on CentOS / RHEL / Red Hat Enterprise Linux version 6.x? How can I set rpm build environment on latest version of Fedora Linux?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/">RHEL / Fedora /CentOS Linux: Set RPM Build Environment</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=RHEL / Fedora /CentOS Linux: Set RPM Build Environment&url=http://www.cyberciti.biz/faq/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/&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/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/" 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/setting-rpm-build-environment-on-rhel-redhat-fedora-centos/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Ubuntu / Debian Linux: Install gcutil Tool To Manage Google Compute Engine</title><link>http://www.cyberciti.biz/faq/centos-rhel-ubuntu-debian-fedora-linux-install-gcutil-tool/</link> <comments>http://www.cyberciti.biz/faq/centos-rhel-ubuntu-debian-fedora-linux-install-gcutil-tool/#comments</comments> <pubDate>Sun, 19 May 2013 06:04:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Google Cloud Platform]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[gcutil auth]]></category> <category><![CDATA[gcutil command]]></category> <category><![CDATA[ln command]]></category> <category><![CDATA[tar command]]></category> <category><![CDATA[wget command]]></category> <category><![CDATA[~/.gcutil_auth file]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13276</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Google Cloud Computing related Howtos/Tutorials" href="http://www.cyberciti.biz/faq/category/google-cloud-platform/"><img
src="http://s0.cyberciti.org/images/category/google-cloud-platform-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I install and use gcutil - a command-line tool that is used to manage Google Compute Engine resources under Debian or Ubuntu or CentOS/Fedora Linux desktop operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/centos-rhel-ubuntu-debian-fedora-linux-install-gcutil-tool/">Ubuntu / Debian Linux: Install gcutil Tool To Manage Google Compute Engine</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu / Debian Linux: Install gcutil Tool To Manage Google Compute Engine&url=http://www.cyberciti.biz/faq/centos-rhel-ubuntu-debian-fedora-linux-install-gcutil-tool/&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-ubuntu-debian-fedora-linux-install-gcutil-tool/" 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-ubuntu-debian-fedora-linux-install-gcutil-tool/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / Unix: View Overlapping Man Page With Same Names</title><link>http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/#comments</comments> <pubDate>Thu, 16 May 2013 19:06:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Commands]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[man command]]></category> <category><![CDATA[whatis command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13275</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Unix / Linux user. I am using <kbd>whatis</kbd> command to find man pages. But, I noticed that some man pages have a common names. For example, when I run <kbd>whatis printf</kbd>:<br/> <small>Outputs:</small><br/> <kbd>printf (1) - format and print data
printf (1p) - write formatted output
printf (3) - formatted output conversion
printf (3p) - print formatted output
printf [builtins] (1) - bash built-in commands, see bash(1)</kbd><br/> How do I access overlapping man pages and what is the meaning of (1), (1p), (3), and so on?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/">Linux / Unix: View Overlapping Man Page With Same Names</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: View Overlapping Man Page With Same Names&url=http://www.cyberciti.biz/faq/linux-unix-view-man-pages-from-sections/&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-unix-view-man-pages-from-sections/" 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-unix-view-man-pages-from-sections/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>OpenBSD: Mount An ISO Image Command</title><link>http://www.cyberciti.biz/faq/mounting-iso-images-on-openbsd/</link> <comments>http://www.cyberciti.biz/faq/mounting-iso-images-on-openbsd/#comments</comments> <pubDate>Thu, 16 May 2013 18:42:21 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Openbsd]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[vnconfig command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13274</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all OpenBSD related FAQ" href="http://www.cyberciti.biz/faq/category/openbsd/"><img
src="http://s0.cyberciti.org/images/category/old/openbsd_logo_sm.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I mount an ISO image in OpenBSD operating systems using command line options?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/mounting-iso-images-on-openbsd/">OpenBSD: Mount An ISO Image Command</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=OpenBSD: Mount An ISO Image Command&url=http://www.cyberciti.biz/faq/mounting-iso-images-on-openbsd/&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/mounting-iso-images-on-openbsd/" 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/mounting-iso-images-on-openbsd/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu Linux: Install Latest Oracle Java 7</title><link>http://www.cyberciti.biz/faq/howto-installing-oracle-java7-on-ubuntu-linux/</link> <comments>http://www.cyberciti.biz/faq/howto-installing-oracle-java7-on-ubuntu-linux/#comments</comments> <pubDate>Thu, 16 May 2013 16:35:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Package management]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[ls command]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[tar command]]></category> <category><![CDATA[update-java-alternatives command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13271</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a network admin who recently made the switch from MS-Windows to Ubuntu Linux. I need to use Java and Firefox web browser plugin to run java applet. I am unable to access many devices such as Firewall appliance, LBS/VPX, and network equipments due to Ubuntu's incompatible openjdk and icedtea plugin. I also searched software center but unable to find Oracle Java 7. How do I install Oracle Java 7 and get rid of this incompatibility problems on Ubuntu Linux amd64 v12.04 LTS or v13.04+?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-installing-oracle-java7-on-ubuntu-linux/">Ubuntu Linux: Install Latest Oracle Java 7</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install Latest Oracle Java 7&url=http://www.cyberciti.biz/faq/howto-installing-oracle-java7-on-ubuntu-linux/&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-installing-oracle-java7-on-ubuntu-linux/" 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-installing-oracle-java7-on-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux: Dell Laptop Fan Control And Get CPU Temperature</title><link>http://www.cyberciti.biz/faq/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/</link> <comments>http://www.cyberciti.biz/faq/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/#comments</comments> <pubDate>Thu, 16 May 2013 09:12:04 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/init.d/i8kmon]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[apt-get install i8kutils]]></category> <category><![CDATA[Dell i8k driver]]></category> <category><![CDATA[i8kctl command]]></category> <category><![CDATA[i8kfan command]]></category> <category><![CDATA[modprobe command]]></category> <category><![CDATA[sed command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13272</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">I</span> have installed Debian or Ubuntu Linux on Dell Inspiron / Latitude / Precision / Vostro laptop. How do I see the current CPU temperature? How do I control and see fan status on Dell laptop?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/">Linux: Dell Laptop Fan Control And Get CPU Temperature</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux: Dell Laptop Fan Control And Get CPU Temperature&url=http://www.cyberciti.biz/faq/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/&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/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/" 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/controlling-dell-fan-speeds-temperature-on-ubuntu-debian-linux/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>scp: Do not Overwrite Existing File On Linux or Unix System</title><link>http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/#comments</comments> <pubDate>Fri, 10 May 2013 20:03:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Commands]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rsync command]]></category> <category><![CDATA[scp command]]></category> <category><![CDATA[ssh command]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13266</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new Linux user. I use scp to upload files to net-storage provided CDN company. I do not want to overwrite the existing files. How can I prevent overwriting of files when using scp command under Linux, Mac OS X or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-command/">scp: Do not Overwrite Existing File On Linux or Unix System</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=scp: Do not Overwrite Existing File On Linux or Unix System&url=http://www.cyberciti.biz/faq/unix-linux-scp-dont-overwrite-existing-file-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/unix-linux-scp-dont-overwrite-existing-file-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/unix-linux-scp-dont-overwrite-existing-file-command/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu Linux: Install Google Chrome Browser Command</title><link>http://www.cyberciti.biz/faq/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/</link> <comments>http://www.cyberciti.biz/faq/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/#comments</comments> <pubDate>Fri, 10 May 2013 18:03:36 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Package management]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[dpkg command]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13263</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am unable to find Google Chrome Browser in Ubuntu software center. How do I install Google Chrome in Ubuntu version 12.04 LTS or v13.04 using command line options?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/">Ubuntu Linux: Install Google Chrome Browser Command</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install Google Chrome Browser Command&url=http://www.cyberciti.biz/faq/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/&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/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/" 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/how-to-install-google-chrome-in-ubuntu-linux-12-xx-13-xx/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Ubuntu Linux: Install Wake On Lan Client For Server</title><link>http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/</link> <comments>http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/#comments</comments> <pubDate>Fri, 10 May 2013 10:14:05 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[bios]]></category> <category><![CDATA[magic packets]]></category> <category><![CDATA[nic]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[wakeonlan command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13262</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/faq/category/ubuntu-linux/"><img
src="http://s0.cyberciti.org/images/category/old/ubuntu-logo.jpg" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I install wake on lan client under Ubuntu Linux desktop to wakeup Unix or Linux based servers?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/">Ubuntu Linux: Install Wake On Lan Client For Server</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Install Wake On Lan Client For Server&url=http://www.cyberciti.biz/faq/ubuntu-linux-wake-on-lan-client-command-installation-examples/&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/ubuntu-linux-wake-on-lan-client-command-installation-examples/" 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/ubuntu-linux-wake-on-lan-client-command-installation-examples/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 / Unix: Find All Hidden Dot Directories and Delete</title><link>http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/#comments</comments> <pubDate>Sun, 05 May 2013 18:27:16 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[find commnd]]></category> <category><![CDATA[xargs command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13257</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Bash/Shell scripting related FAQ" href="http://www.cyberciti.biz/faq/category/bash-shell/"><img
src="http://s0.cyberciti.org/images/category/old/terminal.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> need to clean up my backups stored on the nas server. I need to free up the disk space. How do I find out all hidden dot directories such as <kbd>/nas01/backups/home/user/.gnome/</kbd>, <kbd>/nas01/backups/home/user/.gnome/</kbd> and so on and delete then in a single pass using Linux or Unix command line option? Please note that I do not want to delete nested hidden directories such as <kbd>/nas01/backups/home/user/data/.xml</kbd>, <kbd>/nas01/backups/home/user/foo/bar/.level/.levle2/</kbd> and so on.<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/">Linux / Unix: Find All Hidden Dot Directories and Delete</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Find All Hidden Dot Directories and Delete&url=http://www.cyberciti.biz/faq/linux-unix-find-all-hidden-dot-directories-and-delete/&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-unix-find-all-hidden-dot-directories-and-delete/" 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-unix-find-all-hidden-dot-directories-and-delete/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>Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records</title><link>http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/</link> <comments>http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/#comments</comments> <pubDate>Sun, 05 May 2013 05:53:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[dig command]]></category> <category><![CDATA[dns lookup]]></category> <category><![CDATA[dns record]]></category> <category><![CDATA[dns server]]></category> <category><![CDATA[domain name system]]></category> <category><![CDATA[host command]]></category> <category><![CDATA[name resolution]]></category> <category><![CDATA[query status]]></category> <category><![CDATA[query time]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13254</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX related articles/faq" href="http://www.cyberciti.biz/faq/category/unix/"><img
src="http://s0.cyberciti.org/images/category/old/unix-logo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> would like to see the Time-to-live (TTL) value for a 'AAAA' and A record for domains. How do I see Time-to-live (TTL) for a DNS record under Unix or Linux operating systems using command line options?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/">Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records&url=http://www.cyberciti.biz/faq/howto-use-dig-to-find-dns-time-to-live-ttl-values/&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-use-dig-to-find-dns-time-to-live-ttl-values/" 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-use-dig-to-find-dns-time-to-live-ttl-values/feed/</wfw:commentRss> <slash:comments>2</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>Debian / Ubuntu: Install gem The FrontEnd To Rubygems</title><link>http://www.cyberciti.biz/faq/debian-ubuntu-install-gem-the-frontend-to-rubygems/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntu-install-gem-the-frontend-to-rubygems/#comments</comments> <pubDate>Wed, 01 May 2013 16:55:18 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Ruby on Rails]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[gem command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13251</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ruby on Rails Web Application Framework related Howtos/Tutorials" href="http://www.cyberciti.biz/faq/category/ruby-on-rails-2/"><img
src="http://s0.cyberciti.org/images/category/ruby-on-rails.png" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I install rubygems  package manager for Ruby on rails (RoR) under Debian or Ubuntu Linux operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntu-install-gem-the-frontend-to-rubygems/">Debian / Ubuntu: Install gem The FrontEnd To Rubygems</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Debian / Ubuntu: Install gem The FrontEnd To Rubygems&url=http://www.cyberciti.biz/faq/debian-ubuntu-install-gem-the-frontend-to-rubygems/&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-install-gem-the-frontend-to-rubygems/" 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-install-gem-the-frontend-to-rubygems/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Vi / Vim: Wipe and Undo All Changes Since Opening a File</title><link>http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/</link> <comments>http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/#comments</comments> <pubDate>Sun, 28 Apr 2013 20:11:25 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[vim :e!]]></category> <category><![CDATA[vim :edit!]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13249</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VI / Vim text editor related FAQs/HowTos" href="http://www.cyberciti.biz/faq/category/vim/"><img
src="http://s0.cyberciti.org/images/category/old/vim-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am a new vi / vim text editor user and <a
href="http://www.cyberciti.biz/faq/howto-quit-vim-editor-without-saving-changes/">I know how to quit without saving</a> changes. What if I want to wipe out all of the edits I have made in a session and get back to the original file? How do I wipe all changes since opening a file?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/">Vi / Vim: Wipe and Undo All Changes Since Opening a File</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Vi / Vim: Wipe and Undo All Changes Since Opening a File&url=http://www.cyberciti.biz/faq/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/&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/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/" 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/vi-vim-wipe-and-undo-all-changes-since-opening-a-file/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes</title><link>http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/</link> <comments>http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/#comments</comments> <pubDate>Sun, 28 Apr 2013 03:47:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/init.d/apache2]]></category> <category><![CDATA[/etc/init.d/httpd]]></category> <category><![CDATA[apachectl -k graceful]]></category> <category><![CDATA[apachectl command]]></category> <category><![CDATA[service command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13244</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Apache Webserver related FAQ" href="http://www.cyberciti.biz/faq/category/apache/"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> made changes to the httpd.conf file. How do I reload the new config changes without restarting the Apache 2 web server under Debian / CentOS Linux operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-command/">Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Apache 2: Reload HTTPD Configuration File Without Restarting Apache Config Changes&url=http://www.cyberciti.biz/faq/apache-2-reload-httpd-config-file-unix-linux-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/apache-2-reload-httpd-config-file-unix-linux-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/apache-2-reload-httpd-config-file-unix-linux-command/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>