Author: Ken Favors
How To Install Nextcloud In Ubuntu 16.04 Using Apache
https://www.ostechnix.com/install-nextcloud-ubuntu-16-04-lts/ https://docs.nextcloud.com/server/11/admin_manual/installation/source_installation.html https://bayton.org/2016/07/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-apache/ also adds crontab for letsencrypt certificate renewal Installation $ sudo apt-get update $ sudo apt-get upgrade $…
UFW Firewall Policies
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-16-04 info on system logging: http://askubuntu.com/questions/184290/why-im-getting-this-ufw-block-in-my-syslogs http://askubuntu.com/questions/828223/ufw-block-entries-in-the-log
How To Add User Permissions To A Folder In Ubuntu
https://www.linuxbabe.com/ubuntu/install-resilio-sync-ubuntu-16-04-16-10 1. You might encounter the following error message. That’s because Resilio Sync is running as rslsync user. Don’t have…
How To Install Resilio Sync On Ubuntu 16.04 Using Vagrant
https://www.linuxbabe.com/ubuntu/install-resilio-sync-ubuntu-16-04-16-10 https://help.getsync.com/hc/en-us/articles/206178924 1. Register the Resilio repository: $ echo “deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free” | sudo tee /etc/apt/sources.list.d/resilio-sync.list 2. Add public…
How To Copy Files From One Directory To Another In Ubuntu
http://askubuntu.com/questions/80065/i-want-to-copy-a-directory-from-one-place-to-another-via-the-command-line http://askubuntu.com/questions/86822/how-can-i-copy-the-contents-of-a-folder-to-another-folder-in-a-different-directo $ sudo cp -R Source_Folder Destination_Folder example: $ sudo cp -R /media/mydrive/Movies /media/backup This command can also be…
How To Format A 3TB + Drive On Ubuntu
https://joshstrange.com/ubuntu-formatting-a-3tb-drive/ 1. To find the drive name (will be something like ‘/dev/sdX’ – where X is a letter like ‘a’…