Change Linux SSH Port from 22 to 2222
The default SSH port on all Operating Systems is port 22. For security measures, it is recommended to use other port instead, such as 2222, 2200. The configuration file located…
The default SSH port on all Operating Systems is port 22. For security measures, it is recommended to use other port instead, such as 2222, 2200. The configuration file located…
Download replacement kernel The CentOS6 kernel is replaced with: 2.6.32-504.3.3.el6.x86_64
Disable Consistent Interface Device Naming To regain the ethX back, edit the grub file. vi /etc/default/grub Look for GRUB_CMDLINE_LINUX and add or change to the following net.ifnames=0. FROM: GRUB_CMDLINE_LINUX="crashkernel=auto resume=/dev/mapper/cl-swap…
It might not make sense to use RDP to remote linux machines. The speed and performance all are not that good from my point to view. But in certain situation,…
The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions…
This post is going to use an java code example to show the process how to analysis linux system performance issue using all kinds of Linux internal commands without other…
Zabbix Agent is required to install on all remote systems needs to be monitor through Zabbix server. The Zabbix Agent collects resource utilization data and applications data on the client…
Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. This post is going to install zabbix4.0 into a…
hdparm is a command line utility to set and view hardware parameters of hard disk drives. It can also be used as a simple benchmarking tool. Install hdparm CentOS #…
Cloud service providers often define host tiers by the allocated resources, but the differences in the underlying hardware, architecture and performance tuning can result in varying capabilities even between similar…
1. What is Monit? Monit is a utility for managing and monitoring processes, programs, files, directories and file systems on a Unix like system. Monit conducts automatic maintenance and repair…