Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6170
aitdev | Advanced Internet Technologies

How to Setup SSH Keys on a VPS 

The purpose of using Identity/Pubkey identification is to eliminate the use of static passwords. Instead of typing passwords each time (that could be intercepted by key loggers or just “peeped”), we can store a couple of SSH keys on the Virtual Private Server (VPS),...

How to Use Cron to Automate Tasks on a VPS 

Task Scheduler plays an indispensable role in the automation of Linux system administration. Task Scheduler executes cron (crond – in some distributions). Cron is a daemon that can be used to schedule the execution of recurring tasks according to a combination...

How to Set Up a Firewall Using ​firewalld

The firewalld daemon provides a dynamically managed firewall with support for network “zones” to assign a level of trust to a network and its associated connections and interfaces. It has support for IPv4 and IPv6 firewall settings. It supports Ethernet...

How to Setup ​syslog-ng on a VPS 

syslog-ng is an open source implementation of the syslog protocol for Unix and Unix-like systems. It extends the original syslogd model with content-based filtering, rich filtering capabilities, flexible configuration...