If you need to compress a large archive file and upload them to a filesharing site which had size limitation, you must split them first into some parts. You need rar application to do this, so install it using : {code}apt-get install rar{/code} After complete then run this command using terminal or konsole to compress […]
Read MorePosts tagged split
splitting large file into several smaller files
A few days ago I need to split some large apache log files (1Gb log file) into several smaller file so I can read it using normal text editor for further investigating the mod_limitipconn purposes. To split large file into several smaller files, you can use split command in linux. Just follow the steps below […]
Read More