<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Elive Forum - Software</title>
        <description>Bonus disks, kernels, applications, etc</description>
        <link>http://forum.elivecd.org/list.php?33</link>
        <lastBuildDate>Tue, 21 May 2013 20:17:36 -0700</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,7438,7438#msg-7438</guid>
            <title>combine PDF files (4 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,7438,7438#msg-7438</link>
            <description><![CDATA[ Recently I often have piles of PDF files to do with, it's a really hard task.<br />
But fortunately, I hunt a PDF Merger to help me combine same classified files into a single document. <br />
Is there any similar software as Kvisoft <b><a href="http://www.kvisoft.com/pdf-merger/"  rel="nofollow">PDF Merger</a></b>?]]></description>
            <dc:creator>zmcmay</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 12 May 2013 19:04:56 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,7380,7380#msg-7380</guid>
            <title>What is the history of fiber optic technology? (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,7380,7380#msg-7380</link>
            <description><![CDATA[ 1790s is the earliest for optical communication systems, Clappe Chappe invented semaphore telegraph. In 1880, Alexander Graham Bell patented an optical telephone system, which he called the Photophone which remained an experimental invention and never materialized. During the 1920s, John Logie Baird in England and Clarence W. Hansell in the United States patented the idea of using arrays of hollow pipes or transparent rods to transmit images for television or facsimile systems. In 1954, Dutch scientist Abraham Van Heel and British scientist Harold H. Hopkins separately wrote papers on imaging bundles. Hopkins reported on imaging bundles of unclad fibers, whereas Van Heel reported on simple bundles of clad fibers. Van Heel covered a bare fiber with a transparent cladding of a lower refractive index. This protected the fiber reflection surface from outside distortion and greatly reduced interference between fibers.<br />
<br />
Abraham Van Heel is also notable for another contribution. Stimulated by a conversation with the American optical physicist Brian O'Brien, Van Heel made the crucial innovation of cladding fiber-optic cables. All earlier fibers developed were bare and lacked any form of cladding, with total internal reflection occurring at a glass-air interface. Abraham Van Heel covered a bare fiber or glass or plastic with a transparent cladding of lower refractive index. This protected the total reflection surface from contamination and greatly reduced cross talk between fibers. By 1960, glass-clad fibers had attenuation of about 1 decibel (dB) per meter, fine for medical imaging, but much too high for communications. In 1961, Elias Snitzer of American Optical published a theoretical description of a fiber with a core so small it could carry light with only one waveguide mode. Snitzer's proposal was acceptable for a medical instrument looking inside the human, but the fiber had a light loss of 1 dB per meter. Communication devices needed to operate over much longer distances and required a light loss of no more than 10 or 20 dB per kilometer.<br />
<br />
By 1964, a critical and theoretical specification was identified by Dr. Charles K. Kao for long-range communication devices, the 10 or 20 dB of light loss per kilometer standard. Dr. Kao also illustrated the need for a purer form of glass to help reduce light loss. <br />
<br />
In the summer of 1970, one team of researchers began experimenting with fused silica, a material capable of extreme purity with a high melting point and a low refractive index. Corning Glass researchers Robert Maurer, Donald Keck, and Peter Schultz invented fiber-optic wire or &quot;optical waveguide fibers&quot; (patent no. 3,711,262), which was capable of carrying 65,000 times more information than copper wire, through which information carried by a pattern of light waves could be decoded at a destination even a thousand miles away. The team had solved the decibel-loss problem presented by Dr. Kao. The team had developed an SMF with loss of 17 dB/km at 633 nm by doping titanium into the fiber core. By June of 1972, Robert Maurer, Donald Keck, and Peter Schultz invented multimode germanium-doped fiber with a loss of 4 dB per kilometer and much greater strength than titanium-doped fiber. By 1973, John MacChesney developed a modified chemical vapor-deposition process for fiber manufacture at Bell Labs. This process spearheaded the commercial manufacture of fiber-optic cable.<br />
<br />
In April 1977, General Telephone and Electronics tested and deployed the world's first live telephone traffic through a fiber-optic system running at 6 Mbps, in Long Beach, California. They were soon followed by Bell in May 1977, with an optical telephone communication system installed in the downtown Chicago area, covering a distance of 1.5 miles (2.4 kilometers). Each optical-fiber pair carried the equivalent of 672 voice channels and was equivalent to a DS3 circuit. Today more than 80 percent of the world's long-distance voice and data traffic is carried over fiber optics.<br />
Article source:[<a href="http://www.fiberopticfiber.com"  rel="nofollow">www.fiberopticfiber.com</a>]]]></description>
            <dc:creator>wxingsally</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 05 Jan 2012 18:43:58 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,5016,5016#msg-5016</guid>
            <title>What is your opinion about this method of OpenOffice 3 install? (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,5016,5016#msg-5016</link>
            <description><![CDATA[ Debian Lenny comes by default with OpenOffice 2.6.4, but in the meantime OpenOffice 3.1 was released. <br />
You can easily install it on your Debian box by using the Debian Lenny backports repository, which is a repository including newer versions of applications than the ones which come by default with Lenny. Just follow the steps below:<br />
Add the backports repositories<br />
To add the Lenny backports repositories, just edit as root your /etc/apt/sources.list file and add the following line:<br />
deb [<a href="http://www.backports.org/debian"  rel="nofollow">www.backports.org</a>] lenny-backports main contrib non-free<br />
Make sure to save the file (Ctrl+O followed by Ctrl+X in Nano) and proceed to the next step.<br />
Install the Debian backports keyring<br />
As root, type:<br />
apt-get install debian-backports-keyring<br />
This will install the debian-backports-keyring package, adding the key to your trusted repository keys.<br />
Update the package lists<br />
Now, update the package lists as root:<br />
apt-get update<br />
And install OpenOffice.org:<br />
apt-get -t lenny-backports install openoffice.org<br />
This should be all. OpenOffice.org 3.1.0 should be now installed properly on your Debian box, and you can run it by typing openoffice.org in a Run box or opening a terminal application and typing openoffice.org.]]></description>
            <dc:creator>maceiras</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 29 Mar 2010 20:48:28 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,5006,5006#msg-5006</guid>
            <title>Dog-Slow repos (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,5006,5006#msg-5006</link>
            <description><![CDATA[ So what's the matter with the Elive repos?  Evolution is coming down the pipe at 50KB/sec.]]></description>
            <dc:creator>down8ve</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 28 Mar 2010 18:15:25 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4825,4825#msg-4825</guid>
            <title>WINE. New version howto. (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,4825,4825#msg-4825</link>
            <description><![CDATA[ Here i put direction to How to get latest version of Wine.<br />
<br />
[<a href="http://wiki.winehq.org"  rel="nofollow">wiki.winehq.org</a>] - Wine's site.<br />
[<a href="http://wiki.winehq.org/HowTo"  rel="nofollow">wiki.winehq.org</a>] - Wine How To.<br />
<br />
Here is a qoute from Wine How to page...<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/><b>Note to Debian/Ubuntu users:</b> The packages included in the main distribution are currently very out of date. We're working on having the latest packages available officially from Debian/Ubuntu's servers, but until then we suggest you install the latest Wine by using our apt repository.</div></blockquote>
<br />
[<a href="http://www.winehq.org/download/deblenny"  rel="nofollow">www.winehq.org</a>] - And here is howto itself. Just folow it. Not a dig deal just few steps... (:D]]></description>
            <dc:creator>DronAn</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 15 Mar 2010 00:50:04 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4791,4791#msg-4791</guid>
            <title>Chromium-browser (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,4791,4791#msg-4791</link>
            <description><![CDATA[ <b>For ppl who want use Google Chromium-browser:</b><br />
Not realy big deal to install it. But you have to know what '<b>terminal</b>' and '<b>root</b>' mean. Or maybe not ;)<br />
<br />
So, here we go:<br />
1. We have to add new source for chromium in /etc/apt/sources.list<br />
  Start <b>terminal</b>, become <b>root</b> (type su and password when prompted)<br />
    After you are <b>root</b> type <i>scite /etc/apt/sources.list</i>. It'll open source.list file for you.<br />
      Add there:  <b><i>deb htt_p://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main</i></b>  and  <b><i>deb-src htt_p://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main</i></b>  and  save file. (<b>NOTE:</b> Remove this _ in url)<br />
         That <b>Hardy</b> mean the same version of main packages as we use in Elive 2.0 (debian stable)<br />
         <br />
         2. Type in <b>terminal</b> <i>apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</i><br />
         to add a key.<br />
         <br />
         3. After all this we have to update an information about packages and install it. So type in <b>terminal</b> as <b>root</b>:<br />
         <b><i>apt-get update</i></b> It will update info about packages<br />
         <b><i>apt-get install chromium-browser</i></b> It will install chromium-browser<br />
         <b><i>apt-get install chromium-codecs-ffmpeg-nonfree</i></b> It will install codecs<br />
         <b><i>apt-get install chromium-browser-l10n</i></b> It will install extralanguage support (for inetrace of browser)<br />
         ----------------------------------------------------------<br />
         That is it. <br />
         <br />
         It is daily upgradeble branch. So you can update it daily (run apt-get update &amp;&amp; upgrade in terminal as root) <br />
         <br />
         NOTE: It is Not even beta it is developer version. Beta is a Chrome.<br />
         But, Chromium work just perfect.]]></description>
            <dc:creator>DronAn</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 12 Mar 2010 10:21:30 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4697,4697#msg-4697</guid>
            <title>Google Chrome Webbrowser (12 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,4697,4697#msg-4697</link>
            <description><![CDATA[ Hi;<br />
<br />
Has anyone tried installing/using Google Chrome yet as a webbrowser on Elive?<br />
<br />
Ruud]]></description>
            <dc:creator>rudikuin</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 30 Mar 2013 06:30:36 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4234,4234#msg-4234</guid>
            <title>install openoffice 3 (3 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,4234,4234#msg-4234</link>
            <description><![CDATA[ Anyone knows how to install openoffice 3? The version on synaptic is too outdated!]]></description>
            <dc:creator>miguelsoare</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 18 Jan 2010 06:07:06 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4233,4233#msg-4233</guid>
            <title>openoffice theme integration (1 reply)</title>
            <link>http://forum.elivecd.org/read.php?33,4233,4233#msg-4233</link>
            <description><![CDATA[ Hi to everybody<br />
<br />
I'm new to elive and i'm very surprised with this beautiful distro. But when i installed openoffice i get some disapoint with their apearance - is to ugly, it likes a software  from last century. <br />
There is a way to put the apearence of openoffice more integrated with the default theme of Elive?<br />
Thanks to all.]]></description>
            <dc:creator>miguelsoare</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 20 Dec 2009 15:21:56 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,4080,4080#msg-4080</guid>
            <title>gadget &quot;places&quot; problem (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,4080,4080#msg-4080</link>
            <description><![CDATA[ <a href="http://www.freeimagehosting.net/image.php?3678acc818.jpg"  rel="nofollow"><img src="http://www.freeimagehosting.net/uploads/th.3678acc818.jpg" class="bbcode" border="0" /></a><br />
<br />
Cant make it smaler. I can only move it to right or left (resize it to).]]></description>
            <dc:creator>anu</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 14 Nov 2009 15:17:10 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,3326,3326#msg-3326</guid>
            <title>kernel 2.6.29.4-elive-686 and nvidia (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,3326,3326#msg-3326</link>
            <description><![CDATA[ the drivers  nvidia-kernel-2.6.29.4-elive-686 does not works<br />
Installed kernel  2.6.29.4-elive-686 and  nvidia-kernel-2.6.29.4-elive-686 and at reboot<br />
at init 5, X does not starts<br />
Had to install nvidia drivers from nvidia.com via consolle and it worked<br />
<br />
My card is nvidia GeForce GTS 250 <br />
nvidia packages curently installed on my pc are :<br />
<br />
hi  nvidia-glx                                                        177.80-2                            NVIDIA binary Xorg driver<br />
hi  nvidia-kernel-2.6.26.8-elive-686                177.80-2+40.Elive                   NVIDIA binary kernel module for Linux 2.6.26<br />
ii  nvidia-kernel-2.6.27.10-elive-686               177.80-2+1.0.Elive                  NVIDIA binary kernel module for Linux 2.6.27<br />
ii  nvidia-kernel-2.6.29.4-elive-686                 180.44-2+10.Elive                   NVIDIA binary kernel module for Linux 2.6.29<br />
ii  nvidia-kernel-common                                   20080825+1                          NVIDIA binary kernel module common files<br />
ii  nvidia-kernel-source                                      177.80-2                            NVIDIA binary kernel module source<br />
ii  nvidia-settings                                                173.14.09-1                         Tool of configuring the NVIDIA graphics driv<br />
ii  nvidia-xconfig                                                 1.0+20080522-2                      The NVIDIA X Configuration Tool]]></description>
            <dc:creator>klamath</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 12 Jul 2009 08:21:28 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,2951,2951#msg-2951</guid>
            <title>Main elivecd.org site down (1 reply)</title>
            <link>http://forum.elivecd.org/read.php?33,2951,2951#msg-2951</link>
            <description><![CDATA[ Just tried to access the www.elivecd.org site and it's giving a internal server 500 error. <br />
Jeff]]></description>
            <dc:creator>jvanduin</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 02 May 2009 11:43:49 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,2641,2641#msg-2641</guid>
            <title>Fonts (15 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,2641,2641#msg-2641</link>
            <description><![CDATA[ Hi All.<br />
Found some problems with Fonts.<br />
I'm russian. When i choose russian as system locale. Everything is fine, but when open windows with additional settings (properties) , all letters (must be cyrillic) are just a Squares.<br />
<br />
I understand that the font is missing.<br />
Where i can found it to download? <br />
Is it must be in the same dir as the others fonts? <br />
Thank's]]></description>
            <dc:creator>DronAn</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 01 May 2011 15:06:15 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,2592,2592#msg-2592</guid>
            <title>Media player (5 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,2592,2592#msg-2592</link>
            <description><![CDATA[ Hey everyone, <br />
<br />
What would you suggest as an alternative media player for E17? XMMS is nice, but I´d like something a little better.  Also, how would I go about installing your suggested player? Thanks in advance.]]></description>
            <dc:creator>Rocheforte</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 27 Jan 2013 22:44:05 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,2270,2270#msg-2270</guid>
            <title>where is the source of elive? (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,2270,2270#msg-2270</link>
            <description><![CDATA[ Hi everyone,<br />
I'd like to contribute to the developpement of elive but I wonder if there is any public source repository to checkout as I can't find anything about elive in svn.enlightenment.org or deb-src repos]]></description>
            <dc:creator>atphalix</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 02 Nov 2008 08:50:30 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,1881,1881#msg-1881</guid>
            <title>how record my desktop? (1 reply)</title>
            <link>http://forum.elivecd.org/read.php?33,1881,1881#msg-1881</link>
            <description><![CDATA[ hi!<br />
im lookin 4 a program to record every move on my screen.<br />
i know about some olders in command lines but im lookin 4 something more easy to use!<br />
something like gtk-record my desktop...<br />
please i get this soft in synaptic but not work..<br />
i call the program from command line but just show me some errors...<br />
please, if somebody know how to fix any program or others ...teach me how to do!!!!]]></description>
            <dc:creator>trojan</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Dec 2009 18:08:41 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,1313,1313#msg-1313</guid>
            <title>internet connection lost (1 reply)</title>
            <link>http://forum.elivecd.org/read.php?33,1313,1313#msg-1313</link>
            <description><![CDATA[ I installed elive gem + unstable some days ago. After a couple of days i lost my internet connection. I have a cable connection with DHCP3. Internet wit other distro on same disk works fine. It is not an issue with lease time when changing from one distro to the other.<br />
Any ideas how to get it back ?]]></description>
            <dc:creator>catweazle</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Dec 2009 18:10:23 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,1300,1300#msg-1300</guid>
            <title>comments on fresh install (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,1300,1300#msg-1300</link>
            <description><![CDATA[ So i installed the developer version and played a little bit with it. Here is some feedback :<br />
<br />
Nice distro. It is fast (although 32 bit on my amd64x2 3800+ box where i also have ubantu 64 bit and had gentoo 64 bit on).<br />
<br />
I could not change the size of the window titles. Maybe i have not found the conf tool.<br />
<br />
Bc, Oxine and Xdialog did not start.<br />
<br />
I also could not find the tool to change the screen resolution.<br />
<br />
Xsane immediately recognised my epson all-in-one Stylus Photo RX640 (out of the box). The printer part runs as well with little effort (download pipslite rpm from epson-avasys; converted to .deb with alien and dpkg; i found eplite.ppd that made the printer working with correct colors; the epson driver from gutenprint 5.1.3 works on my 64 bit distros but has a green haze and uses too much ink). This was a big surprise for me.<br />
<br />
Cinelerra is starting fast. Here I see a difference between 64 bit under ubantu or gentoo and 32 bit of elive in the real time rendering during playback (seems normal to me and nothing to do with the distro as such).<br />
<br />
No issues with my nvidia graphics card. 3-d with the nvidia driver was installed out of the box : nice !<br />
<br />
Is there a 64 bit version planned ?<br />
<br />
Oh, i apoligize for the work around for hackuna matata.]]></description>
            <dc:creator>catweazle</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 11 Dec 2007 13:44:26 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,1295,1295#msg-1295</guid>
            <title>cinelerra start issue (1 reply)</title>
            <link>http://forum.elivecd.org/read.php?33,1295,1295#msg-1295</link>
            <description><![CDATA[ In case you did not know :<br />
Cinelerra does not start when starting it from terminal or launcher. There is a small window appearing with nothing in it. As soon as you enlarge this window Cinelerra starts.]]></description>
            <dc:creator>catweazle</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Jan 2008 05:06:10 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,1139,1139#msg-1139</guid>
            <title>Bonus disks trouble (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,1139,1139#msg-1139</link>
            <description><![CDATA[ Will the new games bonus disks launch if you're using the &quot;tests&quot; branch version of e17? I purchased all three disks but they don't seem to want to launch.<br />
<br />
 ::o <br />
<br />
SF]]></description>
            <dc:creator>rebbi</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 09 Nov 2007 08:01:19 -0800</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,775,775#msg-775</guid>
            <title>Firefox issue (2 replies)</title>
            <link>http://forum.elivecd.org/read.php?33,775,775#msg-775</link>
            <description><![CDATA[ Any idea why Firefox crashes regularly. Not an unknown issue:<br />
[<a href="http://www.oreillynet.com/linux/blog/2006/08/why_is_firefox_for_linux_so_te.html"  rel="nofollow">www.oreillynet.com</a>]<br />
but assumed it had been fixed?]]></description>
            <dc:creator>Apollo</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 22 Sep 2007 05:10:57 -0700</pubDate>
        </item>
        <item>
            <guid>http://forum.elivecd.org/read.php?33,606,606#msg-606</guid>
            <title>Bonus disk: Main Linux Games 1 (no replies)</title>
            <link>http://forum.elivecd.org/read.php?33,606,606#msg-606</link>
            <description><![CDATA[ <b>Comming soon</b> the first <b>bonus disk of games</b> for test<br />
<br />
set the option &quot;follow this thread&quot; to be noticed when its uploaded the version for test (removed in 1-2 days)]]></description>
            <dc:creator>Thanatermesis</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 08 Sep 2007 00:42:20 -0700</pubDate>
        </item>
    </channel>
</rss>
