How to split a single large file into several smaller files and back to the large file on Linux server.

Web Hosting Tutorials No Comments »

To split large file into several smaller files, you can use split command in linux. Just follow the steps below and you will be able to split large file into smaller files.

$ split –bytes=1m /path/to/large/file /path/to/output/file/prefix
You can change the output file size by changing the –bytes=1m to your preference. You can use b, k, or m. b represent bytes, k represent kilobytes, m represent megabytes.

To restore the original file, you can use cat command.
To join all the smaller file to restore the original file type:-

$ cat prefix* > newfilename

Proxy server

Web Hosting Tutorials 2 Comments »

Outlook Error Number: 0×800CCC67

Web Hosting Tutorials No Comments »

Sites pictures are boxed Xs (can’t see the images on the site)

Web Hosting Tutorials, Web Hosting, Cpanel Hosting No Comments »

Jailshell

Web Hosting Tutorials, Web Hosting, Cpanel Hosting No Comments »

“554 We do not accept unauthenticated email from hosts without reverse DNS”

Web Hosting Tutorials, Cpanel Hosting 2 Comments »

How to disable webmail interface for single account?

Web Hosting Tutorials, Web Hosting No Comments »

server response ‘250 HELP’ Port; 25, Secure (SSL) Yes, Server Error 250, error number 0×800CCC7D.’

Web Hosting Tutorials, Web Hosting, Cpanel Hosting 1 Comment »

Server Response: ‘-ERR invalid user or password’, Port: 110, Secure(SSL): No, Server Error: 0×800CCC90, Error Number: 0×800CCC92

Web Hosting Tutorials, Web Hosting, Cpanel Hosting No Comments »

Server Response: ‘-ERR’, Port: 110, Secure(SSL): No, Server Error: 0×800CCC90 , Error Number: 0×800CCC91

Web Hosting Tutorials, Web Hosting, Cpanel Hosting No Comments »

WordPress Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login