2017년 4월 4일 화요일

How to Copy Files or Directories by Using "rsync" with Excluding Particular Multiple Files or Folders

$ sudo rsync -av --progress --exclude="filetobeexcluded" --exclude="foldertobeexcluded" /sourcedir /destinationdir

I like cp -r command but this rsync is awesome too!

Hooray!

Xubuntu: Installing a Printer (Canon G3060 PIXMA)

$ sudo apt install system-config-printer Download the proper driver for linux from Canon website. Turn on the printer and set up its WiFi. C...