Running GNU Mailman at home

Posted by suvi under Email, Other, Server

GNU Mailman is the most popular free software mailing list manager, and probably the most configurable; however, it normally requires you have a web and mail server always connected to the Internet. With a little extra work, you can run Mailman from your intermittently-connected GNU/Linux desktop.
Introduction
Normally Mailman’s workflow looks like figure 1. A mail server [...]

No Comments

Bibliography in LaTex: JabRef

Posted by suvi under Software

Problem: bibliographical list of cites in LaTeX being grown and became on the thither side of fifty sources. Sorting and storing of bibliographical list in scientific papers is evident.
Solve: there is cross platform system for bibliography base - JabRef.
During creation of vast scientific works, problems with bibliography in LaTeX frequently arises. In the base level [...]

No Comments

Howto Install Clam AntiVirus with GTK frontend GUI

Posted by suvi under Desktop, Gnome, Software

Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a [...]

No Comments

Get Ubuntu System facts with facter

Posted by suvi under Other, Ubuntu

a library for retrieving facts from operating systems.A cross-platform Ruby library for retrieving facts from operating systems. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.
It is [...]

No Comments

Simple Ubuntu Desktop Backup with Backerupper

Posted by suvi under Backup, Ubuntu

Backerupper is a simple GUI utility program to make scheduled backups of specified directories over a network. It is not intended for full system backup, but just to make archive copies of a user’s personal data.
Backerupper Features
Easy configuration of directories and files that should be backed-up
Easy configuration of directories and files that shouldn’t be backed-up
Read [...]

No Comments

How to Create a custom keyboard shortcut in Ubuntu

Posted by suvi under Desktop, Ubuntu

xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using a configuration file. It’s independent of the window manager and can capture all keyboard keys (ex: Power, Wake…).
xbindkeys-config-An easy to use gtk program for configuring Xbindkeys.GTK [...]

No Comments

How to change apache2 default charset in Ubuntu

Posted by suvi under Apache, Server, Ubuntu

If you want to change the apache2 default charset in Ubuntu try this procedure
You need to edit this file /etc/apache2/conf.d/charset
sudo gedit /etc/apache2/conf.d/charset
next you should change the line
#AddDefaultCharset ISO-8859-1
to
Read more at UbuntuGeek

No Comments

Server Monitoring With munin And monit On Mandriva 2008.0

Posted by suvi under Mandriva, Monitoring

In this article I will describe how you can monitor your Mandriva 2008.0 server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix [...]

No Comments

Reset Forgotten MySQL Root Password

Posted by suvi under MySQL, Other

Have you ever forgotten the root password on one of your MySQL servers? No? Well maybe I’m not as perfect as you. This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server. If you have forgotten that password wait for another article. Original article posted [...]

No Comments

Back Up Your Files With Fwbackups On Fedora 8

Posted by suvi under Backup, Desktop, Fedora

This document describes how to set up, configure and use Fwbackups on a Fedora 8 desktop. The result is an easy-to-use backup system for desktop usage. Fwbackups creates partial backups which can be stored locally or on a removable device. You have also the option to run scheduled backups.
This howto is a practical guide without [...]

No Comments

Install Firebird 2.0.3 Database Server On Ubuntu 7.10

Posted by suvi under Server, Ubuntu

This tutorial explains how you can install the Firebird database server (version 2.0.3) on an Ubuntu 7.10 server.
Step 1. Prepare an nice Ubuntu server : fire a “The Perfect Setup - Ubuntu” search on HowtoForge and follow the steps according to the OS version you are decided to go on.
Step 2. Do the libstdc++5 installation [...]

No Comments

Becoming Root User Without Password In GNU/Linux Ubuntu

Posted by suvi under Debian, Tricks, Ubuntu

Ubuntu has an excellent security tool called sudo that allows the administrator to delegate control of certain commands to certain users. But to use it you must type the sudo word before any command, and validate (and confirm) it with your system account password.
But… some users (like me) wants a more faster solution to [...]

No Comments

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Fedora 8

Posted by suvi under Fedora, Networking, Server

This document describes how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Fedora 8. The load balancer acts between the user and two (or more) Apache web servers that hold the same content. The load balancer passes the requests to the web servers and it also checks [...]

No Comments

Chrooting Apache2 With mod_chroot On Debian Etch

Posted by suvi under Apache, Debian, Security

This guide explains how to set up mod_chroot with Apache2 on a Debian Etch system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.
I do not issue any guarantee that this will [...]

No Comments

10 Slick Linux Desktops, and How To Make Them

Posted by suvi under Desktop, Linux

So you thought Vista’s desktop looked slick? Or the latest Leopard desktop is coolest thing after sliced bread? Well you probably haven’t been properly exposed to Linux’s customizability. Linux is so flexiblity is one of it’s strongest selling points. With Linux you can easily even mimic Vista or Leopard totally free! Now I will take [...]

No Comments