how to change hostname in centos using command line

Hello,

Sometime we need to change server hostname , It can be possible to change host name by using SSH command line ;

1st we can check the current hostname by command :

hostname

outputs example : server1.bipul.me

Now , we change the hostname by editing network and hosts files . we can edit file by using nano or vi command ;

nano /etc/sysconfig/network

look in outputs and find  HOSTNAME value & change with new hostname ;
for example : HOSTNAME=”server2.bipul.me”
Save and close the file. (more…)

Continue Readinghow to change hostname in centos using command line

How To Remove Malware From WordPress Website

How To Remove Malware From WordPress Website

A good number of people use WordPress websites on a daily basis for blogging or simply to read blogger’s posts. This makes it very easy for them to get malware infections into their computers if the sites are infected. Removing malware from WordPress is very important if you have a blog. This is because it protects your PC and other devices you use to access the blog from malware. Apart from this, it protects all your users from malware that might be on your site.

WordPress-Malware

Most people are not aware of how to go about removing malware from their WordPress websites.This is understandable because most people who use these websites do not have a lot of experience in removing malware since anyone has access to WordPress websites.

(more…)

Continue ReadingHow To Remove Malware From WordPress Website

How to secure your WordPress Website in a few steps

How to secure your WordPress Website in a few steps

WordPress is regarded as the most popular content management system around the online world. Developed with the help of PHP and powered by the commonly implemented MySQL databases, it continues to be used by an astonishing 8.5% of websites around the Internet. Website cracking and malware delivered through websites are becoming a common phenomenon. Moreover, with such a large volume of web content implementing WordPress as the popular CMS, any form of secret vulnerability in its coding or framework could lead to millions of websites getting affected.

Wordpress securityWebsite cracking and malware delivered through websites are becoming a common phenomenon. Moreover, with such a large volume of web content implementing WordPress as the popular CMS, any form of secret vulnerability in its coding or framework could lead to millions of websites getting affected.

How to secure your WordPress Website in a few steps :

Here are nine of the best tips that will help protect your WordPress website from cracking and malware, and not necessarily require you to have deep knowledge of security.  (more…)

Continue ReadingHow to secure your WordPress Website in a few steps