How to build your RPM database again?
Please refer the following steps: [root@server1]# cd /var/lib/rpm/ [root@server1 rpm]# ll | grep db -rw-r–r– 1 root root 2476 Sep 8 15:43 __db.001 …
Please refer the following steps: [root@server1]# cd /var/lib/rpm/ [root@server1 rpm]# ll | grep db -rw-r–r– 1 root root 2476 Sep 8 15:43 __db.001 …
To get the list of files modified on 7th June , you can use the following command : find -type f -exec ls -la {} …
If you’ve been working with computers for any length of time, you probably know that quad-core processors are faster than dual-core processors. But why? Well, …
Refer the following steps:- 1) Login to WHM >> Dns Functions >> Delete a DNS Zone Delete the addon domain’s zone in question. 2) Login …
When PHP runs as a CGI with Suexec, PHP files work under your user/group. PHP files no longer require loose permissions to function, now they …
PHPSuexec is the term which is used to describe running PHP as a CGI with Suexec. It creates a more secure environment as compared to …
Login to your server as root Fire the following at the shell: which convert Most of the servers do have imagemagick installed at s — …
First login into the server as root. Go to the /usr/local/src/ folder and download the latest version of vsftpd. # cd /usr/local/src/ # wget ftp://vsftpd.beasts.org/users/cevans…d-2.0.5.tar.gz …
In wordpress you have a wp-config.php file.It has all the details related to wordpress installation like database user and password. And to secure the installation …
To secure the server , we would disable direct root login. That could be done via sshd_config file. Here Protocol 2 needs to be used …
Following steps could be referred : a.You will have to generate ssh key pairs for your connection . b. You can do so using the …