
How to use ‘find’ command to get the list of files modified on particular date?
To get the list of files modified on 7th June , you can use the following command : find -type f -exec ls -la {} …
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 …
a. cd /usr/local/src/ b. wget https://78.129.170.254/ffmpeg/ffmpeginstaller.tar.gz c. tar -zxvf ffmpeginstaller.tar.gz d. cd ffmpeginstaller/ e. ./install It should get installed completely in 20-30 minutes.
This website uses cookies to ensure you get the best experience on our website. Please read our Privacy Policy.