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.
david23's story links
Unison - file synchronization tool
Submitted by david23 on Sun, 05/11/2008 - 08:40How to Install C and C++ Compilers in Ubuntu and testing first C and C++ Program
Submitted by david23 on Sun, 05/04/2008 - 11:30If 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.
Database Server With postgresql and pgadmin3 in Ubuntu
Submitted by david23 on Sun, 04/20/2008 - 13:11PostgreSQL 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.
Linux Directory Structure Overview
Submitted by david23 on Wed, 03/26/2008 - 05:24One 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.
Terminator - Multiple GNOME terminals in one window
Submitted by david23 on Wed, 03/12/2008 - 10:54This is a project to produce an efficient way of filling a large area of screen space with terminals. This is done by splitting the window into a resizeable grid of terminals. As such, you can produce a very flexible arrangements of terminals for different tasks.
Howto create a Transparent Terminal in Ubuntu Desktop
Submitted by david23 on Thu, 02/14/2008 - 11:57This 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
SSH Key Authentication Using seahorse (GUI)
Submitted by david23 on Thu, 02/14/2008 - 11:57Seahorse 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.
FTP Server setup with TLS (Transport Layer Security) on Debian
Submitted by david23 on Mon, 02/04/2008 - 05:14ProFTPD 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.
GLPI - IT and asset Managemet Software Setup in Ubuntu
Submitted by david23 on Mon, 02/04/2008 - 05:07GLPI 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.