How to restrict and secure SSH access?
To restrict and secure SSH access, bind SSHD to a single IP that is different than the main IP to the server, and on a […]
To restrict and secure SSH access, bind SSHD to a single IP that is different than the main IP to the server, and on a […]
How to stop hotlinking from outsides domains. You can stop the hotlinking from outsider domain by using following rule in .htaccess RewriteEngine On RewriteCond %{HTTP_REFERER} […]
The default wordpress .htaccess file code is as follows # BEGIN wordpress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_fileNAME} !-f RewriteCond %{REQUEST_fileNAME} !-d RewriteRule […]
You can patch openssl version by using following steps but make sure that you are able to SSH server as root user user. root@gunjan[/usr/local/src]#cd /usr/local/src […]
Yes its always good to know uptime for Server.You can check Server uptime by using following commands. root@admin [~]# uptime 04:34:25 up 20 days, 14:31, […]
Copyright © 2023 Kaizen Software Solutions. All rights reserved.