Posts Tagged how-to
Mini How-to: Install Mozilla Thunderbird 3 in Ubuntu Linux 9.10
Posted by admin in Communications, E-Mail Clients, Linux on May 22nd, 2010

Install Thunderbird 3 in Ubuntu Linux
To install Mozilla Thunderbird 3 in Ubuntu Linux 9.10, just make these simple steps:
- Add a repository with Launchpad with the latest versions of Firefox и Thunderbird:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa - Install Mozilla Thunderbird 3:
sudo apt-get update ; sudo apt-get install thunderbird-3.0 thunderbird-3.0-gnome-support
Done.
Linux: Install and run OpenVZ in Debian Lenny
Posted by admin in Linux, Virtualization on March 1st, 2010
There is a server with Debian Lenny installed. We need to configure several VPSs on the server. That’s how to install and run OpenVZ in Debian Lenny:
- Install a kernel with OpenVZ
aptitude install linux-image-openvz-amd64 - To make OpenVZ containers work correctly, a file /etc/sysctl.conf needs to feature these lines:
net.ipv4.conf.all.rp_filter=1
net.ipv4.icmp_echo_ignore_broadcasts=1
net.ipv4.conf.default.forwarding=1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.ip_forward=1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.eth0.proxy_arp=1 Read the rest of this entry »
FreeBSD: Configure the mail server based on Exim, MySQL and Dovecot
Posted by admin in Communications, FreeBSD, Mail Server, Networks on October 30th, 2009
Need to install and configure the mail server for multiple mail domains? First, you should choose Exim. The list of domains, users, etc. will be stored in MySQL.
Read the rest of this entry »
Linux: Install snmpd in Ubuntu Linux
Posted by admin in Linux, Monitoring on October 26th, 2009
- Let’s install snmpd: sudo aptitude install snmp snmpd







Recent Comments