Who said that I need this server for DA only? Its going to host all of my services like mails, webs, ftps and so on.Its an absolute waste of hardware for one directadmin server. I would just put some virtual server OS on it so you can make virtual machines and get more use of the hardware.
To be honest I am somehow divided between CentOS and Debian. Could you please tell me what is so special in CentOS that makes you recommend it? Just technically.....apart from compilation. Many thanksDefinitly yes, i just suggest to use CentOS 6.4 64Bit as operating system for best compatibility with DA as it get compiled on a RHEL based server.
Regards
As long as those services are managed by DirectAdmin you shouldn't have a problem. If you're going to manage those services yourself outside of DirectAdmin, it'll be up to you to make sure you run them in a compatible way.Who said that I need this server for DA only? Its going to host all of my services like mails, webs, ftps and so on.
If you're very familar with Debian, then use it. My understanding is that DirectAdmin is first build on CentOS and then ported to other OS Distributions but I'm not certain. Personally I'm more at home with CentOS on my servers (though I use Debian-based MINT on my desktops.To be honest I am somehow divided between CentOS and Debian. Could you please tell me what is so special in CentOS that makes you recommend it? Just technically.....apart from compilation. Many thanks![]()
Hi Jef,And I like the yum exclude feature which I don't believe has a counterpart in Debian's apt-get. Jeff
sudo apt-mark hold <package>
echo <package> hold | sudo dpkg --set-selections
echo linux-image-2.6.34-31-virtual hold | dpkg --set-selections
apt-mark hold <package>
apt-mark unhold <package>
aptitude hold <package>
aptitude unhold <package>
# dpkg --get-selections | head
acct install
adduser install
apparmor install
apparmor-utils install
apt install
# apt-get install wajig
# wajig hold <package>
# wajig unhold <package>
# wajig list-hold