Verifying Rsync with Md5deep

So your migrating a lot of data, and generally you will realize in that migration that you’ve got to break up the migration pieces due to timeout or other break in transfer. That all said, I found this to be about the best method for doing the transfer. Rsync: rsync -scaurPvvv –info=stats2,misc1,flist0,progress –partial-dir=/home/user/syncdir –timeout=1860 /media/disk01/storedir01/…

R8168 over R8169

Now compile the code. This may fail if you don’t have kernel headers and other standard features of a build environment: make clean make modules make install Make sure modprobe knows not to use r8169, and that depmod doesn’t find the r8169 module: echo -e “\nblacklist r8169\n” >> /etc/modprobe.d/blacklist mv /lib/modules/$(uname -r)/kernel/drivers/net/r8169.ko{,.bak} Let the OS…

Gitlab Omnibus Migration

Using Ubuntu 18.04 via a Vagrant Virtualbox VM I migrated a back up from my VPS to a VM at home. This document was made using the guide available at: https://docs.gitlab.com/ee/raketasks/backup_restore.html#restore-for-omnibus-gitlab-installations You may want to check your git repo for issues (for more information see https://docs.gitlab.com/ee/administration/raketasks/check.html): sudo gitlab-rake gitlab:git:fscksudo gitlab-rake gitlab:artifacts:checksudo gitlab-rake gitlab:lfs:checksudo gitlab-rake gitlab:uploads:check…