<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.ubuntux.org">
<channel>
 <title>Ubuntu Linux blogs</title>
 <link>http://www.ubuntux.org/blog</link>
 <description></description>
 <language>en</language>
<item>
 <title>need a law office pleading paper template</title>
 <link>http://www.ubuntux.org/need-a-law-office-pleading-paper-template</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;are there any other lawyers out there that would like to leave wordperfect, but need a pleading paper template?I would be happy to leave my wordperfect (that I&#039;ve been using for many years) but need a template for pleading paper. Has anybody developed one?thanks, tom&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 13 May 2008 03:47:05 +0200</pubDate>
</item>
<item>
 <title>Ubuntu 8.04 (Hardy Heron) Screenshots Tour</title>
 <link>http://www.ubuntux.org/ubuntu-8-04-hardy-heron-screenshots-tour</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.The most recent version, Ubuntu 8.04 (Hardy Heron), was released on April 24, 2008.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/ubuntu-804-hardy-heron-screenshots-tour.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 11 May 2008 15:21:36 +0200</pubDate>
</item>
<item>
 <title>Unison - file synchronization tool</title>
 <link>http://www.ubuntux.org/unison-file-synchronization-tool</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/unison-file-synchronization-tool.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 11 May 2008 15:20:26 +0200</pubDate>
</item>
<item>
 <title>New Joomla  1.5 Tutorial</title>
 <link>http://www.ubuntux.org/new-joomla-1-5-tutorial</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Hi, I have write a new Joomla 1.5 tutorial.&amp;nbsp;&amp;nbsp; I plan to make this tutorial as series, so I will help you till your website up and running (offcourse, if you plan it) &amp;nbsp;&amp;nbsp; This 1st series tutorial dicuss about, complete install process of joomla 1.5 with screenshot. &amp;nbsp;&amp;nbsp; Here is the excerpt I take from middle part of tutorial:&amp;nbsp;&amp;nbsp; Second step is to check your web server requirements that meet joomla. If you see the green color words written, that mean you pass for the requirements. Otherwise, red color mean the requirements must be corrected before we go to next step. For example, if your register globals on your php requirement is red (on), open your php.ini configuration file and toggle it to off. Third step is to accept the joomla aggrement and license. If you dont agree, please close your browser and dont install joomla.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 06 May 2008 12:13:28 +0200</pubDate>
</item>
<item>
 <title>krisbon</title>
 <link>http://www.ubuntux.org/krisbon</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I have computer with Windows XP, Athlon 2200, 512 memory     and 80 gig hard drive of which 66 gigs is free .I want to partition drive for dual boot and maybe triple,thinking also about installing Mepis. How much of space should I dedicate to each operating system to be able to use all three systems efficiently. Kris&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 06 May 2008 01:54:05 +0200</pubDate>
</item>
<item>
 <title>How to Install C and C++ Compilers in Ubuntu and testing first C and C++ Program</title>
 <link>http://www.ubuntux.org/how-to-install-c-and-c-compilers-in-ubuntu-and-testing-first-c-and-c-program</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;If you are a developer you need C and C++ Compiler for your development work on your ubuntu system this tutorial will explain howto install C and C++ Compilers in Ubuntu with program examples.In ubuntu you can install the build-essential for C and C++ compilers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/how-to-install-c-and-c-compilers-in-ubuntu-and-testing-your-first-c-and-c-program.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 04 May 2008 18:14:52 +0200</pubDate>
</item>
<item>
 <title>sshpass - Non-interactive ssh password authentication</title>
 <link>http://www.ubuntux.org/sshpass-non-interactive-ssh-password-authentication</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard. &lt;/p&gt;
&lt;p&gt;Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/sshpass-non-interactive-ssh-password-authentication.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 04 May 2008 18:13:38 +0200</pubDate>
</item>
<item>
 <title>Ubuntu 8.04 alias &quot;Hardy Heron&quot; is out now!!</title>
 <link>http://www.ubuntux.org/ubuntu-8-04-alias-hardy-heron-is-out-now</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;You can download it directly from here: &lt;a href=&quot;http://www.ubuntu.com/getubuntu/download&quot;&gt;http://www.ubuntu.com/getubuntu/download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is available the Ubuntu 8.04 LTS Desktop Edition, which is supported to 2011&lt;br /&gt;
and the Ubuntu 8.04 LTS Server Edition, which is supported to 2013.&lt;/p&gt;
&lt;p&gt;Please choose between the 32 bit and the 64bit (AMD and Intel computers) edition.&lt;/p&gt;
&lt;p&gt;Have fun! ;)&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Thu, 24 Apr 2008 18:24:19 +0200</pubDate>
</item>
<item>
 <title>Installing Hardy Heron over the beta version.</title>
 <link>http://www.ubuntux.org/installing-hardy-heron-over-the-beta-version</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Greetings,I downloaded 8.04 beta about a month ago.&amp;nbsp; It appears very stable and, even as a new comer to Ubuntu, easy to use.The final release will be out in another few days.&amp;nbsp; Is there any easy way to install the release over the beta?&amp;nbsp; Home partition and others are seperate.Thanks in advance for any advice.Arieh Zimmerman&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 22 Apr 2008 13:05:51 +0200</pubDate>
