<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fundaa.com &#187; Ubuntu</title>
	<atom:link href="http://fundaa.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://fundaa.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 12:46:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>enable CURL in ubuntu , apache server , php</title>
		<link>http://fundaa.com/ubuntu/enable-curl-in-ubuntu-apache-server-php/</link>
		<comments>http://fundaa.com/ubuntu/enable-curl-in-ubuntu-apache-server-php/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 10:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fundaa.com/?p=236</guid>
		<description><![CDATA[<br/>If you use PHP, you may need to use cURL, which is one of the most popular extension. PHP CURL functions are available through the use of libcurl, a library created by Daniel Stenberg, and allow you to connect and communicate with web servers using many
different types of protocols.
Assume you have already setup LAMP. To install or setup cURL on your Linux machine like Ubuntu, run the following line of shell command in your terminal:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
Now you have PHP cURL installed, the next thing you ...]]></description>
			<content:encoded><![CDATA[<br/><p>If you use PHP, you may need to use cURL, which is one of the most popular extension. PHP CURL functions are available through the use of libcurl, a library created by Daniel Stenberg, and allow you to connect and communicate with web servers using many<br />
different types of protocols.</p>
<p>Assume you have already setup LAMP. To install or setup cURL on your Linux machine like Ubuntu, run the following line of shell command in your terminal:</p>
<p>sudo apt-get install curl libcurl3 libcurl3-dev php5-curl</p>
<p>Now you have PHP cURL installed, the next thing you need to do is to restart apache2, run the following command in your terminal:</p>
<p>sudo /etc/init.d/apache2 restart</p>
<p>That&#8217;s all .<br />
enjoy curl</p>
]]></content:encoded>
			<wfw:commentRss>http://fundaa.com/ubuntu/enable-curl-in-ubuntu-apache-server-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge pdf files into one file in ubuntu</title>
		<link>http://fundaa.com/ubuntu/merge-pdf-files-into-one-file-in-ubuntu/</link>
		<comments>http://fundaa.com/ubuntu/merge-pdf-files-into-one-file-in-ubuntu/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fundaa.com/?p=152</guid>
		<description><![CDATA[<br/>Preparing Your system
sudo apt-get install gs pdftk
Now we will see one example how to combine pdf files
let us assume we have 1.pdf,2.pdf,3.pdf files and now we need to cobmine this files using the following command
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf
the output file will be combinedpdf.pdf
Rename “1.pdf 2.pdf 3.pdf” to whatever your file names are (separate your file names with a space).
If you want to know more options available for gs command check main page
]]></description>
			<content:encoded><![CDATA[<br/><p>Preparing Your system</p>
<p>sudo apt-get install gs pdftk</p>
<p>Now we will see one example how to combine pdf files</p>
<p>let us assume we have 1.pdf,2.pdf,3.pdf files and now we need to cobmine this files using the following command</p>
<p>gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf</p>
<p>the output file will be combinedpdf.pdf</p>
<p>Rename “1.pdf 2.pdf 3.pdf” to whatever your file names are (separate your file names with a space).</p>
<p>If you want to know more options available for gs command check <a href="http://www.ubuntugeek.com/manpages/gsmanpage.txt" target="_blank">main page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fundaa.com/ubuntu/merge-pdf-files-into-one-file-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

