Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
server_configuration [2025/04/02 09:25] – [Create New Droplet] david | server_configuration [2025/04/02 09:56] (current) – [Basic Configuration] david | ||
---|---|---|---|
Line 168: | Line 168: | ||
sudo apt-get update && sudo apt-get upgrade -y | sudo apt-get update && sudo apt-get upgrade -y | ||
</ | </ | ||
+ | |||
+ | <code bash> | ||
+ | # SSH Access - once user access is sorted | ||
+ | grep PermitRootLogin / | ||
+ | |||
+ | sudo vi / | ||
+ | |||
+ | # PermitRootLogin no | ||
+ | </ | ||
+ | |||
==== SFTP ==== | ==== SFTP ==== | ||
Line 181: | Line 191: | ||
* Ubuntu Documentation: | * Ubuntu Documentation: | ||
+ | ==== Postfix (email) ==== | ||
+ | Mostly check notes under [[server_configuration: | ||
+ | |||
+ | Migrate Old mail data (after completing step 3 from the guide [[https:// | ||
+ | <code bash> | ||
+ | ################################################################################ | ||
+ | # Email/ | ||
+ | ################################################################################ | ||
+ | cd ~/ | ||
+ | |||
+ | sudo cp -R / | ||
+ | sudo cp -R / | ||
+ | |||
+ | sudo cp -R / | ||
+ | sudo cp -R / | ||
+ | |||
+ | sudo chown -R david:david ~/. | ||
+ | |||
+ | sudo apt-get install postfix | ||
+ | |||
+ | " | ||
+ | |||
+ | sudo ufw allow Postfix | ||
+ | </ | ||
==== Configure Apache & WordPress ==== | ==== Configure Apache & WordPress ==== | ||