<?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>gg234&#039;s blog</title>
 <link>http://www.ubuntux.org/blog/gg234</link>
 <description></description>
 <language>en</language>
<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>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>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>Linux Directory Structure Overview</title>
 <link>http://www.ubuntux.org/linux-directory-structure-overview</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;One of the most noticeable differences between Linux and Windows is the directory structure. Not only is the format different, but the logic of where to find things is different.This tutorial will explain about Linux Directory Structure Overview with graphical image.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/linux-directory-structure-overview.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 11:15:29 +0100</pubDate>
</item>
<item>
 <title>Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta</title>
 <link>http://www.ubuntux.org/upgrade-ubuntu-7-10-gutsy-gibbon-to-ubuntu-8-04-lts-hardy-heron-beta</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Ubuntu 8.04 LTS is the upcoming version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Hardy Heron”.This tutorial explains you step by step procedure how to Upgrade Ubuntu 7.10 (Gutsy Gibbon) to Ubuntu 8.04 LTS (Hardy Heron) Beta&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/upgrade-ubuntu-710-gutsy-gibbon-to-ubuntu-804-lts-hardy-heron-beta.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 07:42:27 +0100</pubDate>
</item>
<item>
 <title>How to Set VMWare resolution fullscreen as your Ubuntu desktop</title>
 <link>http://www.ubuntux.org/how-to-set-vmware-resolution-fullscreen-as-your-ubuntu-desktop</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;If you want to use your vmware same as your ubuntu desktop resolution follow this simple procedure.&lt;/p&gt;
&lt;p&gt;check &lt;a href=&quot;http://www.ubuntugeek.com/how-to-set-vmware-resolution-fullscreen-as-your-ubuntu-desktop.html&quot;&gt;Full Tip&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 12 Mar 2008 08:26:06 +0100</pubDate>
</item>
<item>
 <title>Howto install gOS on Ubuntu/Kubuntu/Xubuntu</title>
 <link>http://www.ubuntux.org/howto-install-gos-on-ubuntu-kubuntu-xubuntu</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;The gOS distribution is based on the Ubuntu 7.10 distribution. It uses the Enlightenment 17 window manager instead of the usual GNOME or KDE desktops, allowing for lower memory and speed requirements.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/howto-install-gos-on-ubuntukubuntuxubuntu.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 05 Mar 2008 21:56:35 +0100</pubDate>
</item>
<item>
 <title>Howto create a Transparent Terminal in Ubuntu Desktop</title>
 <link>http://www.ubuntux.org/howto-create-a-transparent-terminal-in-ubuntu-desktop</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;This tutorial will explain how to create a Transparent Terminal in Gnome Background using alltray.With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, Terminals) into the system tray. A high-light feature is that a click on the “close” button will minimize back to system tray. It works well with Gnome, KDE, XFCE 4*, Fluxbox* and WindowMaker*. (*) No drag ‘n drop support. Enable with “-nm” option&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/howto-create-a-transparent-terminal-in-ubuntu-desktop.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Thu, 14 Feb 2008 17:45:04 +0100</pubDate>
</item>
<item>
 <title>SSH Key Authentication Using seahorse (GUI)</title>
 <link>http://www.ubuntux.org/ssh-key-authentication-using-seahorse-gui</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. It is a tool for secure communications and data storage.Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/ssh-key-authentication-using-seahorse-gui.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Thu, 14 Feb 2008 17:44:27 +0100</pubDate>
</item>
<item>
 <title>GLPI - IT and asset Managemet Software Setup Ubuntu</title>
 <link>http://www.ubuntux.org/glpi-it-and-asset-managemet-software-setup-ubuntu</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;GLPI stands for “Gestionnaire libre de parc informatique”, GLPI is the Information Resource Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers…). It has enhanced functions to make the daily life for the administrators easier, like a job tracking system with mail-notification and methods to build a database with basic information about your network-topology.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubuntugeek.com/glpi-it-and-asset-managemet-software.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 04 Feb 2008 10:56:46 +0100</pubDate>
</item>
<item>
 <title>FTP Server setup with TLS (Transport Layer Security) on Debian</title>
 <link>http://www.ubuntux.org/ftp-server-setup-with-tls-transport-layer-security-on-debian</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;ProFTPD is a ftp server written for use on Unix and Unix-a-like operating systems, there is no support for native use under Microsoft Windows.This tutorial will explain how to setup proftp server with TLS in debian etch.The TLS protocol allows applications to communicate across a network in a way designed to prevent eavesdropping, tampering, and message forgery. TLS provides endpoint authentication and communications privacy over the Internet using cryptography.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.debianadmin.com/ftp-server-setup-with-tls-transport-layer-security-on-debian.html&quot;&gt;Full Story&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 04 Feb 2008 10:56:18 +0100</pubDate>
</item>
</channel>
</rss>
