SUSE & openSUSE

Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux

Tomboy - Desktop Note Taking in openSUSE Linux

Posted by admin on 30th August 2008


Tomboy is a desktop note-taking application for Linux and Unix. Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day. Tomboy is written in C# and utilizes the Mono runtime and Gtk#. Automatic spell-checking is provided by GtkSpell.

Read the rest of this entry »

Posted in desktop | 5 Comments »

Youtube-dl - Download videos from Youtube

Posted by admin on 13th August 2008


youtube-dl is a small free opensource command-line program to download videos from YouTube.com. youtube-dl is a platform independent tool that works on UNIX, Linux, Mac OSX and Windows. The latest version of Youtube-dl is 2008.08.09 and requires the Python interpreter, version 2.4 or later. After all, it’s a simple and short program. All said, you might want to check on Copyright issues and details related.

Read the rest of this entry »

Posted in multimedia | 4 Comments »

Install and Configure PostgreSQL in openSUSE 11.0

Posted by admin on 2nd July 2008


PostgreSQL is a powerful, open source relational database system with 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, and exceptional documentation. For more details and features, click here

Read the rest of this entry »

Posted in Database | 14 Comments »