Tag: server
How To Install Truecrypt On Ubuntu
Security https://www.digitalocean.com/community/tutorials/how-to-install-truecrypt-cli-on-linux https://wiki.archlinux.org/index.php/TrueCrypt Mounting a volume $ truecrypt –mount /path/to/device /path/to/mountpoint example: $ truecrypt –mount /dev/sdc1 /media/thefolder then enter the…
How To Encrypt Removable Drive With LUKS
https://www.cyberciti.biz/hardware/howto-linux-hard-disk-encryption-with-luks-cryptsetup-command/ https://gitlab.com/cryptsetup/cryptsetup
How To Change User Password In Ubuntu
http://askubuntu.com/questions/423942/change-password-on-root-user-and-user-account To change the root password, login as root, then do: $ sudo passwd enter your current password, then the…
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
Crontab Info
Examples: https://crontab.guru/examples.html Info: https://crontab.guru/crontab.5.html for Nextcloud: https://docs.nextcloud.com/server/11/admin_manual/configuration_server/background_jobs_configuration.html Nextcloud better example: https://help.nextcloud.com/t/error-on-cron-php-execute-via-crontab-or-command-line/583/2 $ sudo -u www-data crontab -e then enter the…