There is simple way on how to quickly install PHP extensions without using custombuild. I used this way many times. In this case, installation was done on CentOS 7.2 server with Directadmin and PHP version 5.6.23. 1. Navigate to your Directadmin’s custombuild directory. Don’t worry, we won’t use custombuild. [root@webserver ~]# cd /usr/local/directadmin/custombuild [root@webserver custombuild]# ..
Category : Tools
First, you need ClamAV installed on your system Ubuntu sudo apt-get install clamav Centos 7 yum -y install epel-release yum -y update yum -y install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd Install malware.expert scanner wget http://cdn.malware.expert/malware.expert.scanner.sh chmod 750 malware.expert.scanner.sh To scan with malware.expert bash malware.expert.scanner.sh scan /folder To run scan in background ..
You will not be able to receive emails from blacklisted domains or email addresses. To continue receiving emails from those domains, we can whitelist the domain/email addresses. To do this in Smartermail, simply login and click on Settings. Then click on Trusted Senders. Click New. You can now add the domain/email addresses you wish to ..
Some of our clients’ domains are still using PHP versions older than php5.3. This only applies to domains that still need php versions older than php5.3. In any case where the server’s global PHP version have been upgraded to above php5.3, but some domains are still running on php5.3 or below, we would need to ..
IpserverOne has a couple of DDOS mitigation procedures. The simplest one for our daily operations is a local mitigation. Simply visit this URL: https://210.5.40.55/netmon/ We would need to login before we see the page below. Please get the login details from a senior. Once logged in, simply click on “Local Mitigation”, insert the IP in ..
IpserverOne currently has one WAF (Web Application Firewall) configured with OWASP rules. The purpose of this WAF is to add another layer of security from XSS. To do this, we would need to SSH into the WAF server. The IP keeps changing so please get the latest one from any one of our seniors. I ..
IpserverOne has its own vfirewall rules recipe which are implemented on all Dedicated and Cloud hosting. These firewall rules are located in /sbin/fwup. Usually /sbin/fwup is set as default and will load even after a server reboot. However, there may be some customers who are aware of this /sbin/fwup, and may try to configure it ..
In cPanel server it may take some time to find a Domain Document Root Folder, especially if it is an AddOn domain or a Subdomain. There is a script, which allows to find the path immediately. For example: [cc][root@sme11 ~]# we tirs.com.my tirs.com.my /home/tirscommy/public_html[/cc] or subdomain: [cc][root@sme11 ~]# we test.tirs.com.my test.tirs.com.my /home/tirscommy/public_html/test[/cc] The script is ..
In Dell switches, we need first to know syntax used in it for VLAN with our General Knowledge. As we know as basics, there are two kind of VLAN that we usually configure in Switch interfaces: Trunk – can set multiple VLAN and need to be manage VLAN in Servers (Mainly set for Virtualization Server) ..
To keep our infra networks standardize, we might need to change the Interface name for our INFRA servers. 1. Edit file /etc/default/grub and add ‘net.ifnames=0’ in ‘GRUB_CMDLINE_LINUX’ line. Example : GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=”$(sed ‘s, release .*$,,g’ /etc/system-release)” GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=”console” GRUB_CMDLINE_LINUX=”crashkernel=auto rhgb quiet net.ifnames=0″ GRUB_DISABLE_RECOVERY=”true” 2. Rebuild the GRUB grub2-mkconfig -o /boot/grub2/grub.cfg 3.Proceed to rename the ..