Linux/Virtual Server Setup Guide: Difference between revisions
< Linux
(Created page with " Category:Linux/Deployment Category:Linux") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Step 1: Prepare local linux terminal == | |||
* Install Windows Subsystem for Linux / Ubuntu | |||
* Open local linux terminal | |||
== Step 2: Generate Cloud VM (Hetzner, Netcup,...) == | |||
* Install latest Ubuntu LTS | |||
* Set username / password | |||
* Write down information required for next steps: | |||
** VM IP, VM username, VM password | |||
== Step 3: Adjust DNS entries == | |||
* Make sure the desired DNS entries point to the (new?) IP of the VM. (IPv4 + IPv6) | |||
* Verify from the local terminal that the DNS entry is pointing to the correct ip | |||
<blockquote> | |||
<pre> | |||
nslookup {hostname} | |||
</pre> | |||
</blockquote> | |||
== Step 4: Set up VM == | |||
* Open local linux terminal | |||
* Connect to VM: | |||
<blockquote> | |||
<pre> | |||
ssh {user}@{hostname} | |||
</pre> | |||
</blockquote> | |||
* do stuff | |||
<blockquote> | |||
<pre> | |||
</pre> | |||
</blockquote> | |||
[[Category:Linux/Deployment]] | |||
[[Category:Linux]] | |||
Revision as of 14:21, 21 November 2023
Step 1: Prepare local linux terminal
- Install Windows Subsystem for Linux / Ubuntu
- Open local linux terminal
Step 2: Generate Cloud VM (Hetzner, Netcup,...)
- Install latest Ubuntu LTS
- Set username / password
- Write down information required for next steps:
- VM IP, VM username, VM password
Step 3: Adjust DNS entries
- Make sure the desired DNS entries point to the (new?) IP of the VM. (IPv4 + IPv6)
- Verify from the local terminal that the DNS entry is pointing to the correct ip
nslookup {hostname}
Step 4: Set up VM
- Open local linux terminal
- Connect to VM:
ssh {user}@{hostname}
- do stuff