How to update FreeBSD
In order to update FreeBSD, open a console in the system with root privileges and issue the following commands. # freebsd-update fetch # freebsd-update install To update “Ports” package manager…
How to update your exim.conf in DirectAdmin
CustomBuild 2.0With CB2.0, you can update your SpamBlocker 4.x exim.conf more easily with: cd /usr/local/directadmin/custombuild./build update./build set exim yes./build set eximconf yes./build set eximconf_release 4.5./build set spamassassin yes./build update./build exim./build…
Remove Error logs Sql server
To remove error logs from sql server, we need to execute the command sp_cycle_errorlog on sql server to move the current file as old and create new blank one. Once…
FreeBSD Check The Health of Adaptec RAID Array
Find Out Information About Your RAID Device Type the following commands:# dmesg | grep -i RAIDSample Outputs: aac0: mem 0xe8000000-0xe81fffff irq 16 at device 0.0 on pci6 aacd0: on aac0…
Adding custom modules to apache for custombuild in DirectAdmin
If you want to add any extra modules to apache in custombuild, they’ll need to be compiled in. Any module that needs to be compiled in will have a –with-module…
How to customize apache config and not have custombuild revert it in DirectAdmin
If you need to make customized changes to your /etc/httpd/conf/httpd.conf, when custombuild updates apache, your configs will be changed to the new versions of the configs. There are 3 ways…
Forced password change at next logon not allowing to RDP
You can do one work around by making changes in RDP security layer. Connect server using console. \HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\SecurityLayer Set the 1 to 0 in SecurityLayer properties. Try login to…
How to install OpenLiteSpeed in Directadmin
OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise, including LSCache (plugin needed for WordPress). To install…
Mail is not received on Windows server with MailEnable
Error ME-F0090: Unable to bind to IP Address (203.0.113.2), Port (110), Error (10048). Could not start service. Check that another service is not running or security software has not prevented…
Linux RAID with mdadm Cheat Sheet
RAID Levels RAID 0 Stripes data evenly across two or more disks. RAID 1 Mirrors data on two or more disks. RAID 2 Rarely used, Bit-level striping with Hamming code…