How to check process id for services?
You can check the process id for specific service by using following command from your command prompt. root@admin[]#pidof service_name For example we need to check […]
You can check the process id for specific service by using following command from your command prompt. root@admin[]#pidof service_name For example we need to check […]
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 […]
Copyright © 2023 Kaizen Software Solutions. All rights reserved.