Install & Configure Thunderbird in openSUSE Linux

Posted by suvi under Email, Software, openSuse

Mozilla’s Thunderbird 2 email application is more powerful than ever. It’s now even easier to organize, secure and customize your mail. Thunderbird 2 features many new enhancements to help you better manage your unruly inbox, and stay informed. Thunderbird 2 scales to the most sophisticated organizational needs while making it easy to find what you [...]

No Comments

Deluge - free opensource Torrent Client for openSUSE

Posted by suvi under Software, openSuse

Deluge is a full-featured free opensource BitTorrent client for Linux, Mac OS X and Windows. It uses libtorrent in it’s backend and PyGTK for it’s user interface. Deluge was created with the intention of being lightweight and unobtrusive. Deluge features a rich plugin collection; in fact, most of Deluge’s functionality is available in the form [...]

No Comments

The Joys of xargs

Posted by suvi under Tricks

xargs is an incredibly useful command: it takes in input and executes your chosen command on it: xargs command. Deceptively simple in concept; extremely powerful in execution. It’s most commonly used to execute one command on the output from another command (command1 | xargs command2), and most often the output-generating command is find (xargs is [...]

No Comments

Track your investments with Grism

Posted by suvi under Software

My dad has been pestering me for some time to find him an open source tool that he could use to follow the market trends. He’s been thinking about investing a little something in the market, but not without due diligence. Grism, written in Ruby, is the tool my dad now uses to easily follow [...]

No Comments

HOWTO: Managing Active Directory users under Linux with adtool

Posted by suvi under Server

Usually people manages Linux boxes using Windows clients but sometimes, someone (like me, for example) needs to manage a Windows server from a Linux host (it could be a normal client or another server which wants to talk to Windows).
IMO, Active Directory is one of the best product from Microsoft, since it’s based on a [...]

No Comments

Tomboy - Desktop Note Taking in openSUSE Linux

Posted by suvi under Desktop, openSuse

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 more at www.susegeek.com

No Comments

Desktop recording made easy with Byzanz in Ubuntu

Posted by suvi under Desktop, Graphics, Software, Ubuntu

Have you ever been chatting on a website forum and been totally unable to describe an action you’ve performed on Ubuntu? “Click the top bar—the grey thing at the top, you know. And then drag the icon. The blue icon. Drag it to the desktop…”
The fact is that it can be hard describing in words [...]

No Comments

Howto use more than 4 GB RAM on Debian etch

Posted by suvi under Debian, Hardware

Nowadays, many servers are running with 2-4 gigabytes of RAM, and their owners are discovering a problem: When they run 32-bit debian Linux distribution, their extra RAM is not being used. Fortunately, correcting the problem is only a matter of installing or building a kernel with a few specific parameters enabled or disabled.
In Debian, use [...]

No Comments

10 useful Plugins To Spice Up Your Pidgin

Posted by suvi under Software

Pidgin is a multi-protocol instant messaging client that allows you to connect to several IM networks at one time. Most Linux users will be familiar with Pidgin, as it is the default IM client in most distribution.
Other than its basic functionality, Pidgin also has a plugin system that allows its users to activate plugins to [...]

No Comments

Preventing Brute Force Attacks With Fail2ban On Mandriva 2008.1

Posted by suvi under Mandriva, Security

In this article I will show how to install and configure fail2ban
on a Mandriva 2008.1 system. Fail2ban is a tool that observes login
attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if
it finds failed login attempts again and again from the same IP address
or host, fail2ban stops further login attempts from that IP
address/host [...]

No Comments

Displaying RSS And Atom Feeds On Your Web Site With SimplePie

Posted by suvi under PHP

SimplePie is a
PHP library that can fetch, cache, parse, and normalize RSS and Atom
feeds. It allows you to display the newest articles from websites with
RSS or Atom feeds on your own site. This is a great way to add new,
fresh, and relevant information to your site. This guide shows how you
can set it up for [...]

No Comments

uvhd - File Investigation Utility

Posted by suvi under Linux

‘uvhd’ is a binary file investigation utility. It displays the contents of any
file in vertical hexadecimal format, and prompts for commands to browse,
search, select, update, scan/replace, print, translate, etc. uvhd is an
interactive utility with a command line interface and 18 help screens.

Read more at HowtoForge

No Comments

Test Drive Adobe Flash Player 10 RC in Ubuntu

Posted by suvi under Multimedia, Ubuntu

Earlier this month Adobe released a Flash Player 10 release candidate (10.0.0.569) for Linux. Over the previous betas, this release has improvement performance, fixes bugs, better V4L2 camera input, and fixes fullscreen video playback.
It’s not likely that Flash Player 10 RC will make it into Ubuntu 8.10 because of the feature freeze.
Read more at Tombuntu

No Comments

Create a Bootable USB Drive or Memory Card

Posted by suvi under Other

UNetbootin allows you to easily adapt a Linux CD image to boot off of a USB flash drive or memory card. Have a system without a CD drive? Create a bootable USB drive to run your Linux installer.
I used this method to create an Ubuntu 8.04.1 live SD card. The process required just over 700 [...]

No Comments

OpenVAS - Opensource Vulnerability Assessment Scanner

Posted by suvi under Security

OpenVAS, Open Vulnerability Assessment Server is a free opensource vulnerability assessment software released under GNU GPL lincese. OpenVAS is a fork of Nessus Vulnerability assessment software. Similar to the Plugin sets in Nessus, OpenVAS provides free Network Vulnerability Tests plugins that can be updated regularly.
OpenVAS needs for components installed on the server end namely
Read [...]

No Comments