How To Setup LAMP Configuration On CentOS

You may need to set up a LAMP server if you are planning to run your site using content management systems such as WordPress or Joomla. LAMP is an acronym for Linux, Apache, MySQL and PHP; four of the most commonly used software to host and run virtually all websites on the Internet. Linux –

How to use FTPS to secure your FTP connection via Filezilla?

Introduction FTP (File Transfer Protocol) is a standard network protocol to transfer the file from one host to another host via a TCP (Transmission Control Protocol) Network such as the internet. Below is the step-by-step guide in how to use FTPS (File Transfer Protocol Secure) to secure your FTP connection via Filezilla.   Prerequisite Valid

Windows Server 2008 setup task scheduler

Step 1: Go to administrative tools, task scheduler.   Step 2: Then right-click on Task Scheduler and select Create Task   Step 3: Name the task, in this example “Reboot Weekly Saturday 2am”   Step 4: Change settings to run whether the user is logged in or not. Change User/Group and type in SYSTEM. On

How To Fix Warning: date() [function.date] In PHP

If you have encountered the following warning message at least once while running your web server, you can solve the issue but simply adding a line of code. Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set()function. ‘In

How to send mail using ASP?

To send a message from your domain via ASP, here is a sample code. Assume that: Domain name: abc.com.my Mail server Host-name: mail.abc.com.my E-mail account: user1@abc.com.my password: pass4567 <% Dim objMessage Set objMessage = Server.CreateObject(“CDO.Message”) With objMessage.Configuration.Fields ‘Send the message using the network (SMTP over the network). .Item(“http://schemas.microsoft.com/cdo/configuration/sendusing”) = 2 .Item(“http://schemas.microsoft.com/cdo/configuration/smtpserver”) = “mail.abc.com.my” .Item(“http://schemas.microsoft.com/cdo/configuration/smtpserverport”) =

How To Add a User in SoftEther VPN Server

First of all, you need to download the SoftEther VPN Server Manager. Click Here For Download Install the client.   Adding New Server. Step 1: Click on new setting   Step 2: Fill the server information, make sure to tick ‘Server Admin Mode’ and fill in the server admin password.   Step 3: Now you

WordPress Attacks Prevention and Content Protection

ATTACKS PREVENTION It is strongly recommended to have a comprehensive security plugin to be installed in your WordPress. There are many plugins out there, but one of the most preferred plugins is the iThemes Security, which can be downloaded from here: https://wordpress.org/plugins/better-wp-security/ iThemes Security is one of the most user-friendly security plugins in the market. It does more

Protection Against Brute Force Attacks (Fail2Ban)

IP address banning (Fail2Ban) is an automated way to protect your server from brute force attacks. Fail2Ban uses regular expressions to monitor log files for patterns corresponding to authentication failures and other errors that are considered suspicious. If an IP address makes too many login attempts within a time interval defined by the administrator, this

How to turn off brute force notification for DirectAdmin control panel

The trigger of the brute_force_notice_ip.sh only happens with notices, DirectAdmin has an option to prevent the sending of the notices, but still call the scripts normally to block the IP. 1 – SSH into the server using root access, then type the command as below: echo “hide_brute_force_notifications=1” >> /usr/local/directadmin/conf/directadmin.conf 2 – Restart DirectAdmin service to