Skip to content
Service Servers

Service Servers

  • Cloudbase Solutions
  • Service Servers
Service Servers
Service Servers
Linux

get PHP version from Linux command line

to know your running PHP version from command line in Linux you have to use the command php -i while this gives a lot of information , so you will need to use it with grep command to focus on PHP Version php -i | grep “PHP Version”    

Read More get PHP version from Linux command lineContinue

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 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

Copyright © 2025 Service Servers

  • Cloudbase Solutions
  • Service Servers
Search