[Solved] Courier-imap, courier-authlib & vpopmail
On this early month, I start to prepare another mail server.
This time I use Mandriva 2010 different from my previous mail server ( Mandriva 2007).
Linux localhost 2.6.31.5-server-1mnb #1 SMP Fri Oct 23 03:13:55 EDT 2009 i686 Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz GNU/Linux
Everything was installed correctly, qmail has been installed as instructed in Life […]
.bin Linux Files
Q : I downloaded a vps auto installer with name vzinstall-linux.bin . What is .bin file anyway and what to do with this file ?
A : .bin file is a binary self-extracting file. It contain an installer application with in number of files inside. To execute this .bin file just add an execute permission on […]
Advertisement
More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.Write and Burn Data to DVD/DVD-Rw from shell prompt
Most DVD burner tools is running under GUI such as KDE and Gnome.
For a few people such as system administrator, writing file into DVD is a must, especially when you starting to automatically your system such as automatic backup system into DVD.
In order to do that you need a package called “dvd+rw-tools”
Debian installation:
# apt-get install […]
Can not edit Crontab File
My system doesn’t have vi program installed but I do have vim-common-7.0.109-6.el5 .
How can I change default crontab editor to vim ?
# crontab -e
/bin/sh: /bin/vi: No such file or directory
crontab: “/bin/vi” exited with status 127
After googling for a while, Here is the answer.
# export EDITOR=/usr/bin/vim
To make the command automatically executed when you logged in as […]
What is RAID ?
In the current generation motherboards, a lot of which is equipped with RAID functions, especially in high-end motherboard. But probably many of the viewers of this blog who do not know or understand about the technology.
RAID, Redundant Array of Inexpensive (Independent) Disks, is a system consisting of several hard drive / drives. Simply put, we […]