What are the 5 Easy Ways to Reduce Latency?
Linux/Windows Support,Is your latency high, and looking for ways to reduce latency? Then below you can see the quick ways to reduce the transmission delay for a speedy internet connection. Although latency, bandwidth, and throughput are all interconnected, they each measure different things. Bandwidth – The maximum amount of data that can travel through a network…
Read moreInstallation of VestaCP on Centos7
Linux/Windows Support,Introduction The VestaCP (Vesta Control Panel) is an open-source control panel with features such as website, email, database, and DNS. Here you install the control panel on the CentOS server..
Read moreSteps to Install LibreNMS on CentOS 8 / RHEL 8
Linux/Windows Support,Features of LibreNMS LibreNMS, a fully-featured network monitoring tool that is based on PHP, MySQL, and SNMP. If you are looking for auto-discovering network monitoring tool, then LibreNMS is the right tool. It supports a wide range of network hardware and OS including Juniper, Cisco, Linux, Foundry, FreeBSD, Brocade, HP, Windows, etc… Before we install…
Read moreReported attack site
Linux/Windows Support,To remove the “Reported Attack Site” warning, first scan your website for malware and malicious links. Start with these tools: sitecheck.sucuri.net/scanner unmaskparasites.com These tools detect common infections. However, they cannot remove all threats. A security expert should manually check your server files, database, and source code. This step helps find hidden backdoors and injected scripts.…
Read morePlesk VPS Migration for plesk 9 series
Linux/Windows Support,Plesk,1. Upload migration agent and modules to the source server. For example for Parallels Plesk Panel, there are two folders: “/usr/local/psa/PMM/agents/shared” and “/usr/local/psa/PMM/agents/PleskX”. Use the command below to copy the Migration Manager: destination ~# scp -r /usr/local/psa/PMM/agents/shared/* /usr/local/psa/PMM/agents/PleskX/* root@source:temporary_migration_directory/ 2. Login to source server and change to directory /temporary_migration_directory. Run migration agent (PleskX.pl) with parameter…
Read moreHow to identify CPU resource problem?
Linux/Windows Support,vmstat command helps us to determine if a server is running short of CPU resources. First, let us determine the number of CPUs available Linux: $ grep -i processor /proc/cpuinfo | wc -l FreeBSD: $ sysctl -a ‘hw.ncpu’ Run vmstat command 10 times with an interval of 5 seconds $ vmstat 5 10 procs ———–memory———-…
Read moreFirewall – Reject or Drop a packet
Linux/Windows Support,Firewall Reject or Drop a packet While setting up firewall rules, the biggest question that arises while blocking a packet is, whether to reject or drop that packet. Reject...
Read moreCreate strong passwords in Unix
Linux/Windows Support,openssl command helps in creating strong passwords for user accounts, email addresses, web forms etc. openssl rand 12 -base64 The above command will create a random base 64 encoding string each time it’s run.
Read moreDisplay Info about FreeBSD system
Linux/Windows Support,Display Info about FreeBSD system 1) Determining the Hardware Type/platform: # uname -m 2) Determining machine processor architecture: # uname -p 3) Determining FreeBSD release level: # uname -r 4)...
Read moreCan’t connect to Plesk SQL Server (after updating Plesk admin password)
Linux/Windows Support,Can’t connect to Plesk SQL Server (after updating Plesk admin password) Jet engine is configured as Plesk Database Provider by default and Plesk SQL (MySql) service is set to disabled. However Plesk installer sets MySQL admin’s password the same as Plesk’s admin. If Plesk’s admin password is changed MySQL admin’s password remains the same which…
Read more