</item>
<item>
 <title>How to filter spam with Spamassassin and Postfix in Debian</title>
 <link>http://www.ubuntux.org/how-to-filter-spam-with-spamassassin-and-postfix-in-debian</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;We have already discussed how to install mail server with postfix+Devcot+SASL +Squirrel Mail in this article we will see how to add spam filter for postfix mail server.Apache SpamAssassin is an extensible email filter that is used to identify spam. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules allowing Apache SpamAssassin to be used in a wide variety of email systems.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/how-to-filter-spam-with-spamassassin-and-postfix-in-debian.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 20 Apr 2008 19:50:53 +0200</pubDate>
</item>
<item>
 <title>Database Server With postgresql and pgadmin3 in Ubuntu</title>
 <link>http://www.ubuntux.org/database-server-with-postgresql-and-pgadmin3-in-ubuntu</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 20 Apr 2008 19:49:54 +0200</pubDate>
</item>
<item>
 <title>Tools to access Linux Partitions from Windows</title>
 <link>http://www.ubuntux.org/tools-to-access-linux-partitions-from-windows</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;If you dual boot with Windows and Linux, and have data spread across different partitions on Linux and Windows, you should be really in for some issues.&lt;/p&gt;
&lt;p&gt;It happens sometimes you need to access your files on Linux partitions from Windows, and you realize it isn’t possible easily. Not really, with these tools in hand - it’s very easy for you to access files on your Linux partitions from Windows.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/tools-to-access-linux-partitions-from-windows.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 13 Apr 2008 22:03:05 +0200</pubDate>
</item>
<item>
 <title>Can UBUNTU community arrange a laptop for me</title>
 <link>http://www.ubuntux.org/can-ubuntu-community-arrange-a-laptop-for-me</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Dear UBuntu Community,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are doing a lot for the uBuntu community. i am in need of a laptop. Can you arrange a laptop forme.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 08 Apr 2008 06:28:49 +0200</pubDate>
</item>
<item>
 <title>New laptop has arrived, First Impression of Vista</title>
 <link>http://www.ubuntux.org/new-laptop-has-arrived-first-impression-of-vista</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I have received my new laptop, the Gateway MT6729, and I have to say I am impressed. After my Thinkpad R60 with 512 MB RAM and 60 GB HDD, this 2 GB RAM 160 GB HDD unit is like a dream boat. Well, coming into this I expected to want to revert back to XP after starting up Vista. However, after the initial breakin, with the OS attempting to define what I want to do, I have to say MS isn&#039;t totally off the mark with Vista. There is quite a bit of eye candy, which I thought might contribute to the slowing of my system overall, but as I have yet to really &amp;quot;wait&amp;quot; on anything, I believe I like the pretty stuff. But, alas, just as I am tempted to fall in love with MS (giggle) here come the &amp;quot;..only 25 more uses of MS word before you &#039;pay up&#039;&amp;quot; and free 60 day trial of Norton security suite, etc. This is where good ol&#039; open source and Linux distros come in. I&#039;m now trying to decide which distro I want permanently installed. I want a really fast, streamlined OS and I booted up DSL with a live CD. However, I also want a pretty functional OS out of the box and as I had some trouble (as to be expected with any new OS) with my ethernet detection, I think I will move on to a more fully featured distro. I&#039;m always leaning towards an Ubuntu derivation, as that was my first Linux love, but there are so many choices!!!&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Fri, 04 Apr 2008 19:37:53 +0200</pubDate>
</item>
<item>
 <title>Just a quick &quot;thank you&quot; from a former Windows user...</title>
 <link>http://www.ubuntux.org/just-a-quick-thank-you-from-a-former-windows-user</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;I just wanted to take a minute write down a quick &amp;quot;thank you&amp;quot; to everyone in the Ubuntu world. Not to date myself, but as a person who has been using a PC since my Navy days when I built a Timex Sinclair ZX81, it is fair to say that I have used my share of hardware, and operating systems. Anyway, as my company suspended my MSDN license 3 years ago, I was left without new software to test with, or use. So I started tinkering with Linux but since I absolutely suck at non GUI operating systems, I gave up at first. However, something was drawing me back to it, and I kept experimenting with different flavors, SuSe, Knoppix, Lindows, Red Hat and the versions that run inside of XP like Pen Linux. Their was something that always did not work, and it was usually something important like wireless, or printing, whatever. Lets say I blew up a great deal of installations screwing around. So I was browsing through my TechDirt, and stumbled upon a story about Ubuntu 8.04 Beta. It said &amp;quot;it installs seamlessly inside of Windows&amp;quot;, so I figured ok, let me try to break another one. I installed it, and by the grace of God almost everything worked... I could not VPN into my office Cisco VPN which is very important, or the most imortant thing &amp;quot;Listen to my Sirius Satelite Internet stream&amp;quot;.&amp;nbsp; I looked around the blogs, and managed to figure out the VPN thing, and after a little more poking I managed to find Sipie for my Sirius...&amp;nbsp; I am one happy camper...&amp;nbsp; And go figure, I had to do it in a terminal, and it did not hurt. In about 20 minutes &amp;quot;viola&amp;quot; everything was working, and I was doing my Friday night changes remotely, and listening to ALTNATION on Sirius. I could not have done this miracle without the help from the community simply because you people care &amp;quot;though most of you would not admit it&amp;quot;... Thanks to everyone for creating, and supporting this magical operating system!&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 31 Mar 2008 00:41:06 +0200</pubDate>
</item>
</channel>
</rss>
