<?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; Vim</title> <atom:link href="http://www.cyberciti.biz/faq/tag/vim/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>VI / VIM: Insert Current Date / Time</title><link>http://www.cyberciti.biz/faq/vim-inserting-current-date-time-under-linux-unix-osx/</link> <comments>http://www.cyberciti.biz/faq/vim-inserting-current-date-time-under-linux-unix-osx/#comments</comments> <pubDate>Wed, 17 Nov 2010 17:14:57 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[current date]]></category> <category><![CDATA[date time]]></category> <category><![CDATA[vim Insert current date]]></category> <category><![CDATA[vim Insert current time]]></category> <category><![CDATA[vim Insert date]]></category> <category><![CDATA[vim Insert time]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9364</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/vim/' title='See all VI / Vim text editor related FAQs/HowTos'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vim-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I display and insert current date and/or time under vi or VIM text editor?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vim-inserting-current-date-time-under-linux-unix-osx/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HowTo: Save A File In Vim / Vi Without Root Permission</title><link>http://www.cyberciti.biz/faq/vim-vi-text-editor-save-file-without-root-permission/</link> <comments>http://www.cyberciti.biz/faq/vim-vi-text-editor-save-file-without-root-permission/#comments</comments> <pubDate>Tue, 30 Mar 2010 20:42:52 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[:w !sudo %]]></category> <category><![CDATA[config files]]></category> <category><![CDATA[permission problem]]></category> <category><![CDATA[root permission]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[tee command]]></category> <category><![CDATA[temporary file]]></category> <category><![CDATA[text editor]]></category> <category><![CDATA[vi]]></category> <category><![CDATA[vi :w !sudo %]]></category> <category><![CDATA[vim :w !sudo %]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6934</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">T</span>his happens lot of times. I login as a normal user and start to edit httpd.conf or lighttpd.conf or named.conf in vim / vi  text editor. However, I'm not able to save changes due to permission issue (all config files are owned by root). How do I save file without creating a  temporary file (/tmp/httpd.conf) and then move the same (mv /tmp/httpd.conf /etc/httpd) as root using vim / vi itself?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vim-vi-text-editor-save-file-without-root-permission/feed/</wfw:commentRss> <slash:comments>39</slash:comments> </item> <item><title>Vim Editing Multiple Files and Windowing Support Under Linux / UNIX</title><link>http://www.cyberciti.biz/faq/vim-editing-multiple-files-with-windows-buffers/</link> <comments>http://www.cyberciti.biz/faq/vim-editing-multiple-files-with-windows-buffers/#comments</comments> <pubDate>Wed, 09 Jul 2008 13:16:54 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[ctrl w]]></category> <category><![CDATA[horizontal windows]]></category> <category><![CDATA[multiple file]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[productivity]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[viewport]]></category> <category><![CDATA[vim editor]]></category> <category><![CDATA[vim Moving windows]]></category> <category><![CDATA[vim split window]]></category> <category><![CDATA[vim split window on another file]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[vim Vertical splits]]></category> <category><![CDATA[vim Window size]]></category> <category><![CDATA[vim windows]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1175</guid> <description><![CDATA[How do I open and edit multiple files under VIM text editor running under Ubuntu Linux / UNIX operating systems to improve my productivity?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vim-editing-multiple-files-with-windows-buffers/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>How do I Be More Productive In Vim?</title><link>http://www.cyberciti.biz/faq/how-do-i-be-more-productive-in-vim/</link> <comments>http://www.cyberciti.biz/faq/how-do-i-be-more-productive-in-vim/#comments</comments> <pubDate>Sat, 24 May 2008 12:50:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[1d]]></category> <category><![CDATA[5d]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[command mode]]></category> <category><![CDATA[current position]]></category> <category><![CDATA[cursor]]></category> <category><![CDATA[dd]]></category> <category><![CDATA[example copy]]></category> <category><![CDATA[help topic]]></category> <category><![CDATA[howto]]></category> <category><![CDATA[line 1]]></category> <category><![CDATA[mode shift]]></category> <category><![CDATA[np]]></category> <category><![CDATA[readers tips]]></category> <category><![CDATA[registers]]></category> <category><![CDATA[vi]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[word completion]]></category> <category><![CDATA[yy]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1080</guid> <description><![CDATA[I'm just starting in vim text editor but I'm annoying typing and retyping similar statements. Can you address me about it?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/how-do-i-be-more-productive-in-vim/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Moving Around With vim (keyboard short cuts)</title><link>http://www.cyberciti.biz/faq/vim-keyboard-short-cuts/</link> <comments>http://www.cyberciti.biz/faq/vim-keyboard-short-cuts/#comments</comments> <pubDate>Wed, 21 May 2008 11:53:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[arrow keys]]></category> <category><![CDATA[command mode]]></category> <category><![CDATA[ctrl g]]></category> <category><![CDATA[first position]]></category> <category><![CDATA[gg]]></category> <category><![CDATA[howto]]></category> <category><![CDATA[keyboard]]></category> <category><![CDATA[keyboard short cuts]]></category> <category><![CDATA[line 8]]></category> <category><![CDATA[line shift]]></category> <category><![CDATA[readers tips]]></category> <category><![CDATA[vi]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[zero 7]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1078</guid> <description><![CDATA[Can you tell me few useful vim text editor keyboard short cuts for moving around while editing text files?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vim-keyboard-short-cuts/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Show Line Numbers In vi / vim Text Editor</title><link>http://www.cyberciti.biz/faq/vi-show-line-numbers/</link> <comments>http://www.cyberciti.biz/faq/vi-show-line-numbers/#comments</comments> <pubDate>Mon, 12 May 2008 11:00:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[c program]]></category> <category><![CDATA[display vi line nymber]]></category> <category><![CDATA[line numbers]]></category> <category><![CDATA[readability]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[vim off line number]]></category> <category><![CDATA[vim on line number]]></category> <category><![CDATA[vim text editor]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1063</guid> <description><![CDATA[ How do I display vi / vim text editor line numbers while writing a shell script or c program? How can I turn on or off this feature?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vi-show-line-numbers/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>vi / vim Auto complete File Name While Editing Files</title><link>http://www.cyberciti.biz/faq/unix-linux-vim-easy-edit-of-files/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-vim-easy-edit-of-files/#comments</comments> <pubDate>Mon, 14 Apr 2008 20:42:51 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[easy edit of files]]></category> <category><![CDATA[file names]]></category> <category><![CDATA[integrated development environment]]></category> <category><![CDATA[python program]]></category> <category><![CDATA[software development system]]></category> <category><![CDATA[tab key]]></category> <category><![CDATA[version 6]]></category> <category><![CDATA[vi editor]]></category> <category><![CDATA[vim editor]]></category> <category><![CDATA[~/.vimrc]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1069</guid> <description><![CDATA[ use vi / vim as IDE (Integrated development environment) a software development system using Ubuntu Linux. How do I auto complete file name under vim / vi text editor while editing text file or java / c / python program? I can auto complete file nameunder bash shell by hitting [TAB] key. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-vim-easy-edit-of-files/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>vi / vim Print Line Numbers on Hardcopies / Printer</title><link>http://www.cyberciti.biz/faq/vi-vim-print-line-numbers-on-hardcopies-printer/</link> <comments>http://www.cyberciti.biz/faq/vi-vim-print-line-numbers-on-hardcopies-printer/#comments</comments> <pubDate>Sat, 12 Apr 2008 11:11:15 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[display vi line nymber]]></category> <category><![CDATA[java code]]></category> <category><![CDATA[line numbers]]></category> <category><![CDATA[printer type]]></category> <category><![CDATA[unix operating system]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[~/.vimrc]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1065</guid> <description><![CDATA[Q. How do I print line numbers on printer for my c / java code written using vi / vim text editor under Linux / UNIX operating system? A. To print line number on screen and hardcopies such as printer type the following two commands while vim / vi text editor is open: set number [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/vi-vim-print-line-numbers-on-hardcopies-printer/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>HowTo: Edit a File Under Linux</title><link>http://www.cyberciti.biz/faq/edit-a-linux-file/</link> <comments>http://www.cyberciti.biz/faq/edit-a-linux-file/#comments</comments> <pubDate>Sat, 15 Dec 2007 17:36:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[command cat]]></category> <category><![CDATA[demo]]></category> <category><![CDATA[keyboard shortcut]]></category> <category><![CDATA[pico command]]></category> <category><![CDATA[pico pico]]></category> <category><![CDATA[pico text editor]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[word press]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6034</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">C</span>an tell me a Linux commands to edit a text file?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/edit-a-linux-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Change default Linux / UNIX text editor from VI to Pico</title><link>http://www.cyberciti.biz/faq/howto-rhel-centos-fedora-change-text-editor/</link> <comments>http://www.cyberciti.biz/faq/howto-rhel-centos-fedora-change-text-editor/#comments</comments> <pubDate>Thu, 30 Aug 2007 19:48: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[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[alias command]]></category> <category><![CDATA[default text editor]]></category> <category><![CDATA[editor environment]]></category> <category><![CDATA[editor pico]]></category> <category><![CDATA[editor variable]]></category> <category><![CDATA[export command]]></category> <category><![CDATA[set command]]></category> <category><![CDATA[set editor variable]]></category> <category><![CDATA[shell editor]]></category> <category><![CDATA[variable editor]]></category> <category><![CDATA[Vim]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-rhel-centos-fedora-change-text-editor/</guid> <description><![CDATA[Q. I find vi hard to use. How do I change my default text editor from vim / vi to Pico under Debian Linux? A. To use and change an editor to edit your text message, set the variable EDITOR to the pathname of the vi / vim binary file. You need to use export [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-rhel-centos-fedora-change-text-editor/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>FreeBSD install VIM text editor</title><link>http://www.cyberciti.biz/faq/howto-install-vim-text-editor-under-freebsd/</link> <comments>http://www.cyberciti.biz/faq/howto-install-vim-text-editor-under-freebsd/#comments</comments> <pubDate>Wed, 09 May 2007 02:28:56 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[/usr/local/share/vim/vim71/vimrc_example.vim]]></category> <category><![CDATA[/usr/local/share/vim/vimrc]]></category> <category><![CDATA[alias]]></category> <category><![CDATA[binary package]]></category> <category><![CDATA[configurable text editor]]></category> <category><![CDATA[cshrc]]></category> <category><![CDATA[editors]]></category> <category><![CDATA[freebsd ports]]></category> <category><![CDATA[freebsd server]]></category> <category><![CDATA[freebsd vim]]></category> <category><![CDATA[install vim]]></category> <category><![CDATA[make command]]></category> <category><![CDATA[pkg add command]]></category> <category><![CDATA[shell]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-install-vim-text-editor-under-freebsd/</guid> <description><![CDATA[Q. Quick question – How do I install VIM text editor for my FreeBSD server? Currently it has old version of vi. I like vim as it is a highly configurable text editor and efficient one. A. VIM (Vi IMproved ) is not installed by default under FreeBSD. Vim is a text editor that is [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-install-vim-text-editor-under-freebsd/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Ubuntu Linux Vim Sorry, the command is not available in this version: syntax on</title><link>http://www.cyberciti.biz/faq/howto-install-full-vim-under-ubuntu-linux/</link> <comments>http://www.cyberciti.biz/faq/howto-install-full-vim-under-ubuntu-linux/#comments</comments> <pubDate>Sun, 04 Mar 2007 20:17:08 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[command syntax]]></category> <category><![CDATA[enhancements]]></category> <category><![CDATA[tiny version]]></category> <category><![CDATA[ubuntu install vim]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[visual selection]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-install-full-vim-under-ubuntu-linux/</guid> <description><![CDATA[Q. I am using vim under Ubuntu Linux and whenever I type following command: syntax on I’m getting an error which read as follows: E319: Sorry, the command is not available in this version: syntax on How do I fix this problem? A. Vim is a text editor that is upwards compatible to Vi. It [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-install-full-vim-under-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>29</slash:comments> </item> <item><title>Turn on or off color syntax highlighting in vi or vim</title><link>http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/</link> <comments>http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/#comments</comments> <pubDate>Mon, 30 Oct 2006 05:43:18 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[c source code]]></category> <category><![CDATA[color syntax]]></category> <category><![CDATA[command syntax]]></category> <category><![CDATA[configuration files]]></category> <category><![CDATA[linux configuration]]></category> <category><![CDATA[unix linux]]></category> <category><![CDATA[~/.vimrc]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/</guid> <description><![CDATA[How do I turn on or off color syntax highlighting in vi or vim text editor under UNIX or Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>Gnome Linux Disable / Turn Off Hardware Beep Sound For Terminal</title><link>http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/</link> <comments>http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/#comments</comments> <pubDate>Wed, 06 Sep 2006 13:13:05 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian / Ubuntu]]></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[beep sound]]></category> <category><![CDATA[beeper]]></category> <category><![CDATA[beeps]]></category> <category><![CDATA[bell sound]]></category> <category><![CDATA[bell style]]></category> <category><![CDATA[blacklist pcspk]]></category> <category><![CDATA[console beep]]></category> <category><![CDATA[disable beep]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[linux disable beep]]></category> <category><![CDATA[linux disable console beep]]></category> <category><![CDATA[linux disable system beep]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[linux turn off beep sound]]></category> <category><![CDATA[linux turn off system beep]]></category> <category><![CDATA[pc speaker]]></category> <category><![CDATA[remove pcspk]]></category> <category><![CDATA[silence]]></category> <category><![CDATA[terminal beep]]></category> <category><![CDATA[terminal bell]]></category> <category><![CDATA[turn off beep in linux]]></category> <category><![CDATA[turn off beep linux]]></category> <category><![CDATA[Vim]]></category> <category><![CDATA[xset]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='/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">T</span>his beep sound is annoying under Linux, how do I disable it forever under Debian / Fedora / RHEL / Red Hat / Ubuntu Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/how-to-linux-disable-or-turn-off-beep-sound-for-terminal/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>
