Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


[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 […]

June 17th, 2010 Posted by admin | Email, General, Mandriva | no comments

.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 […]

June 7th, 2010 Posted by admin | General | no comments

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 […]

June 7th, 2010 Posted by admin | CentOS, General, Ubuntu, backup | no comments

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 […]

May 20th, 2010 Posted by admin | General, ssh | no comments

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 […]

April 14th, 2010 Posted by admin | General | one comment