Author: Ken Favors
How To Open A TrueCrypt Container Using cryptsetup
https://tails.boum.org/doc/encryption_and_privacy/truecrypt/index.en.html https://wiki.archlinux.org/index.php/TrueCrypt#Accessing_a_TrueCrypt_container_using_cryptsetup $ sudo cryptsetup –type tcrypt open container-to-mount container-name examples: for a fully encrypted drive: $ sudo cryptsetup –type…
How To Determine How Much Disk Space Used In Ubuntu
http://askubuntu.com/questions/73160/how-do-i-find-the-amount-of-free-space-on-my-hard-drive $ df -h
Migrating Nextcloud From Apache To Nginx On Ubuntu 16.04
1. Configuring Apache $ sudo apt-get update $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80…
How To Access Nextcloud Data Directory
ERROR: can’t cd into nextcloud data directory. Would like to be able to copy/move files in this directory to an…
How To Install Nextcloud On Ubuntu 16.04 Using NGINX & MariaDB
Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud is free and open-source,…
How To Install NGINX AS A Reverse Proxy For Apache On Ubuntu 16.04
https://www.howtoforge.com/tutorial/how-to-install-nginx-as-reverse-proxy-for-apache-on-ubuntu-16-04/ https://devops.profitbricks.com/tutorials/configure-nginx-as-a-reverse-proxy-for-apache-on-ubuntu-1604/ 1. Configuring Apache $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80 to use…