Skip to content
Service Servers

Service Servers

  • Cloudbase Solutions
  • Service Servers
Service Servers
Service Servers
Linux

Remove all error_log files from all sub folders

error_log files always become huge size due to forget to clear it, here is a simple command to be run from the SSH to clear all the error_log files from all sub folders to list all the error_log files on sub folders use the following command find . -name \error_log to delete them all add…

Read More Remove all error_log files from all sub foldersContinue

Linux

Centos install wget

to install wget in centos command run the following command in your ssh as root yum install wget then follow the instructions  

Read More Centos install wgetContinue

Linux

Copy files between servers using command line

to copy files between servers using command line in Linux servers , you have to use the command line ( SCP ) the SCP can be used as follow   Copy files and folder from Remote Server to Local Server To copy folder from remote server to the current folder scp your_username@remoteservername.com:/some/local/directory . To coy…

Read More Copy files between servers using command lineContinue

Linux

Linux extract compressed file using tar command

Linux extract compressed file using tar command for linux servers to extract a compressed file using command line use the following tar -xvf filename.tar  

Read More Linux extract compressed file using tar commandContinue

Linux

Linux tar compress command line

Linux tar compress command line for Linux servers to compress a files or folders use the following command $ tar -cvf filename.tar filename this can be also works for folders $ tar -cvf filename.tar foldername  

Read More Linux tar compress command lineContinue

Applications | Linux

Control Linux SSH from Windows

To Control Linux SSH from Windows you will need to get the SSH Windows Application ( Putty ) , Putty is a free SSH and Telnet application for Windows from Putty.org to download it direct use the link http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html we suggest you to download the Windows Installer  

Read More Control Linux SSH from WindowsContinue

Copyright © 2025 Service Servers

  • Cloudbase Solutions
  • Service Servers
Search