stevee

Cool Command #3 Rsync

Loading

Cool Cmd #3 Rsync man rsync DESCRIPTION Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behaviour and permit very flexible specification of the ...  Cool Command #3 Rsync

Cool Command #2, Find with -exec or -delete or pipe to xargs rm -v

Loading

man find FIND(1) NAME find - search for files in a directory hierarchy SYNOPSIS find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression] DESCRIPTION This manual page documents the GNU version of find. GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according ...  Cool Command #2, Find with -exec or -delete or pipe to xargs rm -v

Cool Command #1 – DD with Progress

Loading

(Amended 18 Sept 2015) sudo dd if=/dev/sdc of=/dev/sdb bs=512 conv=sync,noerror status=progress For an insight into using the best Block Size values when copying to/from different media types, and using DD in general, read this link FIRST - see the quotes to get some perspective and optimise your copying time: https://blog.tdg5.com/tuning-dd-block-size/ "Let's start off with a ...  Cool Command #1 – DD with Progress

Databases – A Research Paper 2009

Loading

Databases – A Research Paper by Steve Edwards 2009 Introduction As there are multiple ways in which electronic data can be stored, accessed, altered, and defined, so there are many different types of Databases in existence, storing and manipulating data for a particular purpose. Differences between possible configurations of various electronic Multi-User Databases will be investigated - ...  Databases – A Research Paper 2009