<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Colonna</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Colonna"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Colonna"/>
	<updated>2026-04-15T10:44:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:FFmpeg&amp;diff=59429</id>
		<title>Talk:FFmpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:FFmpeg&amp;diff=59429"/>
		<updated>2012-05-22T05:37:40Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Unsupported codec for output stream #0.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Unsupported codec for output stream #0.0 ===&lt;br /&gt;
I apologize for the style of my contribution, and also for its negative aspect.&amp;lt;br&amp;gt;&lt;br /&gt;
I only hope that people knowing how to fix this issue will do it.&amp;lt;br&amp;gt;&lt;br /&gt;
Best&lt;br /&gt;
:--[[User:Colonna|Colonna]] 18:56, May 20, 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Colonna, as the wiki is not a place for asking questions I have rolled back your edit. You may want to visit the forums to see if someone there can offer a solution. http://www.linuxquestions.org/questions/ [[User:Jeremy|Jeremy]] 21:09, May 21, 2012 (UTC)&lt;br /&gt;
::Jeremy, why not to ask questions on a Wiki to start an article ? after all a Wiki page answers (unformulated) questions ?&lt;br /&gt;
::I never use Forum : they are unstructured, unreadable and I very soon get lost, I always suggest the use of Wikis instead.&lt;br /&gt;
::Sorry --[[User:Colonna|Colonna]] 05:37, May 22, 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:FFmpeg&amp;diff=59425</id>
		<title>Talk:FFmpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:FFmpeg&amp;diff=59425"/>
		<updated>2012-05-20T18:56:55Z</updated>

		<summary type="html">&lt;p&gt;Colonna: Created page with '=== Unsupported codec for output stream #0.0 === I apologize for the style of my contribution, and also for its negative aspect.&amp;lt;br&amp;gt; I only hope that people knowing how to fix th…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Unsupported codec for output stream #0.0 ===&lt;br /&gt;
I apologize for the style of my contribution, and also for its negative aspect.&amp;lt;br&amp;gt;&lt;br /&gt;
I only hope that people knowing how to fix this issue will do it.&amp;lt;br&amp;gt;&lt;br /&gt;
Best&lt;br /&gt;
:--[[User:Colonna|Colonna]] 18:56, May 20, 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=FFmpeg&amp;diff=59424</id>
		<title>FFmpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=FFmpeg&amp;diff=59424"/>
		<updated>2012-05-20T18:53:37Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''FFmpeg''' is used mainly to convert and stream video. FFmpeg uses [http://en.wikipedia.org/wiki/Libavcodec libavcodec]. FFmpeg is developed under [[Linux]], but can be compiled and run under most operating systems.&lt;br /&gt;
&lt;br /&gt;
== How to get it ==&lt;br /&gt;
&lt;br /&gt;
 svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg&lt;br /&gt;
 cd ffmpeg&lt;br /&gt;
 ./[[configure]] &amp;amp;&amp;amp; [[make]] &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
&lt;br /&gt;
FFmpeg supports many formats and containers, including: mpeg-1, mpeg-2, DIVx, H.263, H.264, MP2, MP3, and MP4.&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
&lt;br /&gt;
Here's an example how to convert ''example.dv'' to a .mpg [[file]]:&lt;br /&gt;
 ffmpeg -i ''example.dv'' -f avi -vcodec mpeg4 -b 1800 -g 300 ''example.mpg''&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
&lt;br /&gt;
=== Unsupported codec for output stream #0.0 ===&lt;br /&gt;
&lt;br /&gt;
ffmpeg is able to extract an audio file out of a video with the command :&lt;br /&gt;
&lt;br /&gt;
 ffmpeg -i v.mp4 -vn v.mp3&lt;br /&gt;
&lt;br /&gt;
As a look at the web suggests this command very often gives the following error message :&lt;br /&gt;
;Error message : &lt;br /&gt;
 FFmpeg version SVN-r0.5.6-4:0.5.6-3, Copyright (c) 2000-2009 Fabrice Bellard, et al.&lt;br /&gt;
  configuration: --extra-version=4:0.5.6-3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable- libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdc1394 --enable-shared --disable-static&lt;br /&gt;
  libavutil     49.15. 0 / 49.15. 0&lt;br /&gt;
  libavcodec    52.20. 1 / 52.20. 1&lt;br /&gt;
  libavformat   52.31. 0 / 52.31. 0&lt;br /&gt;
  libavdevice   52. 1. 0 / 52. 1. 0&lt;br /&gt;
  libavfilter    0. 4. 0 /  0. 4. 0&lt;br /&gt;
  libswscale     0. 7. 1 /  0. 7. 1&lt;br /&gt;
  libpostproc   51. 2. 0 / 51. 2. 0&lt;br /&gt;
  built on Dec 31 2011 15:16:11, gcc: 4.4.5&lt;br /&gt;
&lt;br /&gt;
 Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -&amp;gt; 25.00 (25/1)&lt;br /&gt;
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'v.mp4':&lt;br /&gt;
  Duration: 00:17:48.04, start: 0.000000, bitrate: 387 kb/s&lt;br /&gt;
    Stream #0.0(und): Video: h264, yuv420p, 636x360, 25 tbr, 25 tbn, 50 tbc&lt;br /&gt;
    Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16&lt;br /&gt;
 File 'v.mp3' already exists. Overwrite ? [y/N] y&lt;br /&gt;
 Output #0, mp3, to 'v.mp3':&lt;br /&gt;
    Stream #0.0(und): Audio: 0x0000, 44100 Hz, stereo, s16, 64 kb/s&lt;br /&gt;
 Stream mapping:&lt;br /&gt;
  Stream #0.1 -&amp;gt; #0.0&lt;br /&gt;
 '''Unsupported codec for output stream #0.0'''&lt;br /&gt;
&lt;br /&gt;
;Reason:&lt;br /&gt;
 ''please fill''&lt;br /&gt;
;Cure:&lt;br /&gt;
 ''please fill''&lt;br /&gt;
