<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fc13 on Evan Hoffman</title><link>https://evan.wtf/tags/fc13/</link><description>Recent content in Fc13 on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Fri, 02 Jul 2010 01:16:57 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/fc13/index.xml" rel="self" type="application/rss+xml"/><item><title>Ripping a DVD on Fedora Core 13</title><link>https://evan.wtf/2010/07/02/ripping-a-dvd-on-fedora-core-13/</link><pubDate>Fri, 02 Jul 2010 01:16:57 +0000</pubDate><guid>https://evan.wtf/2010/07/02/ripping-a-dvd-on-fedora-core-13/</guid><description>&lt;p&gt;I thought this would be a pretty straightforward task. It was, though it took several minutes to track down the CSS library needed for decryption of the DVD. All I want to do is copy &lt;a href="http://astore.amazon.com/evanhoffmasho-20/detail/B001U7NW20"&gt;Talking Words Factory&lt;/a&gt; to my phone so my kid can watch it in the car if needed. It looked like Brasero was the tool for the job, but I got some error about needing a plugin for it to be able to decrypt it. I found &lt;a href="http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/repo/13/x86_64/"&gt;libdvdcss here&lt;/a&gt; and after installing the RPM, everything worked. Now I just need to encode it with ffmpeg.&lt;/p&gt;</description></item><item><title>How to install the 64-bit Sun Java plugin on 64-bit firefox on 64-bit Fedora Core 11 Linux (which happens to use 64 bits)</title><link>https://evan.wtf/2009/10/21/how-to-install-the-64-bit-sun-java-plugin-on-64-bit-firefox-on-64-bit-fedora-which-happens-to-use-64-bits/</link><pubDate>Wed, 21 Oct 2009 17:45:09 +0000</pubDate><guid>https://evan.wtf/2009/10/21/how-to-install-the-64-bit-sun-java-plugin-on-64-bit-firefox-on-64-bit-fedora-which-happens-to-use-64-bits/</guid><description>&lt;p&gt;I&amp;rsquo;m giddy! I found &lt;a href="http://plugindoc.mozdev.org/linux-amd64.html"&gt;this post&lt;/a&gt; on mozdev.org which was magical.&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;[evan@ehoffman ~]$ java -version&#10;java version &amp;#34;1.6.0_17&amp;#34;&#10;Java(TM) SE Runtime Environment (build 1.6.0_17-b04)&#10;Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)&#10;&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&#10;&lt;blockquote&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;[root@ehoffman plugins]# uname -a&#10;Linux ehoffman 2.6.30.8-64.fc11.x86_64 #1 SMP Fri Sep 25 04:43:32 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux&#10;[root@ehoffman plugins]# pwd&#10;/usr/lib64/mozilla/plugins&#10;[root@ehoffman plugins]# ln -s /usr/java/jdk1.6.0_16/jre/lib/amd64/libnpjp2.so&#10;&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&#10;&lt;p&gt;The main thing I was missing was that the plugin isn&amp;rsquo;t libpluginjava_oji.so, or whatever I thought it was, but libnpjp2.so. Once I created the symlink into /usr/lib64/mozilla/plugins it worked (as verified on &lt;a href="http://www.java.com/en/download/help/testvm.xml"&gt;http://www.java.com/en/download/help/testvm.xml&lt;/a&gt; and &lt;a href="http://www.java.com/en/download/installed.jsp"&gt;http://www.java.com/en/download/installed.jsp&lt;/a&gt;).&lt;/p&gt;</description></item></channel></rss>