9 results for “remove files using ssh”
How to remove or delete files using SSH
…Let’s learn how to remove or delete files using SSH. How to remove or delete files using…
LinuxHow to change default SSH Port of VPS
…You’ve successfully edited sshd_config file STEP 7: Now restart the service by using the following command…
LinuxHow to Change the Default SSH Port (Linux / CentOS)
…SSH configuration file with the command ‘nano /etc/ssh/sshd_config’ Modify the line ‘#port 22’ by removing…
LinuxHow to Transfer Files Between Servers Using rsync
…run /home/user/public_html/ user@newserver:/home/user/public_html/ Happy with the preview? Remove --dry-run…
Malware Removal & Site CleanupHow to Find and Remove PHP Webshells and Backdoors on Your Server
…Look for recently modified files Attackers' files usually have recent modification dates. Over SSH you can list recently…
Website Security & SSLHow to Harden Your cPanel Account: A Security Checklist
…Use SSH keys and block bad actors If you use SSH, switch to key authentication, and block abusive…
PHPHow to Fix the “Maximum Execution Time Exceeded” PHP Error
…command line over SSH, which ignores the web timeout entirely. Alternatively, split the file into smaller parts. The…
LinuxHow to Find and Delete Large Files on Your Linux Server
…Can I do this on shared hosting? Use cPanel's File Manager to sort by size and remove…
LinuxHow to Check Disk Usage on a Linux Server with df and du
…the server) usually reclaims it. Is it safe to delete log files? Truncating or removing old, rotated logs…