<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://goodies.lemonsoftware.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://goodies.lemonsoftware.eu/feed.php">
        <title>Lemonsoftware Goodies</title>
        <description></description>
        <link>http://goodies.lemonsoftware.eu/</link>
        <image rdf:resource="http://goodies.lemonsoftware.eu/lib/images/favicon.ico" />
       <dc:date>2010-09-08T22:45:55+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/lintat:burcon?rev=1282227371&amp;do=diff"/>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/fps:ohbooks?rev=1282215182&amp;do=diff"/>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/lintat:removepdfpass?rev=1279292119&amp;do=diff"/>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/lintat:bshunarchive?rev=1278682573&amp;do=diff"/>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/devvcs:gitoverview?rev=1278667241&amp;do=diff"/>
                <rdf:li rdf:resource="http://goodies.lemonsoftware.eu/fps:devvcs?rev=1278667194&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://goodies.lemonsoftware.eu/lib/images/favicon.ico">
        <title>Lemonsoftware Goodies</title>
        <link>http://goodies.lemonsoftware.eu/</link>
        <url>http://goodies.lemonsoftware.eu/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://goodies.lemonsoftware.eu/lintat:burcon?rev=1282227371&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-19T17:16:11+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>lintat:burcon</title>
        <link>http://goodies.lemonsoftware.eu/lintat:burcon?rev=1282227371&amp;do=diff</link>
        <description>BURNING CD/DVD FROM CONSOLE

	*  CREATING ISO IMAGE

FROM SOME FOLDERS


mkisofs -A disc1 -r -o /tmp/example.iso /folders/to/be/included


-A application_id Specifies  a  text string that will be written into the volume header.  This should describe the application that will be on the disc.  There is space on the disc for 128 characters of information.  This parameter can  also  be set in the file .mkisofsrc with APPI=id.  If specified in both places, the command line version is used. 



-r Thi…</description>
    </item>
    <item rdf:about="http://goodies.lemonsoftware.eu/fps:ohbooks?rev=1282215182&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-19T13:53:02+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>fps:ohbooks</title>
        <link>http://goodies.lemonsoftware.eu/fps:ohbooks?rev=1282215182&amp;do=diff</link>
        <description>RECOMMENDED BOOKS


[ Hackers ]



 Hackers - Heroes of the Computer Revolution - 25th Anniversary Edition 

by Steven Levy 


Steven Levy's classic book about the original hackers of the computer revolution is now available in a special 25th anniversary edition, with updated material from noteworthy hackers such as Bill Gates, Mark Zuckerberg, Richard Stallman, and Steve Wozniak. Hackers traces the exploits of innovators from the research labs in the late 1950s to the rise of the home computer …</description>
    </item>
    <item rdf:about="http://goodies.lemonsoftware.eu/lintat:removepdfpass?rev=1279292119&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-16T17:55:19+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>lintat:removepdfpass</title>
        <link>http://goodies.lemonsoftware.eu/lintat:removepdfpass?rev=1279292119&amp;do=diff</link>
        <description>HOWTO remove the restrictions from pdf files

16.07.2010

OK, so we suppose that you have a pdf file with a *forgotten* password on it. You can view the file, but you cannot edit or print it.


	*  To print it (shortcut)


Use Evince or Okular to open the pdf. Evince seems not to care about the limitations, and Okular can be instructed to do so (Settings/Configure Okular/General/Obey DRM limitations)</description>
    </item>
    <item rdf:about="http://goodies.lemonsoftware.eu/lintat:bshunarchive?rev=1278682573&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-09T16:36:13+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>lintat:bshunarchive - created</title>
        <link>http://goodies.lemonsoftware.eu/lintat:bshunarchive?rev=1278682573&amp;do=diff</link>
        <description>Unrar multiple volumes archives from command line

09.07.2010


If you have a bunch of folders with multiple volumes archive in them, there is a simple way to extract the information using bash.

First, let's assume we have a structure like this (folders):</description>
    </item>
    <item rdf:about="http://goodies.lemonsoftware.eu/devvcs:gitoverview?rev=1278667241&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-09T12:20:41+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>devvcs:gitoverview - created</title>
        <link>http://goodies.lemonsoftware.eu/devvcs:gitoverview?rev=1278667241&amp;do=diff</link>
        <description>GIT OVERVIEW


All credits go to  Salvatore De Paolis .

INTRO


Git is DVCS (distributed version control system) which acts similarly as Mercurial, Bazaar or Darcs.

CVS or Subversion are CVCS (centralized version control system) and the major difference between them is clear in these pictures:</description>
    </item>
    <item rdf:about="http://goodies.lemonsoftware.eu/fps:devvcs?rev=1278667194&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-09T12:19:54+03:00</dc:date>
        <dc:creator>Cristian</dc:creator>
        <title>fps:devvcs - created</title>
        <link>http://goodies.lemonsoftware.eu/fps:devvcs?rev=1278667194&amp;do=diff</link>
        <description>VERSIONING CONTROL SYSTEMS

	*   GIT Overwiew</description>
    </item>
</rdf:RDF>