== FFplay ==&lt;br /&gt;
&lt;br /&gt;
FFmpeg also includes [http://en.wikipedia.org/wiki/Ffplay FFplay], a media player and streaming client.&lt;br /&gt;
&lt;br /&gt;
== FFserver ==&lt;br /&gt;
&lt;br /&gt;
FFmpeg also includes [http://en.wikipedia.org/wiki/Ffserver FFserver], used to stream media to clients over a network.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://ffmpeg.mplayerhq.hu/index.html FFmpeg home page]&lt;br /&gt;
* [http://arrozcru.no-ip.org/ffmpeg/ FFmpeg on Windows help]&lt;br /&gt;
* [http://stephenjungels.com/jungels.net/articles/ffmpeg-howto.html FFmpeg on OSX help]&lt;br /&gt;
&lt;br /&gt;
[[Category:Command]]&lt;br /&gt;
[[Category:Video]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59373</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59373"/>
		<updated>2012-04-08T11:18:37Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Known problem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''VLC media player''' (initially VideoLAN client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, [[mp3]], [[ogg]], ...) as well as [[DVD]]s, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in [[IPv4]] or [[IPv6]] on a high-bandwidth network. VLC media player supports all [[GNU/Linux]] flavours, all [http://en.wikipedia.org/wiki/BSD BSD] flavours, [[Windows]], [[Mac OS X]], BeOS, [[Solaris]], QNX.&lt;br /&gt;
&lt;br /&gt;
= Install it =&lt;br /&gt;
Install VLC media player as described at [[installing software]], however, for SUSE, there is an easier way to install it.&lt;br /&gt;
&lt;br /&gt;
== With DEBIAN ==&lt;br /&gt;
To [[install]] VLC media player with the [[DEBIAN]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-debian.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
=== Known problem ===&lt;br /&gt;
If, after having installed [[VLC]] you get sound but no image and an error message flow saying something like :&lt;br /&gt;
&lt;br /&gt;
 [swscaler @ 0x991f7e0] bad dst image pointers&lt;br /&gt;
 ... &lt;br /&gt;
 [swscaler @ 0x991f7e0] bad dst image pointers&lt;br /&gt;
&lt;br /&gt;
Please look carefully at the installation procedure given at http://forum.videolan.org/viewtopic.php?t=70719&amp;amp;f=13#p234567 which is summarized below :&lt;br /&gt;
&lt;br /&gt;
*Remove any '''Debian-Multimedia.org''' entries from the APT sources list via your package manager, or from the command line:&lt;br /&gt;
    sudo vi /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
*Update the package list, e.g.:&lt;br /&gt;
    sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
*Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:&lt;br /&gt;
    sudo apt-get remove libavutil*&lt;br /&gt;
&lt;br /&gt;
*Reinstall VLC and other packages you are interested in, '''from the official Debian repositories''', e.g.&lt;br /&gt;
    sudo apt-get install vlc&lt;br /&gt;
&lt;br /&gt;
== With SUSE ==&lt;br /&gt;
To [[install]] VLC media player with the [[SUSE]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-suse.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
= Use it =&lt;br /&gt;
To use VLC media player, [[open a console]] as root and type&lt;br /&gt;
 chmod 777 /dev/sr0&lt;br /&gt;
 chmod 777 /dev/sr1&lt;br /&gt;
&lt;br /&gt;
Then open a console as non-root and start VLC media player with the [[command]]&lt;br /&gt;
&lt;br /&gt;
 vlc&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Video player]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.videolan.org/vlc/index.html VLC homepage]&lt;br /&gt;
* [http://www.videolan.org/vlc/screenshots.html VLC screenshots]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Application]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59372</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59372"/>
		<updated>2012-04-08T11:17:22Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Known problem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''VLC media player''' (initially VideoLAN client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, [[mp3]], [[ogg]], ...) as well as [[DVD]]s, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in [[IPv4]] or [[IPv6]] on a high-bandwidth network. VLC media player supports all [[GNU/Linux]] flavours, all [http://en.wikipedia.org/wiki/BSD BSD] flavours, [[Windows]], [[Mac OS X]], BeOS, [[Solaris]], QNX.&lt;br /&gt;
&lt;br /&gt;
= Install it =&lt;br /&gt;
Install VLC media player as described at [[installing software]], however, for SUSE, there is an easier way to install it.&lt;br /&gt;
&lt;br /&gt;
== With DEBIAN ==&lt;br /&gt;
To [[install]] VLC media player with the [[DEBIAN]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-debian.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
=== Known problem ===&lt;br /&gt;
If, after having installed [[VLC]] you get sound but no image and an error message flow saying something like :&lt;br /&gt;
&lt;br /&gt;
 [swscaler @ 0x991f7e0] bad dst image pointers&lt;br /&gt;
 ... &lt;br /&gt;
 [swscaler @ 0x991f7e0] bad dst image pointers&lt;br /&gt;
&lt;br /&gt;
Please look carefully at the installation procedure given at http://forum.videolan.org/viewtopic.php?t=70719&amp;amp;f=13#p234567 which is summarized below :&lt;br /&gt;
&lt;br /&gt;
#Remove any '''Debian-Multimedia.org''' entries from the APT sources list via your package manager, or from the command line:&lt;br /&gt;
    sudo vi /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
#Update the package list, e.g.:&lt;br /&gt;
    sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
#Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:&lt;br /&gt;
    sudo apt-get remove libavutil*&lt;br /&gt;
&lt;br /&gt;
#Reinstall VLC and other packages you are interested in, '''from the official Debian repositories''', e.g.&lt;br /&gt;
    sudo apt-get install vlc&lt;br /&gt;
&lt;br /&gt;
== With SUSE ==&lt;br /&gt;
To [[install]] VLC media player with the [[SUSE]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-suse.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
= Use it =&lt;br /&gt;
To use VLC media player, [[open a console]] as root and type&lt;br /&gt;
 chmod 777 /dev/sr0&lt;br /&gt;
 chmod 777 /dev/sr1&lt;br /&gt;
&lt;br /&gt;
Then open a console as non-root and start VLC media player with the [[command]]&lt;br /&gt;
&lt;br /&gt;
 vlc&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Video player]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.videolan.org/vlc/index.html VLC homepage]&lt;br /&gt;
* [http://www.videolan.org/vlc/screenshots.html VLC screenshots]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Application]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59371</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59371"/>
		<updated>2012-04-08T11:12:34Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* With DEBIAN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''VLC media player''' (initially VideoLAN client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, [[mp3]], [[ogg]], ...) as well as [[DVD]]s, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in [[IPv4]] or [[IPv6]] on a high-bandwidth network. VLC media player supports all [[GNU/Linux]] flavours, all [http://en.wikipedia.org/wiki/BSD BSD] flavours, [[Windows]], [[Mac OS X]], BeOS, [[Solaris]], QNX.&lt;br /&gt;
&lt;br /&gt;
= Install it =&lt;br /&gt;
Install VLC media player as described at [[installing software]], however, for SUSE, there is an easier way to install it.&lt;br /&gt;
&lt;br /&gt;
== With DEBIAN ==&lt;br /&gt;
To [[install]] VLC media player with the [[DEBIAN]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-debian.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
=== Known problem ===&lt;br /&gt;
Please look carefully at the installation procedure from http://forum.videolan.org/viewtopic.php?t=70719&amp;amp;f=13#p234567 which is summarized below :&lt;br /&gt;
&lt;br /&gt;
#Remove any '''Debian-Multimedia.org''' entries from the APT sources list via your package manager, or from the command line:&lt;br /&gt;
    sudo vi /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
#Update the package list, e.g.:&lt;br /&gt;
    sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
#Remove any libavutil package. This will also temporarily remove VLC, MPlayer, etc if they are installed. For example:&lt;br /&gt;
    sudo apt-get remove libavutil*&lt;br /&gt;
&lt;br /&gt;
#Reinstall VLC and other packages you are interested in, '''from the official Debian repositories''', e.g.&lt;br /&gt;
    sudo apt-get install vlc&lt;br /&gt;
&lt;br /&gt;
== With SUSE ==&lt;br /&gt;
To [[install]] VLC media player with the [[SUSE]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-suse.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
= Use it =&lt;br /&gt;
To use VLC media player, [[open a console]] as root and type&lt;br /&gt;
 chmod 777 /dev/sr0&lt;br /&gt;
 chmod 777 /dev/sr1&lt;br /&gt;
&lt;br /&gt;
Then open a console as non-root and start VLC media player with the [[command]]&lt;br /&gt;
&lt;br /&gt;
 vlc&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Video player]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.videolan.org/vlc/index.html VLC homepage]&lt;br /&gt;
* [http://www.videolan.org/vlc/screenshots.html VLC screenshots]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Application]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59370</id>
		<title>VLC media player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=VLC_media_player&amp;diff=59370"/>
		<updated>2012-04-08T10:59:06Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''VLC media player''' (initially VideoLAN client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, [[mp3]], [[ogg]], ...) as well as [[DVD]]s, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in [[IPv4]] or [[IPv6]] on a high-bandwidth network. VLC media player supports all [[GNU/Linux]] flavours, all [http://en.wikipedia.org/wiki/BSD BSD] flavours, [[Windows]], [[Mac OS X]], BeOS, [[Solaris]], QNX.&lt;br /&gt;
&lt;br /&gt;
= Install it =&lt;br /&gt;
Install VLC media player as described at [[installing software]], however, for SUSE, there is an easier way to install it.&lt;br /&gt;
&lt;br /&gt;
== With DEBIAN ==&lt;br /&gt;
To [[install]] VLC media player with the [[DEBIAN]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-debian.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
=== Known problem ===&lt;br /&gt;
Please look carefully at http://forum.videolan.org/viewtopic.php?t=70719&amp;amp;f=13#p234567&lt;br /&gt;
&lt;br /&gt;
== With SUSE ==&lt;br /&gt;
To [[install]] VLC media player with the [[SUSE]] [[Linux]] [[distribution]], go to http://www.videolan.org/vlc/download-suse.html and follow the steps to do a 1-Click install of VLC media player.&lt;br /&gt;
&lt;br /&gt;
= Use it =&lt;br /&gt;
To use VLC media player, [[open a console]] as root and type&lt;br /&gt;
 chmod 777 /dev/sr0&lt;br /&gt;
 chmod 777 /dev/sr1&lt;br /&gt;
&lt;br /&gt;
Then open a console as non-root and start VLC media player with the [[command]]&lt;br /&gt;
&lt;br /&gt;
 vlc&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Video player]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [http://www.videolan.org/vlc/index.html VLC homepage]&lt;br /&gt;
* [http://www.videolan.org/vlc/screenshots.html VLC screenshots]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Application]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:Colonna&amp;diff=55257</id>
		<title>User talk:Colonna</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:Colonna&amp;diff=55257"/>
		<updated>2011-01-08T15:57:16Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Colonna, regarding http://wiki.linuxquestions.org/index.php?title=Firefox&amp;amp;curid=663&amp;amp;diff=55243&amp;amp;oldid=55242&amp;amp;rcid=38094 you write you do not know if this style is correct - what style would you want to use? --[[User:ThorstenStaerk|ThorstenStaerk]] 11:19, January 8, 2011 (UTC)&lt;br /&gt;
:I would have prefered to enlight the command like this :&lt;br /&gt;
type&lt;br /&gt;
  Ctrl Shift T&lt;br /&gt;
Then, the ...&lt;br /&gt;
:--[[User:Colonna|Colonna]] 12:26, January 8, 2011 (UTC)&lt;br /&gt;
:: Then do it. I did not like it and I removed it, but if you care enough to mention it, please add it again :) --[[User:ThorstenStaerk|ThorstenStaerk]] 12:34, January 8, 2011 (UTC)&lt;br /&gt;
:::No. I do not want to impose my opinion.&lt;br /&gt;
:::Could you tell me why you do not like it ? Is it only a question of taste or do you have some deeper reason ?&lt;br /&gt;
:::As far as I am concerned, I prefer this style because ( I think ) it is more readable (is it really .. ?).&lt;br /&gt;
:::Are the style conventions of the wiki written somewhere ?&lt;br /&gt;
:::--[[User:Colonna|Colonna]] 15:57, January 8, 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:Colonna&amp;diff=55247</id>
		<title>User talk:Colonna</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:Colonna&amp;diff=55247"/>
		<updated>2011-01-08T12:26:15Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Colonna, regarding http://wiki.linuxquestions.org/index.php?title=Firefox&amp;amp;curid=663&amp;amp;diff=55243&amp;amp;oldid=55242&amp;amp;rcid=38094 you write you do not know if this style is correct - what style would you want to use? --[[User:ThorstenStaerk|ThorstenStaerk]] 11:19, January 8, 2011 (UTC)&lt;br /&gt;
:I would have prefered to enlight the command like this :&lt;br /&gt;
type&lt;br /&gt;
  Ctrl Shift T&lt;br /&gt;
Then, the ...&lt;br /&gt;
:--[[User:Colonna|Colonna]] 12:26, January 8, 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55243</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55243"/>
		<updated>2011-01-07T23:45:34Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Restoring a tab deleted with Ctrl W shortcut */  I am not sure the style is correct.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mozilla Firefox''' (once known as &amp;quot;[[Firebird]]&amp;quot;) is a cross-platform, [[open source]], free [[web browser]] available for [[Windows]], [[Mac OS X]], [[Linux]] and other operating systems. Unlike the [[Mozilla]] Suite, which  includes a [[chat]] client, [[mail]] functions, and web page editor, Firefox is just a browser, and is considerably faster than Mozilla. &lt;br /&gt;
&lt;br /&gt;
Since the introduction of version one of Firefox in the fall of 2004, Firefox is considered a viable alternative to Microsoft's browser, [[Internet Explorer]].  Thanks to features such as pop-up blocking, tabbed browsing, security features, Firefox has gained a substantial market share and the expense of Internet Explorer.&lt;br /&gt;
&lt;br /&gt;
= History = &lt;br /&gt;
Firefox was originally known as Phoenix but was later renamed to Firebird and then, in February 2004, to Firefox, because of confusion with [[FireBirdSQL]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Distribution specific information =&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
[[Debian]] firefox packages for testing/sarge and unstable/sid users are available in the standard Debian repository, get them with &amp;lt;tt&amp;gt;[[apt-get]] install mozilla-firefox&amp;lt;/tt&amp;gt;. Debian stable/woody users can get a backported version [http://www.backports.org here]. A list of available plugins and locales packages can be found with &amp;lt;tt&amp;gt;[[apt-cache]] search --names-only mozilla-firefox&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
[[GenToo]] users can [[instAll]] Firefox from a root prompt using [[emerge]], ie:&lt;br /&gt;
&lt;br /&gt;
 # [[emerge]] mozilla-firefox&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 # emerge mozilla-firefox-bin&lt;br /&gt;
&lt;br /&gt;
(to get the official binary build installed).&lt;br /&gt;
&lt;br /&gt;
= From the new Linux Installer =&lt;br /&gt;
Download the latest Linux installer from&lt;br /&gt;
[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ ftp.mozilla.org].&lt;br /&gt;
''(Note: The installer ends in '-installer.tar.gz')''&lt;br /&gt;
&lt;br /&gt;
Extract it to a temporary directory, and go into the 'firefox-installer' directory. Now you must decide whether you want to install firefox system-wide, so that all computer users can use it, or whether to just install it for yourself. When you have finished the install you may delete the 'firefox-installer' directory.&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox for Personal Use ==&lt;br /&gt;
&lt;br /&gt;
Run the script called 'firefox-installer', in the firefox-installer directory. (If you are using a gui tool, you should be able to simply click on it) Click next until you are given a choice where to install firefox. You will probably want to install it somewhere like '/home/yourname/programs/firefox'. From there the install should be simple. To run firefox you must either run '/home/yourname/*/firefox/firefox', or make a shortcut to it (varies depending on your desktop environment).&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox System-Wide ==&lt;br /&gt;
&lt;br /&gt;
Open a terminal. Type in 'su' to login as the super-user. Use 'cd' to change to the directory where you extracted the firefox-installer (eg. &amp;lt;tt&amp;gt;cd /home/yourname/firefox-installer&amp;lt;/tt&amp;gt;). then type in &amp;lt;tt&amp;gt;./firefox-installer&amp;lt;/tt&amp;gt;. Click next until you are given a choice where to install firefox. To keep in line with linux standards, you will want to install it to '/opt/firefox'. From there the install should be simple. Once it is completed, go back to your terminal, and while still logged in as root, type in &amp;lt;tt&amp;gt;ln -s /opt/firefox/firefox /usr/local/bin/firefox&amp;lt;/tt&amp;gt; (assuming you installed to /opt/firefox). This will mean any user can run firefox by simply typing in &amp;lt;tt&amp;gt;firefox&amp;lt;/tt&amp;gt;, just like they were running any other program.&lt;br /&gt;
&lt;br /&gt;
= From Their Binaries =&lt;br /&gt;
Mozilla makes nightly binaries available at http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/,&lt;br /&gt;
or get the latest release from&lt;br /&gt;
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&lt;br /&gt;
&lt;br /&gt;
Untar it somewhere in your home directory with &amp;quot;tar -xvzf whatever.tar.gz&amp;quot;&lt;br /&gt;
you will have to run it with ./firefox from that directory, or you can create a [[shortcut]] to it.&lt;br /&gt;
&lt;br /&gt;
=  Plugins  =&lt;br /&gt;
If you want browser plugins to work, symlink your main plugin directory contents to your new plugins directory.  You will want to keep the existing libnullplugin, so rename it before doing so, and rename it back.  Main plugin directories are often in /opt/mozilla or in /usr/lib/mozilla-version or similar.&lt;br /&gt;
&lt;br /&gt;
The procedures for installing plugins such as Acrobat Reader are not well documented in the Firefox Help, but some good information is available at&lt;br /&gt;
http://plugindoc.mozdev.org/linux.html for 32-bit systems and http://plugindoc.mozdev.org/linux-amd64.html for 64-bit systems. Note in particular that you need to&lt;br /&gt;
use the program &amp;lt;tt&amp;gt;nspluginwrapper&amp;lt;/tt&amp;gt; on 64-bit systems in order to utilize 32-bit plugins -- and 64-bit plugins don't yet exist.&lt;br /&gt;
&lt;br /&gt;
To see what plugins you have installed, type &amp;lt;tt&amp;gt;about:plugins&amp;lt;/tt&amp;gt; in the location bar.&lt;br /&gt;
&lt;br /&gt;
= Firefox tips =&lt;br /&gt;
* Type &amp;lt;tt&amp;gt;about:config&amp;lt;/tt&amp;gt; in your location bar to get a complete and editable list of Firefox's preferences.&lt;br /&gt;
**filter by:&lt;br /&gt;
***'''error''' and set the resulting setting to be true for error messages that show in the browser page instead of a pop up&lt;br /&gt;
***'''dom''', then set all of the dom.disable options to true if you want to have control over the content in the web browser (these should work with all sites, no site should depend on using these features, they are all [[security]] hazards when off)&lt;br /&gt;
***'''mouse''' set middlemouse.contentLoadURL to false, that way middle clickin on a tab will close it&lt;br /&gt;
***'''autoscroll''', set it to true, and you'll middle mouse button wont' paste personal information to a search engine everytime you accidentally click it, also does the autoscroll feature, which is an ergonmic feature, that will save you from finger strain. (IE on windows has this, and firefox on windows has it on by default)&lt;br /&gt;
&lt;br /&gt;
* Creating a shortcut under KDE&lt;br /&gt;
** If you use KDE and would like a shortcut to firefox to appear under the &amp;quot;K&amp;quot; menu you can perform the following steps.&lt;br /&gt;
*** Right-click the &amp;quot;K&amp;quot; menu then select &amp;quot;Menu Editor&amp;quot;. A &amp;quot;KDE Menu Editor&amp;quot; window appears.&lt;br /&gt;
*** Navigate to the location where you would like the shortcut to appear (ex: Internet&amp;gt;Web Browser). [Note: the default menu &amp;quot;folders&amp;quot; that appear in your K menu will differ depending on your linux distribution.] With the appropriate folder selected, right-click then select &amp;quot;New Item&amp;quot;. Enter an appropriate name (eg: Firefox v1.0x) in the &amp;quot;New Item - KDE Menu Editor&amp;quot; dialog box then click OK.&lt;br /&gt;
*** With the new Firefox 1.0x menu item selected place your cursor in the Command field, then type in the proper path to the firefox executable. In the example provided above, this would be /opt/firefox/firefox&lt;br /&gt;
*** Select the proper icon for the FireFox shortcut by clicking on the Select Icon button (located just to the right of the &amp;quot;Name&amp;quot; field). In the Select Icon dialog box, select the Other Icons radio button, then browse to your /opt/firefox/icons directory and select the firefox .png file, click OK.&lt;br /&gt;
*** In the KDE Menu Editor dialog box, select FILE&amp;gt;SAVE, then select FILE&amp;gt;QUIT. Enjoy!&lt;br /&gt;
&lt;br /&gt;
== Adblock extension ==&lt;br /&gt;
[http://adblock.mozdev.org/ Adblock] (''adblock.mozdev.org'') is an extension to Firefox that does exactly what you would expect it to do: it blocks advertisement banners, as well as flash animations and other similar nuisances.&lt;br /&gt;
&lt;br /&gt;
To install it, follow [https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;version=1.0&amp;amp;os=nt&amp;amp;id=10 this link] and click on the link that says &amp;quot;Install Now.&amp;quot; If you have never installed an extenion before, you will most likely have to add &amp;lt;tt&amp;gt;update.mozilla.org&amp;lt;/tt&amp;gt; to the list of sites that may install software onto your computer. To do this, click the button that says &amp;quot;Edit Options&amp;quot; and click the button labeled &amp;quot;Allow.&amp;quot; Once the extension is done being downloaded and installed, restart Firefox to complete the installation.&lt;br /&gt;
&lt;br /&gt;
In order to block the vast majority of internet advertisements, go to [http://www.pierceive.com/ pierceive.com] and follow the links to download a set of filters called Filterset.G. Right click on the latest version of the file and choose &amp;quot;Save link as&amp;quot; and save it to a suitable location on your hard drive. To install these filters, click on &amp;lt;u&amp;gt;T&amp;lt;/u&amp;gt;ools, point to &amp;lt;u&amp;gt;A&amp;lt;/u&amp;gt;dblock, and then click Preferences. Click on the button labeled &amp;quot;Adblock Options&amp;quot; and click &amp;quot;Import filters.&amp;quot; Navigate to the location in which you saved the filter file and click &amp;quot;Open.&amp;quot; This imports the filters.&lt;br /&gt;
&lt;br /&gt;
There are some recommended settings for Adblock that will assist in enhancing your browsing experience. To active them, open the preferences panel (see above) and click on &amp;quot;Adblock Options.&amp;quot; The option labeled &amp;quot;Obj-Tags&amp;quot; should be selected already. In addition to that, select the following three options, as well as &amp;quot;Keep List Sorted.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If an advertisement appears on a web site that is not blocked, it is very easy to block it for visits. Right click on the image and click the bottom option, &amp;quot;Adblock Image.&amp;quot; A dialogue should open with the image's URL. You can click &amp;quot;OK&amp;quot; to block just that image. However, if you notice a pattern, for instance &amp;lt;tt&amp;gt;http://www.example.com/images/ads/banner1.gif&amp;lt;/tt&amp;gt;, it may be beneficial to block &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, wildcard blocks like that can occasionally lead to accidental blocking of unintended images. For that reason, Adblock allows you to remove filters you've set previously. In our above example, if by blocking things using the filter &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt; made images disappear, you would want to delete that filter. To do so, open the Adblock Preferences (see above) and locate the filter on the list. It should be alphabetical, so locating it should not be difficult. Once you have found it, right click on it and either choose &amp;quot;Edit Filter&amp;quot; to change it and possibly correct it, or &amp;quot;Delete&amp;quot; to remove it outright.&lt;br /&gt;
&lt;br /&gt;
= Firefox troubleshooting =&lt;br /&gt;
== Profile in use after power off ==&lt;br /&gt;
Firefox uses a file called lock in its profile to determine if the profile is in use.  If Firefox is running during a power failure, this file is still there, and Firefox will fail with profile in use message.  To fix it, find the lock file and delete it.&lt;br /&gt;
&lt;br /&gt;
Running as user, execute&lt;br /&gt;
&lt;br /&gt;
 user@linuxbox / $ cd ; find .mozilla -name lock -exec rm -f {} \;&lt;br /&gt;
&lt;br /&gt;
The above command will first change your current working directory to your own home directory (in this case, /home/user), then it will find all files called lock that are located in your .mozilla directory and any other subdirectory below it, and delete them forcefully. Or you can do the same thing with a file manager such as Konqueror.&lt;br /&gt;
&lt;br /&gt;
Now firefox should work again.&lt;br /&gt;
&lt;br /&gt;
== Restoring a tab deleted with Ctrl W shortcut ==&lt;br /&gt;
type '''Ctrl Shift T'''&amp;lt;br&amp;gt;Then, the last deleted tab will be recovered.&amp;lt;br&amp;gt;Moreover if you were editing some '''Html Form''' when you stroke '''Ctrl W''', you will come back to the same state as if you did nothing wrong (this is very useful when editing a Wiki page)&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[browser wars]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.mozilla.org/products/firefox/ Official Firefox homepage]&lt;br /&gt;
* [http://update.mozilla.org/extensions/ Firefox Themes]&lt;br /&gt;
* [http://update.mozilla.org/themes/ FireFox extensions]&lt;br /&gt;
* [http://forums.mozillazine.org/ MozillaZine support forums]&lt;br /&gt;
* [http://kb.mozillazine.org/Knowledge_Base The Mozilla Knowledge Base Wiki page on Firefox -- Invaluable]&lt;br /&gt;
* [http://www.mozillazine.org/ MozillaZine News]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55242</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55242"/>
		<updated>2011-01-07T23:43:51Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Restoring a tab deleted with Ctrl W shortcut */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mozilla Firefox''' (once known as &amp;quot;[[Firebird]]&amp;quot;) is a cross-platform, [[open source]], free [[web browser]] available for [[Windows]], [[Mac OS X]], [[Linux]] and other operating systems. Unlike the [[Mozilla]] Suite, which  includes a [[chat]] client, [[mail]] functions, and web page editor, Firefox is just a browser, and is considerably faster than Mozilla. &lt;br /&gt;
&lt;br /&gt;
Since the introduction of version one of Firefox in the fall of 2004, Firefox is considered a viable alternative to Microsoft's browser, [[Internet Explorer]].  Thanks to features such as pop-up blocking, tabbed browsing, security features, Firefox has gained a substantial market share and the expense of Internet Explorer.&lt;br /&gt;
&lt;br /&gt;
= History = &lt;br /&gt;
Firefox was originally known as Phoenix but was later renamed to Firebird and then, in February 2004, to Firefox, because of confusion with [[FireBirdSQL]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Distribution specific information =&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
[[Debian]] firefox packages for testing/sarge and unstable/sid users are available in the standard Debian repository, get them with &amp;lt;tt&amp;gt;[[apt-get]] install mozilla-firefox&amp;lt;/tt&amp;gt;. Debian stable/woody users can get a backported version [http://www.backports.org here]. A list of available plugins and locales packages can be found with &amp;lt;tt&amp;gt;[[apt-cache]] search --names-only mozilla-firefox&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
[[GenToo]] users can [[instAll]] Firefox from a root prompt using [[emerge]], ie:&lt;br /&gt;
&lt;br /&gt;
 # [[emerge]] mozilla-firefox&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 # emerge mozilla-firefox-bin&lt;br /&gt;
&lt;br /&gt;
(to get the official binary build installed).&lt;br /&gt;
&lt;br /&gt;
= From the new Linux Installer =&lt;br /&gt;
Download the latest Linux installer from&lt;br /&gt;
[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ ftp.mozilla.org].&lt;br /&gt;
''(Note: The installer ends in '-installer.tar.gz')''&lt;br /&gt;
&lt;br /&gt;
Extract it to a temporary directory, and go into the 'firefox-installer' directory. Now you must decide whether you want to install firefox system-wide, so that all computer users can use it, or whether to just install it for yourself. When you have finished the install you may delete the 'firefox-installer' directory.&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox for Personal Use ==&lt;br /&gt;
&lt;br /&gt;
Run the script called 'firefox-installer', in the firefox-installer directory. (If you are using a gui tool, you should be able to simply click on it) Click next until you are given a choice where to install firefox. You will probably want to install it somewhere like '/home/yourname/programs/firefox'. From there the install should be simple. To run firefox you must either run '/home/yourname/*/firefox/firefox', or make a shortcut to it (varies depending on your desktop environment).&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox System-Wide ==&lt;br /&gt;
&lt;br /&gt;
Open a terminal. Type in 'su' to login as the super-user. Use 'cd' to change to the directory where you extracted the firefox-installer (eg. &amp;lt;tt&amp;gt;cd /home/yourname/firefox-installer&amp;lt;/tt&amp;gt;). then type in &amp;lt;tt&amp;gt;./firefox-installer&amp;lt;/tt&amp;gt;. Click next until you are given a choice where to install firefox. To keep in line with linux standards, you will want to install it to '/opt/firefox'. From there the install should be simple. Once it is completed, go back to your terminal, and while still logged in as root, type in &amp;lt;tt&amp;gt;ln -s /opt/firefox/firefox /usr/local/bin/firefox&amp;lt;/tt&amp;gt; (assuming you installed to /opt/firefox). This will mean any user can run firefox by simply typing in &amp;lt;tt&amp;gt;firefox&amp;lt;/tt&amp;gt;, just like they were running any other program.&lt;br /&gt;
&lt;br /&gt;
= From Their Binaries =&lt;br /&gt;
Mozilla makes nightly binaries available at http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/,&lt;br /&gt;
or get the latest release from&lt;br /&gt;
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&lt;br /&gt;
&lt;br /&gt;
Untar it somewhere in your home directory with &amp;quot;tar -xvzf whatever.tar.gz&amp;quot;&lt;br /&gt;
you will have to run it with ./firefox from that directory, or you can create a [[shortcut]] to it.&lt;br /&gt;
&lt;br /&gt;
=  Plugins  =&lt;br /&gt;
If you want browser plugins to work, symlink your main plugin directory contents to your new plugins directory.  You will want to keep the existing libnullplugin, so rename it before doing so, and rename it back.  Main plugin directories are often in /opt/mozilla or in /usr/lib/mozilla-version or similar.&lt;br /&gt;
&lt;br /&gt;
The procedures for installing plugins such as Acrobat Reader are not well documented in the Firefox Help, but some good information is available at&lt;br /&gt;
http://plugindoc.mozdev.org/linux.html for 32-bit systems and http://plugindoc.mozdev.org/linux-amd64.html for 64-bit systems. Note in particular that you need to&lt;br /&gt;
use the program &amp;lt;tt&amp;gt;nspluginwrapper&amp;lt;/tt&amp;gt; on 64-bit systems in order to utilize 32-bit plugins -- and 64-bit plugins don't yet exist.&lt;br /&gt;
&lt;br /&gt;
To see what plugins you have installed, type &amp;lt;tt&amp;gt;about:plugins&amp;lt;/tt&amp;gt; in the location bar.&lt;br /&gt;
&lt;br /&gt;
= Firefox tips =&lt;br /&gt;
* Type &amp;lt;tt&amp;gt;about:config&amp;lt;/tt&amp;gt; in your location bar to get a complete and editable list of Firefox's preferences.&lt;br /&gt;
**filter by:&lt;br /&gt;
***'''error''' and set the resulting setting to be true for error messages that show in the browser page instead of a pop up&lt;br /&gt;
***'''dom''', then set all of the dom.disable options to true if you want to have control over the content in the web browser (these should work with all sites, no site should depend on using these features, they are all [[security]] hazards when off)&lt;br /&gt;
***'''mouse''' set middlemouse.contentLoadURL to false, that way middle clickin on a tab will close it&lt;br /&gt;
***'''autoscroll''', set it to true, and you'll middle mouse button wont' paste personal information to a search engine everytime you accidentally click it, also does the autoscroll feature, which is an ergonmic feature, that will save you from finger strain. (IE on windows has this, and firefox on windows has it on by default)&lt;br /&gt;
&lt;br /&gt;
* Creating a shortcut under KDE&lt;br /&gt;
** If you use KDE and would like a shortcut to firefox to appear under the &amp;quot;K&amp;quot; menu you can perform the following steps.&lt;br /&gt;
*** Right-click the &amp;quot;K&amp;quot; menu then select &amp;quot;Menu Editor&amp;quot;. A &amp;quot;KDE Menu Editor&amp;quot; window appears.&lt;br /&gt;
*** Navigate to the location where you would like the shortcut to appear (ex: Internet&amp;gt;Web Browser). [Note: the default menu &amp;quot;folders&amp;quot; that appear in your K menu will differ depending on your linux distribution.] With the appropriate folder selected, right-click then select &amp;quot;New Item&amp;quot;. Enter an appropriate name (eg: Firefox v1.0x) in the &amp;quot;New Item - KDE Menu Editor&amp;quot; dialog box then click OK.&lt;br /&gt;
*** With the new Firefox 1.0x menu item selected place your cursor in the Command field, then type in the proper path to the firefox executable. In the example provided above, this would be /opt/firefox/firefox&lt;br /&gt;
*** Select the proper icon for the FireFox shortcut by clicking on the Select Icon button (located just to the right of the &amp;quot;Name&amp;quot; field). In the Select Icon dialog box, select the Other Icons radio button, then browse to your /opt/firefox/icons directory and select the firefox .png file, click OK.&lt;br /&gt;
*** In the KDE Menu Editor dialog box, select FILE&amp;gt;SAVE, then select FILE&amp;gt;QUIT. Enjoy!&lt;br /&gt;
&lt;br /&gt;
== Adblock extension ==&lt;br /&gt;
[http://adblock.mozdev.org/ Adblock] (''adblock.mozdev.org'') is an extension to Firefox that does exactly what you would expect it to do: it blocks advertisement banners, as well as flash animations and other similar nuisances.&lt;br /&gt;
&lt;br /&gt;
To install it, follow [https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;version=1.0&amp;amp;os=nt&amp;amp;id=10 this link] and click on the link that says &amp;quot;Install Now.&amp;quot; If you have never installed an extenion before, you will most likely have to add &amp;lt;tt&amp;gt;update.mozilla.org&amp;lt;/tt&amp;gt; to the list of sites that may install software onto your computer. To do this, click the button that says &amp;quot;Edit Options&amp;quot; and click the button labeled &amp;quot;Allow.&amp;quot; Once the extension is done being downloaded and installed, restart Firefox to complete the installation.&lt;br /&gt;
&lt;br /&gt;
In order to block the vast majority of internet advertisements, go to [http://www.pierceive.com/ pierceive.com] and follow the links to download a set of filters called Filterset.G. Right click on the latest version of the file and choose &amp;quot;Save link as&amp;quot; and save it to a suitable location on your hard drive. To install these filters, click on &amp;lt;u&amp;gt;T&amp;lt;/u&amp;gt;ools, point to &amp;lt;u&amp;gt;A&amp;lt;/u&amp;gt;dblock, and then click Preferences. Click on the button labeled &amp;quot;Adblock Options&amp;quot; and click &amp;quot;Import filters.&amp;quot; Navigate to the location in which you saved the filter file and click &amp;quot;Open.&amp;quot; This imports the filters.&lt;br /&gt;
&lt;br /&gt;
There are some recommended settings for Adblock that will assist in enhancing your browsing experience. To active them, open the preferences panel (see above) and click on &amp;quot;Adblock Options.&amp;quot; The option labeled &amp;quot;Obj-Tags&amp;quot; should be selected already. In addition to that, select the following three options, as well as &amp;quot;Keep List Sorted.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If an advertisement appears on a web site that is not blocked, it is very easy to block it for visits. Right click on the image and click the bottom option, &amp;quot;Adblock Image.&amp;quot; A dialogue should open with the image's URL. You can click &amp;quot;OK&amp;quot; to block just that image. However, if you notice a pattern, for instance &amp;lt;tt&amp;gt;http://www.example.com/images/ads/banner1.gif&amp;lt;/tt&amp;gt;, it may be beneficial to block &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, wildcard blocks like that can occasionally lead to accidental blocking of unintended images. For that reason, Adblock allows you to remove filters you've set previously. In our above example, if by blocking things using the filter &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt; made images disappear, you would want to delete that filter. To do so, open the Adblock Preferences (see above) and locate the filter on the list. It should be alphabetical, so locating it should not be difficult. Once you have found it, right click on it and either choose &amp;quot;Edit Filter&amp;quot; to change it and possibly correct it, or &amp;quot;Delete&amp;quot; to remove it outright.&lt;br /&gt;
&lt;br /&gt;
= Firefox troubleshooting =&lt;br /&gt;
== Profile in use after power off ==&lt;br /&gt;
Firefox uses a file called lock in its profile to determine if the profile is in use.  If Firefox is running during a power failure, this file is still there, and Firefox will fail with profile in use message.  To fix it, find the lock file and delete it.&lt;br /&gt;
&lt;br /&gt;
Running as user, execute&lt;br /&gt;
&lt;br /&gt;
 user@linuxbox / $ cd ; find .mozilla -name lock -exec rm -f {} \;&lt;br /&gt;
&lt;br /&gt;
The above command will first change your current working directory to your own home directory (in this case, /home/user), then it will find all files called lock that are located in your .mozilla directory and any other subdirectory below it, and delete them forcefully. Or you can do the same thing with a file manager such as Konqueror.&lt;br /&gt;
&lt;br /&gt;
Now firefox should work again.&lt;br /&gt;
&lt;br /&gt;
== Restoring a tab deleted with Ctrl W shortcut ==&lt;br /&gt;
Simply type '''Ctrl Shift T'''&amp;lt;br&amp;gt;Then, the last deleted tab will be recovered.&amp;lt;br&amp;gt;Moreover if you were editing some '''Html Form''' when you stroke '''Ctrl W''', you will come back to the same state as if you did nothing wrong (this is very useful when editing a Wiki page)&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[browser wars]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.mozilla.org/products/firefox/ Official Firefox homepage]&lt;br /&gt;
* [http://update.mozilla.org/extensions/ Firefox Themes]&lt;br /&gt;
* [http://update.mozilla.org/themes/ FireFox extensions]&lt;br /&gt;
* [http://forums.mozillazine.org/ MozillaZine support forums]&lt;br /&gt;
* [http://kb.mozillazine.org/Knowledge_Base The Mozilla Knowledge Base Wiki page on Firefox -- Invaluable]&lt;br /&gt;
* [http://www.mozillazine.org/ MozillaZine News]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55241</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55241"/>
		<updated>2011-01-07T23:39:53Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Restoring a tab deleted with Ctrl W shortcut */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mozilla Firefox''' (once known as &amp;quot;[[Firebird]]&amp;quot;) is a cross-platform, [[open source]], free [[web browser]] available for [[Windows]], [[Mac OS X]], [[Linux]] and other operating systems. Unlike the [[Mozilla]] Suite, which  includes a [[chat]] client, [[mail]] functions, and web page editor, Firefox is just a browser, and is considerably faster than Mozilla. &lt;br /&gt;
&lt;br /&gt;
Since the introduction of version one of Firefox in the fall of 2004, Firefox is considered a viable alternative to Microsoft's browser, [[Internet Explorer]].  Thanks to features such as pop-up blocking, tabbed browsing, security features, Firefox has gained a substantial market share and the expense of Internet Explorer.&lt;br /&gt;
&lt;br /&gt;
= History = &lt;br /&gt;
Firefox was originally known as Phoenix but was later renamed to Firebird and then, in February 2004, to Firefox, because of confusion with [[FireBirdSQL]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Distribution specific information =&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
[[Debian]] firefox packages for testing/sarge and unstable/sid users are available in the standard Debian repository, get them with &amp;lt;tt&amp;gt;[[apt-get]] install mozilla-firefox&amp;lt;/tt&amp;gt;. Debian stable/woody users can get a backported version [http://www.backports.org here]. A list of available plugins and locales packages can be found with &amp;lt;tt&amp;gt;[[apt-cache]] search --names-only mozilla-firefox&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
[[GenToo]] users can [[instAll]] Firefox from a root prompt using [[emerge]], ie:&lt;br /&gt;
&lt;br /&gt;
 # [[emerge]] mozilla-firefox&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 # emerge mozilla-firefox-bin&lt;br /&gt;
&lt;br /&gt;
(to get the official binary build installed).&lt;br /&gt;
&lt;br /&gt;
= From the new Linux Installer =&lt;br /&gt;
Download the latest Linux installer from&lt;br /&gt;
[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ ftp.mozilla.org].&lt;br /&gt;
''(Note: The installer ends in '-installer.tar.gz')''&lt;br /&gt;
&lt;br /&gt;
Extract it to a temporary directory, and go into the 'firefox-installer' directory. Now you must decide whether you want to install firefox system-wide, so that all computer users can use it, or whether to just install it for yourself. When you have finished the install you may delete the 'firefox-installer' directory.&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox for Personal Use ==&lt;br /&gt;
&lt;br /&gt;
Run the script called 'firefox-installer', in the firefox-installer directory. (If you are using a gui tool, you should be able to simply click on it) Click next until you are given a choice where to install firefox. You will probably want to install it somewhere like '/home/yourname/programs/firefox'. From there the install should be simple. To run firefox you must either run '/home/yourname/*/firefox/firefox', or make a shortcut to it (varies depending on your desktop environment).&lt;br /&gt;
&lt;br /&gt;
== Installing Firefox System-Wide ==&lt;br /&gt;
&lt;br /&gt;
Open a terminal. Type in 'su' to login as the super-user. Use 'cd' to change to the directory where you extracted the firefox-installer (eg. &amp;lt;tt&amp;gt;cd /home/yourname/firefox-installer&amp;lt;/tt&amp;gt;). then type in &amp;lt;tt&amp;gt;./firefox-installer&amp;lt;/tt&amp;gt;. Click next until you are given a choice where to install firefox. To keep in line with linux standards, you will want to install it to '/opt/firefox'. From there the install should be simple. Once it is completed, go back to your terminal, and while still logged in as root, type in &amp;lt;tt&amp;gt;ln -s /opt/firefox/firefox /usr/local/bin/firefox&amp;lt;/tt&amp;gt; (assuming you installed to /opt/firefox). This will mean any user can run firefox by simply typing in &amp;lt;tt&amp;gt;firefox&amp;lt;/tt&amp;gt;, just like they were running any other program.&lt;br /&gt;
&lt;br /&gt;
= From Their Binaries =&lt;br /&gt;
Mozilla makes nightly binaries available at http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/,&lt;br /&gt;
or get the latest release from&lt;br /&gt;
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&lt;br /&gt;
&lt;br /&gt;
Untar it somewhere in your home directory with &amp;quot;tar -xvzf whatever.tar.gz&amp;quot;&lt;br /&gt;
you will have to run it with ./firefox from that directory, or you can create a [[shortcut]] to it.&lt;br /&gt;
&lt;br /&gt;
=  Plugins  =&lt;br /&gt;
If you want browser plugins to work, symlink your main plugin directory contents to your new plugins directory.  You will want to keep the existing libnullplugin, so rename it before doing so, and rename it back.  Main plugin directories are often in /opt/mozilla or in /usr/lib/mozilla-version or similar.&lt;br /&gt;
&lt;br /&gt;
The procedures for installing plugins such as Acrobat Reader are not well documented in the Firefox Help, but some good information is available at&lt;br /&gt;
http://plugindoc.mozdev.org/linux.html for 32-bit systems and http://plugindoc.mozdev.org/linux-amd64.html for 64-bit systems. Note in particular that you need to&lt;br /&gt;
use the program &amp;lt;tt&amp;gt;nspluginwrapper&amp;lt;/tt&amp;gt; on 64-bit systems in order to utilize 32-bit plugins -- and 64-bit plugins don't yet exist.&lt;br /&gt;
&lt;br /&gt;
To see what plugins you have installed, type &amp;lt;tt&amp;gt;about:plugins&amp;lt;/tt&amp;gt; in the location bar.&lt;br /&gt;
&lt;br /&gt;
= Firefox tips =&lt;br /&gt;
* Type &amp;lt;tt&amp;gt;about:config&amp;lt;/tt&amp;gt; in your location bar to get a complete and editable list of Firefox's preferences.&lt;br /&gt;
**filter by:&lt;br /&gt;
***'''error''' and set the resulting setting to be true for error messages that show in the browser page instead of a pop up&lt;br /&gt;
***'''dom''', then set all of the dom.disable options to true if you want to have control over the content in the web browser (these should work with all sites, no site should depend on using these features, they are all [[security]] hazards when off)&lt;br /&gt;
***'''mouse''' set middlemouse.contentLoadURL to false, that way middle clickin on a tab will close it&lt;br /&gt;
***'''autoscroll''', set it to true, and you'll middle mouse button wont' paste personal information to a search engine everytime you accidentally click it, also does the autoscroll feature, which is an ergonmic feature, that will save you from finger strain. (IE on windows has this, and firefox on windows has it on by default)&lt;br /&gt;
&lt;br /&gt;
* Creating a shortcut under KDE&lt;br /&gt;
** If you use KDE and would like a shortcut to firefox to appear under the &amp;quot;K&amp;quot; menu you can perform the following steps.&lt;br /&gt;
*** Right-click the &amp;quot;K&amp;quot; menu then select &amp;quot;Menu Editor&amp;quot;. A &amp;quot;KDE Menu Editor&amp;quot; window appears.&lt;br /&gt;
*** Navigate to the location where you would like the shortcut to appear (ex: Internet&amp;gt;Web Browser). [Note: the default menu &amp;quot;folders&amp;quot; that appear in your K menu will differ depending on your linux distribution.] With the appropriate folder selected, right-click then select &amp;quot;New Item&amp;quot;. Enter an appropriate name (eg: Firefox v1.0x) in the &amp;quot;New Item - KDE Menu Editor&amp;quot; dialog box then click OK.&lt;br /&gt;
*** With the new Firefox 1.0x menu item selected place your cursor in the Command field, then type in the proper path to the firefox executable. In the example provided above, this would be /opt/firefox/firefox&lt;br /&gt;
*** Select the proper icon for the FireFox shortcut by clicking on the Select Icon button (located just to the right of the &amp;quot;Name&amp;quot; field). In the Select Icon dialog box, select the Other Icons radio button, then browse to your /opt/firefox/icons directory and select the firefox .png file, click OK.&lt;br /&gt;
*** In the KDE Menu Editor dialog box, select FILE&amp;gt;SAVE, then select FILE&amp;gt;QUIT. Enjoy!&lt;br /&gt;
&lt;br /&gt;
== Adblock extension ==&lt;br /&gt;
[http://adblock.mozdev.org/ Adblock] (''adblock.mozdev.org'') is an extension to Firefox that does exactly what you would expect it to do: it blocks advertisement banners, as well as flash animations and other similar nuisances.&lt;br /&gt;
&lt;br /&gt;
To install it, follow [https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;version=1.0&amp;amp;os=nt&amp;amp;id=10 this link] and click on the link that says &amp;quot;Install Now.&amp;quot; If you have never installed an extenion before, you will most likely have to add &amp;lt;tt&amp;gt;update.mozilla.org&amp;lt;/tt&amp;gt; to the list of sites that may install software onto your computer. To do this, click the button that says &amp;quot;Edit Options&amp;quot; and click the button labeled &amp;quot;Allow.&amp;quot; Once the extension is done being downloaded and installed, restart Firefox to complete the installation.&lt;br /&gt;
&lt;br /&gt;
In order to block the vast majority of internet advertisements, go to [http://www.pierceive.com/ pierceive.com] and follow the links to download a set of filters called Filterset.G. Right click on the latest version of the file and choose &amp;quot;Save link as&amp;quot; and save it to a suitable location on your hard drive. To install these filters, click on &amp;lt;u&amp;gt;T&amp;lt;/u&amp;gt;ools, point to &amp;lt;u&amp;gt;A&amp;lt;/u&amp;gt;dblock, and then click Preferences. Click on the button labeled &amp;quot;Adblock Options&amp;quot; and click &amp;quot;Import filters.&amp;quot; Navigate to the location in which you saved the filter file and click &amp;quot;Open.&amp;quot; This imports the filters.&lt;br /&gt;
&lt;br /&gt;
There are some recommended settings for Adblock that will assist in enhancing your browsing experience. To active them, open the preferences panel (see above) and click on &amp;quot;Adblock Options.&amp;quot; The option labeled &amp;quot;Obj-Tags&amp;quot; should be selected already. In addition to that, select the following three options, as well as &amp;quot;Keep List Sorted.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If an advertisement appears on a web site that is not blocked, it is very easy to block it for visits. Right click on the image and click the bottom option, &amp;quot;Adblock Image.&amp;quot; A dialogue should open with the image's URL. You can click &amp;quot;OK&amp;quot; to block just that image. However, if you notice a pattern, for instance &amp;lt;tt&amp;gt;http://www.example.com/images/ads/banner1.gif&amp;lt;/tt&amp;gt;, it may be beneficial to block &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, wildcard blocks like that can occasionally lead to accidental blocking of unintended images. For that reason, Adblock allows you to remove filters you've set previously. In our above example, if by blocking things using the filter &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt; made images disappear, you would want to delete that filter. To do so, open the Adblock Preferences (see above) and locate the filter on the list. It should be alphabetical, so locating it should not be difficult. Once you have found it, right click on it and either choose &amp;quot;Edit Filter&amp;quot; to change it and possibly correct it, or &amp;quot;Delete&amp;quot; to remove it outright.&lt;br /&gt;
&lt;br /&gt;
= Firefox troubleshooting =&lt;br /&gt;
== Profile in use after power off ==&lt;br /&gt;
Firefox uses a file called lock in its profile to determine if the profile is in use.  If Firefox is running during a power failure, this file is still there, and Firefox will fail with profile in use message.  To fix it, find the lock file and delete it.&lt;br /&gt;
&lt;br /&gt;
Running as user, execute&lt;br /&gt;
&lt;br /&gt;
 user@linuxbox / $ cd ; find .mozilla -name lock -exec rm -f {} \;&lt;br /&gt;
&lt;br /&gt;
The above command will first change your current working directory to your own home directory (in this case, /home/user), then it will find all files called lock that are located in your .mozilla directory and any other subdirectory below it, and delete them forcefully. Or you can do the same thing with a file manager such as Konqueror.&lt;br /&gt;
&lt;br /&gt;
Now firefox should work again.&lt;br /&gt;
&lt;br /&gt;
== Restoring a tab deleted with Ctrl W shortcut ==&lt;br /&gt;
simply type &lt;br /&gt;
  Ctrl Shift T&lt;br /&gt;
the last deleted tab will be recovered. If you were editing some Html Form when you stroke '''Ctrl W''', you will come back to the same state as if you did nothing wrong. This is very useful when modifying a Wiki page.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[browser wars]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.mozilla.org/products/firefox/ Official Firefox homepage]&lt;br /&gt;
* [http://update.mozilla.org/extensions/ Firefox Themes]&lt;br /&gt;
* [http://update.mozilla.org/themes/ FireFox extensions]&lt;br /&gt;
* [http://forums.mozillazine.org/ MozillaZine support forums]&lt;br /&gt;
* [http://kb.mozillazine.org/Knowledge_Base The Mozilla Knowledge Base Wiki page on Firefox -- Invaluable]&lt;br /&gt;
* [http://www.mozillazine.org/ MozillaZine News]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55048</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Firefox&amp;diff=55048"/>
		<updated>2010-12-23T15:37:33Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Firefox troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mozilla Firefox''' (once known as &amp;quot;[[Firebird]]&amp;quot;) is a cross-platform, [[open source]], free [[web browser]] available for [[Windows]], [[Mac OS X]], [[Linux]] and other operating systems. Unlike the [[Mozilla]] Suite, which  includes a [[chat]] client, [[mail]] functions, and web page editor, Firefox is just a browser, and is considerably faster than Mozilla. &lt;br /&gt;
&lt;br /&gt;
Since the introduction of version one of Firefox in the fall of 2004, Firefox is considered a viable alternative to Microsoft's browser, [[Internet Explorer]].  Thanks to features such as pop-up blocking, tabbed browsing, security features, Firefox has gained a substantial market share and the expense of Internet Explorer.&lt;br /&gt;
&lt;br /&gt;
==History== &lt;br /&gt;
Firefox was originally known as Phoenix but was later renamed to Firebird and then, in February 2004, to Firefox, because of confusion with [[FireBirdSQL]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Distribution specific information==&lt;br /&gt;
&lt;br /&gt;
===Debian===&lt;br /&gt;
[[Debian]] firefox packages for testing/sarge and unstable/sid users are available in the standard Debian repository, get them with &amp;lt;tt&amp;gt;[[apt-get]] install mozilla-firefox&amp;lt;/tt&amp;gt;. Debian stable/woody users can get a backported version [http://www.backports.org here]. A list of available plugins and locales packages can be found with &amp;lt;tt&amp;gt;[[apt-cache]] search --names-only mozilla-firefox&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gentoo===&lt;br /&gt;
[[Gentoo]] users can install Firefox from a root prompt using [[emerge]], ie:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;tt&amp;gt;# emerge mozilla-firefox&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;tt&amp;gt;# emerge mozilla-firefox-bin&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(to get the official binary build installed).&lt;br /&gt;
&lt;br /&gt;
==From the new Linux Installer==&lt;br /&gt;
Download the latest Linux installer from&lt;br /&gt;
[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ ftp.mozilla.org].&lt;br /&gt;
''(Note: The installer ends in '-installer.tar.gz')''&lt;br /&gt;
&lt;br /&gt;
Extract it to a temporary directory, and go into the 'firefox-installer' directory. Now you must decide whether you want to install firefox system-wide, so that all computer users can use it, or whether to just install it for yourself. When you have finished the install you may delete the 'firefox-installer' directory.&lt;br /&gt;
&lt;br /&gt;
===Installing Firefox for Personal Use===&lt;br /&gt;
&lt;br /&gt;
Run the script called 'firefox-installer', in the firefox-installer directory. (If you are using a gui tool, you should be able to simply click on it) Click next until you are given a choice where to install firefox. You will probably want to install it somewhere like '/home/yourname/programs/firefox'. From there the install should be simple. To run firefox you must either run '/home/yourname/*/firefox/firefox', or make a shortcut to it (varies depending on your desktop environment).&lt;br /&gt;
&lt;br /&gt;
===Installing Firefox System-Wide===&lt;br /&gt;
&lt;br /&gt;
Open a terminal. Type in 'su' to login as the super-user. Use 'cd' to change to the directory where you extracted the firefox-installer (eg. &amp;lt;tt&amp;gt;cd /home/yourname/firefox-installer&amp;lt;/tt&amp;gt;). then type in &amp;lt;tt&amp;gt;./firefox-installer&amp;lt;/tt&amp;gt;. Click next until you are given a choice where to install firefox. To keep in line with linux standards, you will want to install it to '/opt/firefox'. From there the install should be simple. Once it is completed, go back to your terminal, and while still logged in as root, type in &amp;lt;tt&amp;gt;ln -s /opt/firefox/firefox /usr/local/bin/firefox&amp;lt;/tt&amp;gt; (assuming you installed to /opt/firefox). This will mean any user can run firefox by simply typing in &amp;lt;tt&amp;gt;firefox&amp;lt;/tt&amp;gt;, just like they were running any other program.&lt;br /&gt;
&lt;br /&gt;
==From Their Binaries==&lt;br /&gt;
Mozilla makes nightly binaries available at http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/,&lt;br /&gt;
or get the latest release from&lt;br /&gt;
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&lt;br /&gt;
&lt;br /&gt;
Untar it somewhere in your home directory with &amp;quot;tar -xvzf whatever.tar.gz&amp;quot;&lt;br /&gt;
you will have to run it with ./firefox from that directory, or you can create a [[shortcut]] to it.&lt;br /&gt;
&lt;br /&gt;
== Plugins ==&lt;br /&gt;
&lt;br /&gt;
If you want browser plugins to work, symlink your main plugin directory contents to your new plugins directory.  You will want to keep the existing libnullplugin, so rename it before doing so, and rename it back.  Main plugin directories are often in /opt/mozilla or in /usr/lib/mozilla-version or similar.&lt;br /&gt;
&lt;br /&gt;
The procedures for installing plugins such as Acrobat Reader are not well documented in the Firefox Help, but some good information is available at&lt;br /&gt;
http://plugindoc.mozdev.org/linux.html for 32-bit systems and http://plugindoc.mozdev.org/linux-amd64.html for 64-bit systems.  Note in particular that you need to&lt;br /&gt;
use the program &amp;lt;tt&amp;gt;nspluginwrapper&amp;lt;/tt&amp;gt; on 64-bit systems in order to utilize 32-bit plugins -- and 64-bit plugins don't yet exist.&lt;br /&gt;
&lt;br /&gt;
To see what plugins you have installed, type &amp;lt;tt&amp;gt;about:plugins&amp;lt;/tt&amp;gt; in the location bar.&lt;br /&gt;
&lt;br /&gt;
== Firefox tips==&lt;br /&gt;
*Type &amp;lt;tt&amp;gt;about:config&amp;lt;/tt&amp;gt; in your location bar to get a complete and editable list of Firefox's preferences.&lt;br /&gt;
**filter by:&lt;br /&gt;
***'''error''' and set the resulting setting to be true for error messages that show in the browser page instead of a pop up&lt;br /&gt;
***'''dom''', then set all of the dom.disable options to true if you want to have control over the content in the web browser (these should work with all sites, no site should depend on using these features, they are all [[security]] hazards when off)&lt;br /&gt;
***'''mouse''' set middlemouse.contentLoadURL to false, that way middle clickin on a tab will close it&lt;br /&gt;
***'''autoscroll''', set it to true, and you'll middle mouse button wont' paste personal information to a search engine everytime you accidentally click it, also does the autoscroll feature, which is an ergonmic feature, that will save you from finger strain. (IE on windows has this, and firefox on windows has it on by default)&lt;br /&gt;
&lt;br /&gt;
*Creating a shortcut under KDE&lt;br /&gt;
**If you use KDE and would like a shortcut to firefox to appear under the &amp;quot;K&amp;quot; menu you can perform the following steps.&lt;br /&gt;
***Right-click the &amp;quot;K&amp;quot; menu then select &amp;quot;Menu Editor&amp;quot;. A &amp;quot;KDE Menu Editor&amp;quot; window appears.&lt;br /&gt;
***Navigate to the location where you would like the shortcut to appear (ex: Internet&amp;gt;Web Browser). [Note: the default menu &amp;quot;folders&amp;quot; that appear in your K menu will differ depending on your linux distribution.] With the appropriate folder selected, right-click then select &amp;quot;New Item&amp;quot;. Enter an appropriate name (eg: Firefox v1.0x) in the &amp;quot;New Item - KDE Menu Editor&amp;quot; dialog box then click OK.&lt;br /&gt;
***With the new Firefox 1.0x menu item selected place your cursor in the Command field, then type in the proper path to the firefox executable. In the example provided above, this would be /opt/firefox/firefox&lt;br /&gt;
***Select the proper icon for the FireFox shortcut by clicking on the Select Icon button (located just to the right of the &amp;quot;Name&amp;quot; field). In the Select Icon dialog box, select the Other Icons radio button, then browse to your /opt/firefox/icons directory and select the firefox .png file, click OK.&lt;br /&gt;
***In the KDE Menu Editor dialog box, select FILE&amp;gt;SAVE, then select FILE&amp;gt;QUIT. Enjoy!&lt;br /&gt;
&lt;br /&gt;
===Adblock extension===&lt;br /&gt;
[http://adblock.mozdev.org/ Adblock] (''adblock.mozdev.org'') is an extension to Firefox that does exactly what you would expect it to do: it blocks advertisement banners, as well as flash animations and other similar nuisances.&lt;br /&gt;
&lt;br /&gt;
To install it, follow [https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;version=1.0&amp;amp;os=nt&amp;amp;id=10 this link] and click on the link that says &amp;quot;Install Now.&amp;quot; If you have never installed an extenion before, you will most likely have to add &amp;lt;tt&amp;gt;update.mozilla.org&amp;lt;/tt&amp;gt; to the list of sites that may install software onto your computer. To do this, click the button that says &amp;quot;Edit Options&amp;quot; and click the button labeled &amp;quot;Allow.&amp;quot; Once the extension is done being downloaded and installed, restart Firefox to complete the installation.&lt;br /&gt;
&lt;br /&gt;
In order to block the vast majority of internet advertisements, go to [http://www.pierceive.com/ pierceive.com] and follow the links to download a set of filters called Filterset.G. Right click on the latest version of the file and choose &amp;quot;Save link as&amp;quot; and save it to a suitable location on your hard drive. To install these filters, click on &amp;lt;u&amp;gt;T&amp;lt;/u&amp;gt;ools, point to &amp;lt;u&amp;gt;A&amp;lt;/u&amp;gt;dblock, and then click Preferences. Click on the button labeled &amp;quot;Adblock Options&amp;quot; and click &amp;quot;Import filters.&amp;quot; Navigate to the location in which you saved the filter file and click &amp;quot;Open.&amp;quot; This imports the filters.&lt;br /&gt;
&lt;br /&gt;
There are some recommended settings for Adblock that will assist in enhancing your browsing experience. To active them, open the preferences panel (see above) and click on &amp;quot;Adblock Options.&amp;quot; The option labeled &amp;quot;Obj-Tags&amp;quot; should be selected already. In addition to that, select the following three options, as well as &amp;quot;Keep List Sorted.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If an advertisement appears on a web site that is not blocked, it is very easy to block it for visits. Right click on the image and click the bottom option, &amp;quot;Adblock Image.&amp;quot; A dialogue should open with the image's URL. You can click &amp;quot;OK&amp;quot; to block just that image. However, if you notice a pattern, for instance &amp;lt;tt&amp;gt;http://www.example.com/images/ads/banner1.gif&amp;lt;/tt&amp;gt;, it may be beneficial to block &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, wildcard blocks like that can occasionally lead to accidental blocking of unintended images. For that reason, Adblock allows you to remove filters you've set previously. In our above example, if by blocking things using the filter &amp;lt;tt&amp;gt;http://www.example.com/images/ads/*&amp;lt;/tt&amp;gt; made images disappear, you would want to delete that filter. To do so, open the Adblock Preferences (see above) and locate the filter on the list. It should be alphabetical, so locating it should not be difficult. Once you have found it, right click on it and either choose &amp;quot;Edit Filter&amp;quot; to change it and possibly correct it, or &amp;quot;Delete&amp;quot; to remove it outright.&lt;br /&gt;
&lt;br /&gt;
== Firefox troubleshooting==&lt;br /&gt;
=== Profile in use after power off ===&lt;br /&gt;
Firefox uses a file called lock in its profile to determine if the profile is in use.  If Firefox is running during a power failure, this file is still there, and Firefox will fail with profile in use message.  To fix it, find the lock file and delete it.&lt;br /&gt;
&lt;br /&gt;
Running as user, execute&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;user@linuxbox / $ cd ; find .mozilla -name lock -exec rm -f {} \;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above command will first change your current working directory to your own home directory (in this case, /home/user), then it will find all files called lock that are located in your .mozilla directory and any other subdirectory below it, and delete them forcefully. Or you can do the same thing with a file manager such as Konqueror.&lt;br /&gt;
&lt;br /&gt;
Now firefox should work again.&lt;br /&gt;
&lt;br /&gt;
=== Restoring a tab deleted with Ctrl W shortcut ===&lt;br /&gt;
&lt;br /&gt;
just type&lt;br /&gt;
 &lt;br /&gt;
  Ctrl Shift T&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[browser wars]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.mozilla.org/products/firefox/ Official Firefox homepage] (www.mozilla.org)&lt;br /&gt;
* [http://update.mozilla.org/extensions/ Firefox Themes] (update.mozilla.org)&lt;br /&gt;
* [http://update.mozilla.org/themes/ FireFox extensions] (update.mozilla.org)&lt;br /&gt;
* [http://forums.mozillazine.org/ MozillaZine support forums] (forums.mozillazine.org)&lt;br /&gt;
* [http://kb.mozillazine.org/Knowledge_Base The Mozilla Knowledge Base Wiki page on Firefox -- Invaluable] (kb.mozillazine.org)&lt;br /&gt;
* [http://www.mozillazine.org/ MozillaZine News] (www.mozillazine.org)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54563</id>
		<title>Awk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54563"/>
		<updated>2010-10-16T10:20:57Z</updated>

		<summary type="html">&lt;p&gt;Colonna: added link to paste and corrected minor errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[awk]] is a [[command]] for string operations. For example, it allows you to show only the second ''column'' of a file. awk is not a simple command, but rather a programming language on its own. awk and gawk (for GNU awk) are used synonymously.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; is run, it is given two forms of input, the ''program'' and the ''data''.  The program can be typed directly on the [[command line]] or stored in a file and accessed with the &amp;lt;tt&amp;gt;-f&amp;lt;/tt&amp;gt; option.  The data comes from [[file]]s listed on the command line or from [[stdin]] if none are listed.  The first example has the script on the command line with input from a file, while the second example uses an external program to create the input data and pipes into &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt;, which uses an external script as the program.&lt;br /&gt;
&lt;br /&gt;
 $ awk '{ print $1; }' ''datafile''&lt;br /&gt;
&lt;br /&gt;
 $ ''makedata'' | awk -f ''myscript.awk''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; scripts that are saved in files can be executed directly by placing the proper [[shebang]] line at the beginning:&lt;br /&gt;
 #!/bin/awk -f&lt;br /&gt;
'''Important note:''' use the exact path of your awk (available from typing &amp;quot;&amp;lt;tt&amp;gt;[[which]] awk&amp;lt;/tt&amp;gt;&amp;quot;) if it is not named &amp;lt;tt&amp;gt;/bin/awk&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
&lt;br /&gt;
==== How to merge two files skipping some columns ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 [[cat]] &amp;gt;file_1&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.081&lt;br /&gt;
 O12 0.341&lt;br /&gt;
 O13 0.343&amp;lt;br&amp;gt;eof&lt;br /&gt;
&lt;br /&gt;
 [[cat]] &amp;gt;file_2&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.105&lt;br /&gt;
 O12 0.415&lt;br /&gt;
 O13 0.327&amp;lt;br&amp;gt;eof&lt;br /&gt;
&lt;br /&gt;
 [[paste]] file_1 file_2 | '''awk '{print $1&amp;quot; &amp;quot;$2&amp;quot; &amp;quot;$4}''''&lt;br /&gt;
 O11 0.081 0.105&lt;br /&gt;
 O12 0.341 0.415&lt;br /&gt;
 O13 0.343 0.327&lt;br /&gt;
&lt;br /&gt;
Paste file_1 and file_2 skipping column 3 from resulting file.&lt;br /&gt;
&lt;br /&gt;
== Language structure ==&lt;br /&gt;
&lt;br /&gt;
An awk program consists of a series of statements each consisting of a ''pattern'' and an ''action''. Awk reads the input (whether [[file]]s or data [[pipe]]d from [[stdin]]) line-by-line automatically. For each line of data, if the ''pattern'' is true, the ''action'' is executed.  There are a few special patterns. The &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule is executed first, before any input is read, and the &amp;lt;tt&amp;gt;END&amp;lt;/tt&amp;gt; rule is executed last, after the end of all input. Some complicated awk scripts consist of only a &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule and use &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; to read the input data.  If ''pattern'' is empty, the ''action'' is always executed. If ''action'' is empty, awk echos the line.&lt;br /&gt;
&lt;br /&gt;
The pattern can be a [[regular expression]] enclosed in slashes ('/'), in which case it is considered true if the input line matches (i.e. contains matching text) the pattern. The expression &amp;lt;tt&amp;gt;/^[^#]/&amp;lt;/tt&amp;gt; would select all lines not beginning with a pound sign. The pattern could also be an awk expression, e.g. &amp;lt;tt&amp;gt;(NF&amp;amp;gt;5)&amp;lt;/tt&amp;gt; to select all lines with more than 5 words.&lt;br /&gt;
&lt;br /&gt;
Whenever a line of input is read (whether automatically or with &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; [http://www.gnu.org/software/gawk/manual/html_node/Getline.html]), the line is split into words. The first word is assigned to &amp;lt;tt&amp;gt;$1&amp;lt;/tt&amp;gt;, the second &amp;lt;tt&amp;gt;$2&amp;lt;/tt&amp;gt;, etc. This makes it easy for awk to deal with columns of data. The variable &amp;lt;tt&amp;gt;NF&amp;lt;/tt&amp;gt; is set to the number of words.  &amp;lt;tt&amp;gt;$&amp;lt;/tt&amp;gt; is an awk operator, so the &amp;quot;number&amp;quot; can be the result of any expression. &amp;lt;tt&amp;gt;$NF&amp;lt;/tt&amp;gt; is the last word on the line.&lt;br /&gt;
&lt;br /&gt;
Truly remarkably power in awk can come from use of dynamic arrays, especially when combined with regular expressions.  This can allow for complex queries across many files with collection and collation of results as shown in the following example for the query &amp;quot;what are the first word of all lines and how often do they occur?&amp;quot; &lt;br /&gt;
&lt;br /&gt;
This example shows several power features:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;selects all lines not starting with &amp;lt;tt&amp;gt;#&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;separates a matching line into multiple words&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;uses each word as index into wordcounts array&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;END clause, summary processing when all input is done&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;sort indices using asorti() and output counts&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/^[^#]/{&lt;br /&gt;
  w=match($0,/([a-zA-Z0-9_$]+)/,thisline);&lt;br /&gt;
  for(i=1; i&amp;lt;=w; i++) {&lt;br /&gt;
    wordcounts[toupper(thisline[i])]++;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
END {&lt;br /&gt;
  n = asorti(wordcounts, words);&lt;br /&gt;
  for (i = 1; i &amp;lt;= n; i++) {&lt;br /&gt;
    printf(&amp;quot;%14s - %4d\n&amp;quot;,words[i],wordcounts[words[i]]);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you save the above example as a file, in this case &amp;lt;tt&amp;gt;words.awk&amp;lt;/tt&amp;gt;, then scanning a group of files can be as easy as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  awk -f words.awk *.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add more complex regex criteria, use printf() for debugging, collect different arrays of results, see split() for further parsing, these and so many more features make &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; one of the most powerful of scripting tools. &lt;br /&gt;
&lt;br /&gt;
For a complete description of the language, see the GNU awk manual [http://www.gnu.org/software/gawk/manual/html_node/index.html].&lt;br /&gt;
&lt;br /&gt;
== GNU Awk extensions ==&lt;br /&gt;
&lt;br /&gt;
Things to be careful about when using a &amp;lt;tt&amp;gt;gawk&amp;lt;/tt&amp;gt; script in a non-GNU awk include:&lt;br /&gt;
* Special files like &amp;lt;tt&amp;gt;/dev/stderr&amp;lt;/tt&amp;gt;, useful for printing error messages.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;systime()&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;strftime()&amp;lt;/tt&amp;gt; functions.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;nextfile&amp;lt;/tt&amp;gt; statement.&lt;br /&gt;
* &amp;lt;tt&amp;gt;delete ARRA&amp;lt;/tt&amp;gt; to delete an entire array.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;gensub()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
* Bidirectional pipes to coprocesses.&lt;br /&gt;
This list is not comprehensive; the gawk manual (below) has more info.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Programming#Scripting languages|Scripting languages section]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/software/gawk/manual/html_node/index.html gawk manual] - Excellent reference, especially the sections on Reading Files, Expressions, and Functions.&lt;br /&gt;
* [http://man-wiki.net/index.php/Awk gawk man page]&lt;br /&gt;
* [http://www.tek-tips.com/threadminder.cfm?pid=271 awk forum] - when you have questions&lt;br /&gt;
* [http://sparky.rice.edu/~hartigan/awk.html How to Use AWK] - quick intro&lt;br /&gt;
* [http://www.cs.uu.nl/docs/vakken/st/nawk/nawk_toc.html awk manual] - shorter than the gawk manual above&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Paste&amp;diff=54562</id>
		<title>Paste</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Paste&amp;diff=54562"/>
		<updated>2010-10-16T10:14:15Z</updated>

		<summary type="html">&lt;p&gt;Colonna: introducing paste&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Paste''' is a command that merges lines of files&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;file_1&amp;lt;&amp;lt;eof&lt;br /&gt;
 1&lt;br /&gt;
 2&lt;br /&gt;
eof&lt;br /&gt;
 &lt;br /&gt;
cat &amp;gt;file_2&amp;lt;&amp;lt;eof&lt;br /&gt;
a&lt;br /&gt;
b&lt;br /&gt;
eof&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 paste file_1 file_2 &lt;br /&gt;
 1	a&lt;br /&gt;
 2	b&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Command]]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54561</id>
		<title>Awk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54561"/>
		<updated>2010-10-16T10:03:46Z</updated>

		<summary type="html">&lt;p&gt;Colonna: moved paragraph &amp;quot;How to&amp;quot; after &amp;quot;Language structure&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[awk]] is a [[command]] for string operations. For example, it allows you to show only the second ''column'' of a file. awk is not a simple command, but rather a programming language on its own. awk and gawk (for GNU awk) are used synonymously.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; is run, it is given two forms of input, the ''program'' and the ''data''.  The program can be typed directly on the [[command line]] or stored in a file and accessed with the &amp;lt;tt&amp;gt;-f&amp;lt;/tt&amp;gt; option.  The data comes from [[file]]s listed on the command line or from [[stdin]] if none are listed.  The first example has the script on the command line with input from a file, while the second example uses an external program to create the input data and pipes into &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt;, which uses an external script as the program.&lt;br /&gt;
&lt;br /&gt;
 $ awk '{ print $1; }' ''datafile''&lt;br /&gt;
&lt;br /&gt;
 $ ''makedata'' | awk -f ''myscript.awk''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; scripts that are saved in files can be executed directly by placing the proper [[shebang]] line at the beginning:&lt;br /&gt;
 #!/bin/awk -f&lt;br /&gt;
'''Important note:''' use the exact path of your awk (available from typing &amp;quot;&amp;lt;tt&amp;gt;[[which]] awk&amp;lt;/tt&amp;gt;&amp;quot;) if it is not named &amp;lt;tt&amp;gt;/bin/awk&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Language structure ==&lt;br /&gt;
&lt;br /&gt;
An awk program consists of a series of statements each consisting of a ''pattern'' and an ''action''. Awk reads the input (whether [[file]]s or data [[pipe]]d from [[stdin]]) line-by-line automatically. For each line of data, if the ''pattern'' is true, the ''action'' is executed.  There are a few special patterns. The &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule is executed first, before any input is read, and the &amp;lt;tt&amp;gt;END&amp;lt;/tt&amp;gt; rule is executed last, after the end of all input. Some complicated awk scripts consist of only a &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule and use &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; to read the input data.  If ''pattern'' is empty, the ''action'' is always executed. If ''action'' is empty, awk echos the line.&lt;br /&gt;
&lt;br /&gt;
The pattern can be a [[regular expression]] enclosed in slashes ('/'), in which case it is considered true if the input line matches (i.e. contains matching text) the pattern. The expression &amp;lt;tt&amp;gt;/^[^#]/&amp;lt;/tt&amp;gt; would select all lines not beginning with a pound sign. The pattern could also be an awk expression, e.g. &amp;lt;tt&amp;gt;(NF&amp;amp;gt;5)&amp;lt;/tt&amp;gt; to select all lines with more than 5 words.&lt;br /&gt;
&lt;br /&gt;
Whenever a line of input is read (whether automatically or with &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; [http://www.gnu.org/software/gawk/manual/html_node/Getline.html]), the line is split into words. The first word is assigned to &amp;lt;tt&amp;gt;$1&amp;lt;/tt&amp;gt;, the second &amp;lt;tt&amp;gt;$2&amp;lt;/tt&amp;gt;, etc. This makes it easy for awk to deal with columns of data. The variable &amp;lt;tt&amp;gt;NF&amp;lt;/tt&amp;gt; is set to the number of words.  &amp;lt;tt&amp;gt;$&amp;lt;/tt&amp;gt; is an awk operator, so the &amp;quot;number&amp;quot; can be the result of any expression. &amp;lt;tt&amp;gt;$NF&amp;lt;/tt&amp;gt; is the last word on the line.&lt;br /&gt;
&lt;br /&gt;
Truly remarkably power in awk can come from use of dynamic arrays, especially when combined with regular expressions.  This can allow for complex queries across many files with collection and collation of results as shown in the following example for the query &amp;quot;what are the first word of all lines and how often do they occur?&amp;quot; &lt;br /&gt;
&lt;br /&gt;
This example shows several power features:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;selects all lines not starting with &amp;lt;tt&amp;gt;#&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;separates a matching line into multiple words&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;uses each word as index into wordcounts array&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;END clause, summary processing when all input is done&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;sort indices using asorti() and output counts&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/^[^#]/{&lt;br /&gt;
  w=match($0,/([a-zA-Z0-9_$]+)/,thisline);&lt;br /&gt;
  for(i=1; i&amp;lt;=w; i++) {&lt;br /&gt;
    wordcounts[toupper(thisline[i])]++;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
END {&lt;br /&gt;
  n = asorti(wordcounts, words);&lt;br /&gt;
  for (i = 1; i &amp;lt;= n; i++) {&lt;br /&gt;
    printf(&amp;quot;%14s - %4d\n&amp;quot;,words[i],wordcounts[words[i]]);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you save the above example as a file, in this case &amp;lt;tt&amp;gt;words.awk&amp;lt;/tt&amp;gt;, then scanning a group of files can be as easy as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  awk -f words.awk *.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add more complex regex criteria, use printf() for debugging, collect different arrays of results, see split() for further parsing, these and so many more features make &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; one of the most powerful of scripting tools. &lt;br /&gt;
&lt;br /&gt;
For a complete description of the language, see the GNU awk manual [http://www.gnu.org/software/gawk/manual/html_node/index.html].&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
&lt;br /&gt;
==== How to merge two files skipping some columns ====&lt;br /&gt;
&lt;br /&gt;
 [[cat]] &amp;gt;file_1&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.081&lt;br /&gt;
 O12 0.341&lt;br /&gt;
 O13 0.343&lt;br /&gt;
 eof&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;file_2&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.105&lt;br /&gt;
 O12 0.415&lt;br /&gt;
 O13 0.327&lt;br /&gt;
 eof&lt;br /&gt;
&lt;br /&gt;
 '''paste file_1 file_2 | awk '{print $1&amp;quot; &amp;quot;$2&amp;quot; &amp;quot;$4}''''&lt;br /&gt;
 O11 0.081 0.105&lt;br /&gt;
 O12 0.341 0.415&lt;br /&gt;
 O13 0.343 0.327&lt;br /&gt;
&lt;br /&gt;
== GNU Awk extensions ==&lt;br /&gt;
&lt;br /&gt;
Things to be careful about when using a &amp;lt;tt&amp;gt;gawk&amp;lt;/tt&amp;gt; script in a non-GNU awk include:&lt;br /&gt;
* Special files like &amp;lt;tt&amp;gt;/dev/stderr&amp;lt;/tt&amp;gt;, useful for printing error messages.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;systime()&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;strftime()&amp;lt;/tt&amp;gt; functions.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;nextfile&amp;lt;/tt&amp;gt; statement.&lt;br /&gt;
* &amp;lt;tt&amp;gt;delete ARRA&amp;lt;/tt&amp;gt; to delete an entire array.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;gensub()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
* Bidirectional pipes to coprocesses.&lt;br /&gt;
This list is not comprehensive; the gawk manual (below) has more info.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Programming#Scripting languages|Scripting languages section]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/software/gawk/manual/html_node/index.html gawk manual] - Excellent reference, especially the sections on Reading Files, Expressions, and Functions.&lt;br /&gt;
* [http://man-wiki.net/index.php/Awk gawk man page]&lt;br /&gt;
* [http://www.tek-tips.com/threadminder.cfm?pid=271 awk forum] - when you have questions&lt;br /&gt;
* [http://sparky.rice.edu/~hartigan/awk.html How to Use AWK] - quick intro&lt;br /&gt;
* [http://www.cs.uu.nl/docs/vakken/st/nawk/nawk_toc.html awk manual] - shorter than the gawk manual above&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54556</id>
		<title>Awk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Awk&amp;diff=54556"/>
		<updated>2010-10-15T10:14:49Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[awk]] is a [[command]] for string operations. For example, it allows you to show only the second ''column'' of a file. awk is not a simple command, but rather a programming language on its own. awk and gawk (for GNU awk) are used synonymously.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; is run, it is given two forms of input, the ''program'' and the ''data''.  The program can be typed directly on the [[command line]] or stored in a file and accessed with the &amp;lt;tt&amp;gt;-f&amp;lt;/tt&amp;gt; option.  The data comes from [[file]]s listed on the command line or from [[stdin]] if none are listed.  The first example has the script on the command line with input from a file, while the second example uses an external program to create the input data and pipes into &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt;, which uses an external script as the program.&lt;br /&gt;
&lt;br /&gt;
 $ awk '{ print $1; }' ''datafile''&lt;br /&gt;
&lt;br /&gt;
 $ ''makedata'' | awk -f ''myscript.awk''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; scripts that are saved in files can be executed directly by placing the proper [[shebang]] line at the beginning:&lt;br /&gt;
 #!/bin/awk -f&lt;br /&gt;
'''Important note:''' use the exact path of your awk (available from typing &amp;quot;&amp;lt;tt&amp;gt;[[which]] awk&amp;lt;/tt&amp;gt;&amp;quot;) if it is not named &amp;lt;tt&amp;gt;/bin/awk&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== How to ===&lt;br /&gt;
&lt;br /&gt;
==== How to merge two files skipping some columns ====&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;file_1&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.081&lt;br /&gt;
 O12 0.341&lt;br /&gt;
 O13 0.343&lt;br /&gt;
 eof&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;file_2&amp;lt;&amp;lt;eof&lt;br /&gt;
 O11 0.105&lt;br /&gt;
 O12 0.415&lt;br /&gt;
 O13 0.327&lt;br /&gt;
 eof&lt;br /&gt;
&lt;br /&gt;
 '''paste file_1 file_2 | awk '{print $1&amp;quot; &amp;quot;$2&amp;quot; &amp;quot;$4}''''&lt;br /&gt;
 O11 0.081 0.105&lt;br /&gt;
 O12 0.341 0.415&lt;br /&gt;
 O13 0.343 0.327&lt;br /&gt;
&lt;br /&gt;
== Language structure ==&lt;br /&gt;
&lt;br /&gt;
An awk program consists of a series of statements each consisting of a ''pattern'' and an ''action''. Awk reads the input (whether [[file]]s or data [[pipe]]d from [[stdin]]) line-by-line automatically. For each line of data, if the ''pattern'' is true, the ''action'' is executed.  There are a few special patterns. The &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule is executed first, before any input is read, and the &amp;lt;tt&amp;gt;END&amp;lt;/tt&amp;gt; rule is executed last, after the end of all input. Some complicated awk scripts consist of only a &amp;lt;tt&amp;gt;BEGIN&amp;lt;/tt&amp;gt; rule and use &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; to read the input data.  If ''pattern'' is empty, the ''action'' is always executed. If ''action'' is empty, awk echos the line.&lt;br /&gt;
&lt;br /&gt;
The pattern can be a [[regular expression]] enclosed in slashes ('/'), in which case it is considered true if the input line matches (i.e. contains matching text) the pattern. The expression &amp;lt;tt&amp;gt;/^[^#]/&amp;lt;/tt&amp;gt; would select all lines not beginning with a pound sign. The pattern could also be an awk expression, e.g. &amp;lt;tt&amp;gt;(NF&amp;amp;gt;5)&amp;lt;/tt&amp;gt; to select all lines with more than 5 words.&lt;br /&gt;
&lt;br /&gt;
Whenever a line of input is read (whether automatically or with &amp;lt;tt&amp;gt;getline&amp;lt;/tt&amp;gt; [http://www.gnu.org/software/gawk/manual/html_node/Getline.html]), the line is split into words. The first word is assigned to &amp;lt;tt&amp;gt;$1&amp;lt;/tt&amp;gt;, the second &amp;lt;tt&amp;gt;$2&amp;lt;/tt&amp;gt;, etc. This makes it easy for awk to deal with columns of data. The variable &amp;lt;tt&amp;gt;NF&amp;lt;/tt&amp;gt; is set to the number of words.  &amp;lt;tt&amp;gt;$&amp;lt;/tt&amp;gt; is an awk operator, so the &amp;quot;number&amp;quot; can be the result of any expression. &amp;lt;tt&amp;gt;$NF&amp;lt;/tt&amp;gt; is the last word on the line.&lt;br /&gt;
&lt;br /&gt;
Truly remarkably power in awk can come from use of dynamic arrays, especially when combined with regular expressions.  This can allow for complex queries across many files with collection and collation of results as shown in the following example for the query &amp;quot;what are the first word of all lines and how often do they occur?&amp;quot; &lt;br /&gt;
&lt;br /&gt;
This example shows several power features:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;selects all lines not starting with &amp;lt;tt&amp;gt;#&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;separates a matching line into multiple words&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;uses each word as index into wordcounts array&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;END clause, summary processing when all input is done&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;sort indices using asorti() and output counts&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/^[^#]/{&lt;br /&gt;
  w=match($0,/([a-zA-Z0-9_$]+)/,thisline);&lt;br /&gt;
  for(i=1; i&amp;lt;=w; i++) {&lt;br /&gt;
    wordcounts[toupper(thisline[i])]++;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
END {&lt;br /&gt;
  n = asorti(wordcounts, words);&lt;br /&gt;
  for (i = 1; i &amp;lt;= n; i++) {&lt;br /&gt;
    printf(&amp;quot;%14s - %4d\n&amp;quot;,words[i],wordcounts[words[i]]);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you save the above example as a file, in this case &amp;lt;tt&amp;gt;words.awk&amp;lt;/tt&amp;gt;, then scanning a group of files can be as easy as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  awk -f words.awk *.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add more complex regex criteria, use printf() for debugging, collect different arrays of results, see split() for further parsing, these and so many more features make &amp;lt;tt&amp;gt;awk&amp;lt;/tt&amp;gt; one of the most powerful of scripting tools. &lt;br /&gt;
&lt;br /&gt;
For a complete description of the language, see the GNU awk manual [http://www.gnu.org/software/gawk/manual/html_node/index.html].&lt;br /&gt;
&lt;br /&gt;
== GNU Awk extensions ==&lt;br /&gt;
&lt;br /&gt;
Things to be careful about when using a &amp;lt;tt&amp;gt;gawk&amp;lt;/tt&amp;gt; script in a non-GNU awk include:&lt;br /&gt;
* Special files like &amp;lt;tt&amp;gt;/dev/stderr&amp;lt;/tt&amp;gt;, useful for printing error messages.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;systime()&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;strftime()&amp;lt;/tt&amp;gt; functions.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;nextfile&amp;lt;/tt&amp;gt; statement.&lt;br /&gt;
* &amp;lt;tt&amp;gt;delete ARRA&amp;lt;/tt&amp;gt; to delete an entire array.&lt;br /&gt;
* The &amp;lt;tt&amp;gt;gensub()&amp;lt;/tt&amp;gt; function.&lt;br /&gt;
* Bidirectional pipes to coprocesses.&lt;br /&gt;
This list is not comprehensive; the gawk manual (below) has more info.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Programming#Scripting languages|Scripting languages section]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gnu.org/software/gawk/manual/html_node/index.html gawk manual] - Excellent reference, especially the sections on Reading Files, Expressions, and Functions.&lt;br /&gt;
* [http://man-wiki.net/index.php/Awk gawk man page]&lt;br /&gt;
* [http://www.tek-tips.com/threadminder.cfm?pid=271 awk forum] - when you have questions&lt;br /&gt;
* [http://sparky.rice.edu/~hartigan/awk.html How to Use AWK] - quick intro&lt;br /&gt;
* [http://www.cs.uu.nl/docs/vakken/st/nawk/nawk_toc.html awk manual] - shorter than the gawk manual above&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Robots.txt&amp;diff=52727</id>
		<title>Robots.txt</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Robots.txt&amp;diff=52727"/>
		<updated>2010-05-29T18:24:42Z</updated>

		<summary type="html">&lt;p&gt;Colonna: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
* Create a file '''robots.txt'''&lt;br /&gt;
* This file must be accessible via HTTP on the local URL &amp;quot;/robots.txt&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Format ===&lt;br /&gt;
 &amp;lt;field&amp;gt;:&amp;lt;optionalspace&amp;gt;&amp;lt;value&amp;gt;&amp;lt;optionalspace&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 '''User-agent:'''  &amp;lt;The value of this field is the name of the robot&amp;gt; &lt;br /&gt;
 '''Disallow:'''    &amp;lt;The value of this field specifies a partial URL that is '''not to be visited'''. This can be a full path, or a partial path; any URL that starts with this value will not be retrieved.&amp;gt;&lt;br /&gt;
 '''Request-rate:''' &amp;lt;maximum rate&amp;gt;&lt;br /&gt;
 '''Visit-time:'''  &amp;lt;to define a visit time range&amp;gt; &lt;br /&gt;
 '''Crawl-delay:''' &amp;lt;to wait between successive requests to the same server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
The examples below are taken from [http://www.robotstxt.org/orig.html robotstxt.org]&lt;br /&gt;
&lt;br /&gt;
The following example &amp;quot;/robots.txt&amp;quot; file specifies that no robots should visit any URL starting with &amp;quot;/cyberworld/map/&amp;quot; or &amp;quot;/tmp/&amp;quot;, or /foo.html:&lt;br /&gt;
&lt;br /&gt;
* robots.txt for http://www.example.com/&lt;br /&gt;
&lt;br /&gt;
 User-agent: *&lt;br /&gt;
 Disallow: /cyberworld/map/ # This is an infinite virtual URL space&lt;br /&gt;
 Disallow: /tmp/            # these will soon disappear&lt;br /&gt;
 Disallow: /foo.html&lt;br /&gt;
 Request-rate: 1/5          # maximum rate is one page every 5 seconds&lt;br /&gt;
 Visit-time: 1000-1200      # only visit between 10:00 and 12:00 UTC (GMT)&lt;br /&gt;
 Crawl-delay: 10            # 10 seconds to wait between successive requests to the same server&lt;br /&gt;
&lt;br /&gt;
This example &amp;quot;/robots.txt&amp;quot; file specifies that no robots should visit any URL starting with &amp;quot;/cyberworld/map/&amp;quot;, except the robot called &amp;quot;cybermapper&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
* robots.txt for http://www.example.com/&lt;br /&gt;
&lt;br /&gt;
 User-agent: *&lt;br /&gt;
 Disallow: /cyberworld/map/ # This is an infinite virtual URL space&lt;br /&gt;
&lt;br /&gt;
* Cybermapper knows where to go.&lt;br /&gt;
 User-agent: cybermapper&lt;br /&gt;
 Disallow:&lt;br /&gt;
&lt;br /&gt;
This example indicates that no robots should visit this site further:&lt;br /&gt;
&lt;br /&gt;
# go away&lt;br /&gt;
 User-agent: *&lt;br /&gt;
 Disallow: /&lt;br /&gt;
&lt;br /&gt;
== Efficiency ==&lt;br /&gt;
&lt;br /&gt;
* The protocol is purely advisory. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.robotstxt.org/orig.html robotstxt.org]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Robots_Exclusion_Standard Wikipedia]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Robots.txt MediaWikiWiki]&lt;br /&gt;
* [http://www.mcanerin.com/en/search-engine/robots-txt.asp MCanerin]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mencoder&amp;diff=51373</id>
		<title>Mencoder</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mencoder&amp;diff=51373"/>
		<updated>2009-12-20T23:10:01Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Using Mencoder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mencoder ([[MPlayer]]'s Movie Encoder) is a simple movie encoder.  It encodes to MPEG-4 (DivX/XviD), one of the libavcodec&lt;br /&gt;
codecs  and  PCM/MP3/VBRMP3 audio in 1, 2 or 3 passes.  Furthermore it has&lt;br /&gt;
stream copying abilities, a powerful filter system  (crop,  expand,  flip,&lt;br /&gt;
postprocess, rotate, scale, noise, rgb/yuv conversion) and more.&lt;br /&gt;
&lt;br /&gt;
''From FreeBSD Handbook''&lt;br /&gt;
&lt;br /&gt;
= Using Mencoder =&lt;br /&gt;
Before using mencoder it is a good idea to familiarize yourself with the options from the [http://en.wikipedia.org/wiki/Html HTML] documentation. There is a manual page, but it is not very useful without the HTML documentation. There are innumerable ways to improve quality, lower bitrate, and change formats, and some of these tricks may make the difference between good or bad performance. Here are a couple of examples:&lt;br /&gt;
&lt;br /&gt;
To convert a .dv video stream you got e.g. from your [[CamcOrder]], you can issue:&lt;br /&gt;
 $ mencoder test.dv -o test.avi -vf pp=ci -oac lavc -ovc lavc&lt;br /&gt;
&lt;br /&gt;
-oac is the output audio codec, -ovc is the output video codec, -vf pp=ci makes a '''c'''ubic '''i'''nterpolation which is fine if your camcorder does [http://en.wikipedia.org/wiki/Interleaving interLeaving].&lt;br /&gt;
&lt;br /&gt;
Improper combinations of command line options can yield output [[file]]s that are unplayable even by [[mplayer]]. Thus, if you just want to rip to a file, stick to the -dumpfile in mplayer.&lt;br /&gt;
&lt;br /&gt;
To convert input.avi to the MPEG4 codec with MPEG3 audio encoding ([[audio]]/[http://lame.sourceforge.net/ lame] is required):&lt;br /&gt;
 $ mencoder input.avi -oac mp3lame -lameopts br=192 \&lt;br /&gt;
     -ovc lavc -lavcopts vcodec=mpeg4:vhq -o output.avi&lt;br /&gt;
&lt;br /&gt;
This has produced output playable by mplayer and [[xine]].&lt;br /&gt;
&lt;br /&gt;
input.avi can be replaced with dvd://1 -dvd-device /dev/[[dvd]] and run as root to re-encode a DVD title directly.&lt;br /&gt;
&lt;br /&gt;
== Adding subtitles to a DivX file ==&lt;br /&gt;
&lt;br /&gt;
To add '''iso-8859-1''' encoded subtitles from mymovie.srt file to mymovie.avi :&lt;br /&gt;
 $ mencoder -sub mymovie.srt -ovc lavc -subcp iso-8859-1 -oac copy -o mymovie2.avi mymovie.avi&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[Multimedia_and_Graphics_Access#MPlayer]]&lt;br /&gt;
* [[mPLayer]]&lt;br /&gt;
* [[video conVersion]]&lt;br /&gt;
* [[Xine]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
* DVD to DivX Using mencoder: http://axljab.homelinux.org/Mencoder_DVD_to_DivX&lt;br /&gt;
* MPlayer Homepage: http://www.mplayerhq.hu/&lt;br /&gt;
* Installing MPlayer: http://www.mplayerhq.hu/DOCS/HTML/en/install.html&lt;br /&gt;
* MPlayer Documentation: http://www.mplayerhq.hu/DOCS/HTML/en/index.html&lt;br /&gt;
* Short description: http://www.mplayerhq.hu/homepage/design6/info.html&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=SIP_address&amp;diff=50245</id>
		<title>SIP address</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=SIP_address&amp;diff=50245"/>
		<updated>2009-11-01T12:38:16Z</updated>

		<summary type="html">&lt;p&gt;Colonna: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Like an email address it is an address used by the Session Initiation Protocol (SIP) to reach someone on the net.&lt;br /&gt;
&lt;br /&gt;
It also has two parts separated by an '''@'''&lt;br /&gt;
#the user name (ex : doe)&lt;br /&gt;
#the provider name (ex: ekiga.net)&lt;br /&gt;
 &lt;br /&gt;
Thus John Doe address could be '''doe@[[ekiga]].net'''&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SIP]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.voip-news.com/sp/itx/sipswitchfaq.htm#g3 VoIP News :What is a SIP address and where can I get one?]&lt;br /&gt;
----&lt;br /&gt;
{{Category:SIP}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50244</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50244"/>
		<updated>2009-11-01T12:32:28Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* when you and your correspondant have both a sip address */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
=== if you do not have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
in the main ekiga window, click on the '''edit''' tag and then on '''''configuration assistant'''''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''''I do not want to sign for the ekiga.net free service'''''&lt;br /&gt;
::follow the blue link '''''get an ekiga.net SIP account''''' from [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accept and submit.&lt;br /&gt;
::You will receive a mail with your sip account  (sip address) (ex : '''doe@ekiga.net''') and password.&lt;br /&gt;
&lt;br /&gt;
=== when you have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
==== check your configuartion using the '''echo test''' ====&lt;br /&gt;
:in the main window click on tag '''show''' then on '''Services''' and '''echo test'''.&lt;br /&gt;
:you can tune your microphone and speakers using '''alsamixer and kmix''' and by clicking on the small sound icon in the right part of the ekiga window.&lt;br /&gt;
&lt;br /&gt;
You can directly enter the '''echo test''' sip address  '''sip:500@ekiga.net''' at the top of the ekiga window&amp;lt;br&amp;gt;&lt;br /&gt;
Right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
==== ask your correspondant to get a [[SIP address]] ====&lt;br /&gt;
&lt;br /&gt;
:To be connected with a correspondant, this person must have its own [[SIP address]] (ex: smith@ekiga.net)&lt;br /&gt;
:You have to ask for this address. If he or she does not have yet a [[SIP address]] he or she has to use the same procedure as upper from its computer and its own ekiga installation to get one.&lt;br /&gt;
&lt;br /&gt;
==== when you and your correspondant have both a sip address ====&lt;br /&gt;
&lt;br /&gt;
Go to the main window and enter the [[SIP address|sip address]] of your correspondant (ex : sip:smith@ekiga.net) and right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use the '''call history''' page in the '''show''' tag.&lt;br /&gt;
&lt;br /&gt;
;Warning :&lt;br /&gt;
Ekiga is very lunatic : &lt;br /&gt;
*very often you will get error messages instead of a connection. In that case, kill it and restart it.&lt;br /&gt;
*sometimes if your correspondant can't call you, try to call him instead !&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router‎]]&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Documentation documentation] &lt;br /&gt;
* [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga]&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50243</id>
		<title>Talk:How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50243"/>
		<updated>2009-11-01T12:30:34Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So what? How do you connect to a forum where you can meet other people e.g. from Netmeeting? --[[User:ThorstenStaerk|ThorstenStaerk]] 15:53, October 31, 2009 (UTC)&lt;br /&gt;
:I never did a conference yet with ekiga. As soon as I know I tell it here.&lt;br /&gt;
:By the way as I saw you are an administrator, may I ask you why it was impossible for me to upload images ?&lt;br /&gt;
:Best, --[[User:Colonna|Colonna]] 16:58, October 31, 2009 (UTC)&lt;br /&gt;
:: Image (File) upload is disabled for everyone. --[[User:ThorstenStaerk|ThorstenStaerk]] 17:24, October 31, 2009 (UTC)&lt;br /&gt;
:::So, no images ?--[[User:Colonna|Colonna]] 18:25, October 31, 2009 (UTC)&lt;br /&gt;
:::: I am afraid this is it. However, go on writing, your text is very important, ekiga is on my list of things that I never understood: [[User:ThorstenStaerk#What_I_never_could_do]].&lt;br /&gt;
:::::I have seen your page. You are not the only one, not understanding how to use ekiga ! I spent weeks to make it more or less work behind a router (the documentation is incorrect) and I am not sure to make it work without a router ...! It is a real pity such a badly written program is now part of most Linux distribution. It ssems that there is even worst : kphone.&lt;br /&gt;
:::::Best --[[User:Colonna|Colonna]] 20:04, October 31, 2009 (UTC)&lt;br /&gt;
:::::: If you made it work, just describe this. We are missing the basics here: How do you connect? Do you enter a sip address? What is a sip address? Which one do you use? Do you enter an IP address? Which tab can you use to initiate a call? Just describe two computers standing next to each other without router and firewall - how do you get started? --[[User:ThorstenStaerk|ThorstenStaerk]] 08:07, November 1, 2009 (UTC)&lt;br /&gt;
::::::: Ok, having read the new version of the article I understand - but how do you connect without a sip account? --[[User:ThorstenStaerk|ThorstenStaerk]] 08:09, November 1, 2009 (UTC)&lt;br /&gt;
::::::::I just rewrote the page to try to answer your question. --[[User:Colonna|Colonna]] 12:30, November 1, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Ekiga&amp;diff=50242</id>
		<title>Talk:Ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Ekiga&amp;diff=50242"/>
		<updated>2009-11-01T12:28:21Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I like your contributions a lot, but when I want to do an ekiga session, I now have to read 4 articles:&lt;br /&gt;
# [[How to run ekiga]]&lt;br /&gt;
# [[How to run ekiga behind a Dl-604 router]]&lt;br /&gt;
# [[ekiga]]&lt;br /&gt;
# [[sip address]]&lt;br /&gt;
&lt;br /&gt;
all of them relatively short - with skype, for example, I do not need to read anything, it just works. --[[User:ThorstenStaerk|ThorstenStaerk]] 12:20, November 1, 2009 (UTC)&lt;br /&gt;
:I agree with your complaint. Skype is much much better than ekiga. In French univerities we are not allowed to use skype for some unclear reasons. Moreover, on Fedora 11 I could not install Skype. It is the reason why I spent so many time on trying to make it run.&lt;br /&gt;
:I you have further questions, I shall try to answer them.&lt;br /&gt;
:Please could you correct my english and recast the pages I wrote if necessary to fit LQ conventions.&lt;br /&gt;
:Best.--[[User:Colonna|Colonna]] 12:28, November 1, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=SIP_address&amp;diff=50233</id>
		<title>SIP address</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=SIP_address&amp;diff=50233"/>
		<updated>2009-11-01T12:17:52Z</updated>

		<summary type="html">&lt;p&gt;Colonna: initial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Like an email address it is an address used by the Session Initiation Protocol (SIP) to reach someone on the net.&amp;lt;br&amp;gt;&lt;br /&gt;
It also has to part separated by an '''@'''&lt;br /&gt;
#the user name (ex : doe)&lt;br /&gt;
#the provider name (ex: ekiga.net)&lt;br /&gt;
 &lt;br /&gt;
Thus John Doe address could be '''doe@ekiga.net'''&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[SIP]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.voip-news.com/sp/itx/sipswitchfaq.htm#g3 VoIP News :What is a SIP address and where can I get one?]&lt;br /&gt;
----&lt;br /&gt;
{{Category:SIP}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50232</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50232"/>
		<updated>2009-11-01T12:02:10Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* = when you and your correspondant have both a sip address */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
=== if you do not have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
in the main ekiga window, click on the '''edit''' tag and then on '''''configuration assistant'''''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''''I do not want to sign for the ekiga.net free service'''''&lt;br /&gt;
::follow the blue link '''''get an ekiga.net SIP account''''' from [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accept and submit.&lt;br /&gt;
::You will receive a mail with your sip account  (sip address) (ex : '''doe@ekiga.net''') and password.&lt;br /&gt;
&lt;br /&gt;
=== when you have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
==== check your configuartion using the '''echo test''' ====&lt;br /&gt;
:in the main window click on tag '''show''' then on '''Services''' and '''echo test'''.&lt;br /&gt;
:you can tune your microphone and speakers using '''alsamixer and kmix''' and by clicking on the small sound icon in the right part of the ekiga window.&lt;br /&gt;
&lt;br /&gt;
You can directly enter the '''echo test''' sip address  '''sip:500@ekiga.net''' at the top of the ekiga window&amp;lt;br&amp;gt;&lt;br /&gt;
Right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
==== ask your correspondant to get a [[SIP address]] ====&lt;br /&gt;
&lt;br /&gt;
:To be connected with a correspondant, this person must have its own [[SIP address]] (ex: smith@ekiga.net)&lt;br /&gt;
:You have to ask for this address. If he or she does not have yet a [[SIP address]] he or she has to use the same procedure as upper from its computer and its own ekiga installation to get one.&lt;br /&gt;
&lt;br /&gt;
==== when you and your correspondant have both a sip address ====&lt;br /&gt;
&lt;br /&gt;
go to the main window and enter the [[SIP address|sip address]] of your correspondant (ex : sip:smith@ekiga.net) and right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
;Warning :&lt;br /&gt;
Ekiga is very lunatic : &lt;br /&gt;
*very often you will get error messages instead of a connection. In that case, kill it and restart it.&lt;br /&gt;
*sometimes if your correspondant can't call you, try to call him instead !&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router‎]]&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Documentation documentation] &lt;br /&gt;
* [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga]&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50231</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50231"/>
		<updated>2009-11-01T12:01:32Z</updated>

		<summary type="html">&lt;p&gt;Colonna: /* Usage */ more precisions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Usage ==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
=== if you do not have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
in the main ekiga window, click on the '''edit''' tag and then on '''''configuration assistant'''''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''''I do not want to sign for the ekiga.net free service'''''&lt;br /&gt;
::follow the blue link '''''get an ekiga.net SIP account''''' from [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accept and submit.&lt;br /&gt;
::You will receive a mail with your sip account  (sip address) (ex : '''doe@ekiga.net''') and password.&lt;br /&gt;
&lt;br /&gt;
=== when you have a [[SIP address]] ===&lt;br /&gt;
&lt;br /&gt;
==== check your configuartion using the '''echo test''' ====&lt;br /&gt;
:in the main window click on tag '''show''' then on '''Services''' and '''echo test'''.&lt;br /&gt;
:you can tune your microphone and speakers using '''alsamixer and kmix''' and by clicking on the small sound icon in the right part of the ekiga window.&lt;br /&gt;
&lt;br /&gt;
You can directly enter the '''echo test''' sip address  '''sip:500@ekiga.net''' at the top of the ekiga window&amp;lt;br&amp;gt;&lt;br /&gt;
Right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
==== ask your correspondant to get a [[SIP address]] ====&lt;br /&gt;
&lt;br /&gt;
:To be connected with a correspondant, this person must have its own [[SIP address]] (ex: smith@ekiga.net)&lt;br /&gt;
:You have to ask for this address. If he or she does not have yet a [[SIP address]] he or she has to use the same procedure as upper from its computer and its own ekiga installation to get one.&lt;br /&gt;
&lt;br /&gt;
==== when you and your correspondant have both a sip address ===&lt;br /&gt;
&lt;br /&gt;
go to the main window and enter the [[SIP address|sip address]] of your correspondant (ex : sip:smith@ekiga.net) and right-click on the mouse on '''call''' fonction to set up the connection.&lt;br /&gt;
&lt;br /&gt;
;Warning :&lt;br /&gt;
Ekiga is very lunatic : &lt;br /&gt;
*very often you will get error messages instead of a connection. In that case, kill it and restart it.&lt;br /&gt;
*sometimes if your correspondant can't call you, try to call him instead !&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router‎]]&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Documentation documentation] &lt;br /&gt;
* [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga]&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50216</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50216"/>
		<updated>2009-10-31T20:04:46Z</updated>

		<summary type="html">&lt;p&gt;Colonna: no more Image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Usage==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
1. click on '''edit''' tag and then on '''''configuration assistant'''''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''''I do not want to sign for the ekiga.net free service'''''&lt;br /&gt;
::follow the blue link '''''get an ekiga.net SIP account''''' towards [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accept and submit.&lt;br /&gt;
::You will receive a mail with your sip account (ex : '''doe@ekiga.net''') and password.&lt;br /&gt;
2. come back to the main window and click on tag '''show''' then on '''Services''' and '''echo test''' to check your configuration.&lt;br /&gt;
3. come back to the main window and enter the sip address of your correspondant (ex : sip:machin@ekiga.net ).&lt;br /&gt;
&lt;br /&gt;
;Warning :&lt;br /&gt;
Ekiga is very lunatic : &lt;br /&gt;
*very often you will get error messages instead of a connection. In that case, kill it and restart it.&lt;br /&gt;
*sometimes if your correspondant can't call you, try to call him instead !&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router‎]]&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Documentation documentation] &lt;br /&gt;
* [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga]&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50215</id>
		<title>Talk:How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50215"/>
		<updated>2009-10-31T20:04:14Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So what? How do you connect to a forum where you can meet other people e.g. from Netmeeting? --[[User:ThorstenStaerk|ThorstenStaerk]] 15:53, October 31, 2009 (UTC)&lt;br /&gt;
:I never did a conference yet with ekiga. As soon as I know I tell it here.&lt;br /&gt;
:By the way as I saw you are an administrator, may I ask you why it was impossible for me to upload images ?&lt;br /&gt;
:Best, --[[User:Colonna|Colonna]] 16:58, October 31, 2009 (UTC)&lt;br /&gt;
:: Image (File) upload is disabled for everyone. --[[User:ThorstenStaerk|ThorstenStaerk]] 17:24, October 31, 2009 (UTC)&lt;br /&gt;
:::So, no images ?--[[User:Colonna|Colonna]] 18:25, October 31, 2009 (UTC)&lt;br /&gt;
:::: I am afraid this is it. However, go on writing, your text is very important, ekiga is on my list of things that I never understood: [[User:ThorstenStaerk#What_I_never_could_do]].&lt;br /&gt;
:::::I have seen your page. You are not the only one, not understanding how to use ekiga ! I spent weeks to make it more or less work behind a router (the documentation is incorrect) and I am not sure to make it work without a router ...! It is a real pity such a badly written program is now part of most Linux distribution. It ssems that there is even worst : kphone.&lt;br /&gt;
:::::Best --[[User:Colonna|Colonna]] 20:04, October 31, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50211</id>
		<title>Talk:How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50211"/>
		<updated>2009-10-31T18:25:57Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So what? How do you connect to a forum where you can meet other people e.g. from Netmeeting? --[[User:ThorstenStaerk|ThorstenStaerk]] 15:53, October 31, 2009 (UTC)&lt;br /&gt;
:I never did a conference yet with ekiga. As soon as I know I tell it here.&lt;br /&gt;
:By the way as I saw you are an administrator, may I ask you why it was impossible for me to upload images ?&lt;br /&gt;
:Best, --[[User:Colonna|Colonna]] 16:58, October 31, 2009 (UTC)&lt;br /&gt;
:: Image (File) upload is disabled for everyone. --[[User:ThorstenStaerk|ThorstenStaerk]] 17:24, October 31, 2009 (UTC)&lt;br /&gt;
:::So, no images ?--[[User:Colonna|Colonna]] 18:25, October 31, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50204</id>
		<title>Talk:How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50204"/>
		<updated>2009-10-31T17:03:39Z</updated>

		<summary type="html">&lt;p&gt;Colonna: upload images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So what? How do you connect to a forum where you can meet other people e.g. from Netmeeting? --[[User:ThorstenStaerk|ThorstenStaerk]] 15:53, October 31, 2009 (UTC)&lt;br /&gt;
:I never did a conference yet with ekiga. As soon as I know I tell it here.&lt;br /&gt;
:By the way as I saw you are an administrator, may I ask you why it was impossible for me to upload images ?&lt;br /&gt;
:Best, --[[User:Colonna|Colonna]] 16:58, October 31, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50203</id>
		<title>Talk:How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:How_to_run_ekiga&amp;diff=50203"/>
		<updated>2009-10-31T16:58:39Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So what? How do you connect to a forum where you can meet other people e.g. from Netmeeting? --[[User:ThorstenStaerk|ThorstenStaerk]] 15:53, October 31, 2009 (UTC)&lt;br /&gt;
:I never did a conference yet with ekiga. Could you try and tell us ?&lt;br /&gt;
:Best, --[[User:Colonna|Colonna]] 16:58, October 31, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50202</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50202"/>
		<updated>2009-10-31T16:53:51Z</updated>

		<summary type="html">&lt;p&gt;Colonna: first try&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Usage==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
1. click on '''edit''' tag and then on '''''configuration assistant'''''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''''I do not want to sign for the ekiga.net free service'''''&lt;br /&gt;
::follow the blue link '''''get an ekiga.net SIP account''''' towards [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accept and submit.&lt;br /&gt;
::You will receive a mail with your sip account (ex : '''doe@ekiga.net''') and password.&lt;br /&gt;
2. come back to the main window and click on tag '''show''' then on '''Services''' and '''echo test''' to check your configuration.&lt;br /&gt;
3. come back to the main window and enter the sip address of your correspondant (ex : sip:machin@ekiga.net ).&lt;br /&gt;
&lt;br /&gt;
;Warning :&lt;br /&gt;
Ekiga is very lunatic : &lt;br /&gt;
*very often you will get error messages instead of a connection. In that case, kill it and restart it.&lt;br /&gt;
*sometimes if your correspondant can't call you, try to call him instead !&lt;br /&gt;
&lt;br /&gt;
[[Image:Capture-Ekiga.png|thumb|120px|right|Main window]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router‎]]&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Documentation documentation] &lt;br /&gt;
* [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga]&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50201</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50201"/>
		<updated>2009-10-31T15:56:38Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Usage==&lt;br /&gt;
After having [http://wiki.ekiga.org/index.php/HowTo_install_Ekiga_packages install Ekiga] you can start by reading the official [http://wiki.ekiga.org/index.php/Documentation documentation] and [http://wiki.ekiga.org/index.php/FAQ FAQ].&lt;br /&gt;
&lt;br /&gt;
To launch Ekiga in a terminal type :&lt;br /&gt;
&lt;br /&gt;
 ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will appear.with four tags ''''Talk''' '''Edit''' '''Show''' '''Help'''&lt;br /&gt;
&lt;br /&gt;
# click on ''edit''' tag and then on '''configuration assistant'''&lt;br /&gt;
:give your name (ex : '''John Doe''')&lt;br /&gt;
:next give your username (ex : '''doe''') and password&lt;br /&gt;
::click on '''I do not want to sign for the ekiga.net free service'''&lt;br /&gt;
::follow the blue link get an ekiga.net SIP account, towrds [https://www.ekiga.net/?page=register ekiga registration page]&lt;br /&gt;
::fill the page, accpt and submit.&lt;br /&gt;
::You will receive a mail with your sip account '''doe@ekiga.net''' and password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Capture-Ekiga.png|thumb|120px|right|Main window]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50197</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50197"/>
		<updated>2009-10-31T15:35:23Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Usage==&lt;br /&gt;
&lt;br /&gt;
on a terminal type &lt;br /&gt;
   ekiga&lt;br /&gt;
&lt;br /&gt;
a new window will pop up.&lt;br /&gt;
&lt;br /&gt;
[[Image:Capture-Ekiga.png|thumb|120px|right|Main window]]&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50195</id>
		<title>How to run ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga&amp;diff=50195"/>
		<updated>2009-10-31T15:27:53Z</updated>

		<summary type="html">&lt;p&gt;Colonna: Created page with '==Usage==  ==See also==  ==External links==  ---- {{Category:Ekiga}}{{Category:Example}}'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Usage==&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{Category:Ekiga}}{{Category:Example}}&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ekiga&amp;diff=50194</id>
		<title>Ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ekiga&amp;diff=50194"/>
		<updated>2009-10-31T15:22:59Z</updated>

		<summary type="html">&lt;p&gt;Colonna: How to run ekiga&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Ekiga''' is the successor of GnomeMeeting. It has full H.323 and SIP support.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[How to run ekiga]] &lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router]] &lt;br /&gt;
* [[webcam]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.ekiga.org/ Ekiga homepage] (''www.ekiga.org'')&lt;br /&gt;
* [http://www.gnomemeeting.org Old GnomeMeeting homepage] (''www.gnomemeeting.org'')&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga_behind_a_Dl-604_router&amp;diff=50193</id>
		<title>How to run ekiga behind a Dl-604 router</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga_behind_a_Dl-604_router&amp;diff=50193"/>
		<updated>2009-10-31T15:15:14Z</updated>

		<summary type="html">&lt;p&gt;Colonna: External links  added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Router configuration==&lt;br /&gt;
&lt;br /&gt;
=== Dl-604 router ===&lt;br /&gt;
This information has been established using Fedora_11 and a Dl-604 router.&lt;br /&gt;
&lt;br /&gt;
To configure the Dl-604 router: &lt;br /&gt;
*go to '''Advanced''' and '''Applications'''&lt;br /&gt;
*introduce 4 applications&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+'''Advanced &amp;amp; Application'''&lt;br /&gt;
!Name &lt;br /&gt;
!Trigger Ports&lt;br /&gt;
!Public Ports &lt;br /&gt;
!Public Type&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
| SIP  || 5000-5100 || 5000-5100 || UDP || SIP signalling, listen port: 5060&lt;br /&gt;
|-&lt;br /&gt;
| STUN || 3478-3479 || 3478-3479 || UDP || Outgoing traffic to the STUN server&lt;br /&gt;
|-&lt;br /&gt;
| H323 || 1720      || 1720      || TCP || H323  listen port &lt;br /&gt;
|-&lt;br /&gt;
| ntp  || 123       || 123       || TCP || ???&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The 3 first applications are absolutely necessary&amp;lt;br&amp;gt;&lt;br /&gt;
The '''ntp''' application is not necessary to get ekiga working, nevertheless if not present you get an error message saying that ekiga is not able to configure its connection to the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[ekiga]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
'''Warning''' the information found in the Ekiga Wiki pages below are insufficient to work properly.&lt;br /&gt;
* [http://www.ekiga.org/ Ekiga homepage] (''www.ekiga.org'')&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Enable_port_forwarding_manually Enable_port_forwarding_manually]&lt;br /&gt;
* [http://wiki.ekiga.org/index.php/Ekiga_behind_a_NAT_router ekiga wiki Ekiga_behind_a_NAT_router]&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga_behind_a_Dl-604_router&amp;diff=50185</id>
		<title>How to run ekiga behind a Dl-604 router</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=How_to_run_ekiga_behind_a_Dl-604_router&amp;diff=50185"/>
		<updated>2009-10-31T11:08:11Z</updated>

		<summary type="html">&lt;p&gt;Colonna: Created page with 'This information has been established using Fedora_11 and a Dl-604 router.  To configure the Dl-604 router:  *go to '''Advanced''' and '''Applications''' *introduce 4 application...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This information has been established using Fedora_11 and a Dl-604 router.&lt;br /&gt;
&lt;br /&gt;
To configure the Dl-604 router: &lt;br /&gt;
*go to '''Advanced''' and '''Applications'''&lt;br /&gt;
*introduce 4 applications&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+'''Advanced &amp;amp; Application'''&lt;br /&gt;
!Name &lt;br /&gt;
!Trigger Ports&lt;br /&gt;
!Public Ports &lt;br /&gt;
!Public Type&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
| SIP  || 5000-5100 || 5000-5100 || UDP || SIP signalling, listen port: 5060&lt;br /&gt;
|-&lt;br /&gt;
| STUN || 3478-3479 || 3478-3479 || UDP || Outgoing traffic to the STUN server&lt;br /&gt;
|-&lt;br /&gt;
| H323 || 1720      || 1720      || TCP || H323  listen port &lt;br /&gt;
|-&lt;br /&gt;
| ntp  || 123       || 123       || TCP || ???&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The 3 first applications are absolutely necessary&amp;lt;br&amp;gt;&lt;br /&gt;
The '''ntp''' application is not necessary to get ekiga working, nevertheless if not present you get an error message saying that ekiga is not able to configure its connection to the network.&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ekiga&amp;diff=50184</id>
		<title>Ekiga</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ekiga&amp;diff=50184"/>
		<updated>2009-10-31T10:50:08Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Ekiga''' is the successor of GnomeMeeting. It has full H.323 and SIP support.&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
* [[How to run ekiga behind a Dl-604 router]] &lt;br /&gt;
* [[webcam]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.ekiga.org/ Ekiga homepage] (''www.ekiga.org'')&lt;br /&gt;
* [http://www.gnomemeeting.org Old GnomeMeeting homepage] (''www.gnomemeeting.org'')&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=50013</id>
		<title>User:Colonna</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=50013"/>
		<updated>2009-10-25T10:19:32Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Name : François Colonna &lt;br /&gt;
*Address : Paris&lt;br /&gt;
*e-mail : f.colonnacesari@free.fr&lt;br /&gt;
&lt;br /&gt;
*main interests : &lt;br /&gt;
**developing the [http://galileo.lct.jussieu.fr/~frames/mediawiki/index.php/IRP_Programming_Presentation IRP programming method] to have minimal coupling between modules in any langages.&lt;br /&gt;
**applying this method to develop a classical and quantum molecular simulation code in OCaml langage.&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=47232</id>
		<title>User:Colonna</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=47232"/>
		<updated>2009-08-11T08:33:51Z</updated>

		<summary type="html">&lt;p&gt;Colonna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Name : François Colonna &lt;br /&gt;
*Address : Paris&lt;br /&gt;
*e-mail : frames@lct.jussieu.fr&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Virtualbox&amp;diff=47231</id>
		<title>Virtualbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Virtualbox&amp;diff=47231"/>
		<updated>2009-08-11T08:32:18Z</updated>

		<summary type="html">&lt;p&gt;Colonna: added Fedora11 install&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VirtualBox is easy-to-use [[virtualization]] software.&lt;br /&gt;
&lt;br /&gt;
= SUSE Linux =&lt;br /&gt;
* [[install]] it&lt;br /&gt;
 [[yast]] -i virtualbox-ose&lt;br /&gt;
* load its kernel module&lt;br /&gt;
 [[modprobe]] vboxdrv&lt;br /&gt;
* start it&lt;br /&gt;
 VirtualBox&lt;br /&gt;
&lt;br /&gt;
= Fedora11 Linux =&lt;br /&gt;
* [[install]] it&lt;br /&gt;
 [[yum]] install dkms&lt;br /&gt;
 [[yum]] groupinstall ‘Development Tools’  &lt;br /&gt;
 [[yum]] groupinstall ‘Development Libraries’ &lt;br /&gt;
 [[yum]] install SDL kernel-devel kernel-headers &lt;br /&gt;
* load its kernel module&lt;br /&gt;
 /etc/init.d/vboxdrv setup&lt;br /&gt;
 [[modprobe]] vboxdrv&lt;br /&gt;
* start it&lt;br /&gt;
 VirtualBox&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
http://www.virtualbox.org/&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=47226</id>
		<title>User:Colonna</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Colonna&amp;diff=47226"/>
		<updated>2009-08-11T08:25:17Z</updated>

		<summary type="html">&lt;p&gt;Colonna: Created page with 'Name : François Colonna  Address : Paris e-mail : f.colonnacesari@free.fr'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Name : François Colonna &lt;br /&gt;
Address : Paris&lt;br /&gt;
e-mail : f.colonnacesari@free.fr&lt;/div&gt;</summary>
		<author><name>Colonna</name></author>
	</entry>
</feed>