$ tar cz my_large_file_1 my_large_file_2 | split -b 1024MiB - myfiles_split.tgz_
$ cat myfiles_split.tgz_* | tar xz
Based https://stackoverflow.com/questions/1120095/split-files-using-tar-gz-zip-or-bzip2
$ tar cz my_large_file_1 my_large_file_2 | split -b 1024MiB - myfiles_split.tgz_
$ cat myfiles_split.tgz_* | tar xz
Based https://stackoverflow.com/questions/1120095/split-files-using-tar-gz-zip-or-bzip2
ssh -T [email protected]
git config --local --list
git commit --amend --author "New Author Name <[email protected]>"
In config.xml file I have set:
preference name="SplashScreenDelay" value="20000"
preference name="SplashShowOnlyFirstTime" value="false"
preference name="AutoHideSplashScreen" value="false"