Skip to content

Commit 7afb488

Browse files
authored
Update satellite-imagery-with-orbital-ground-station.md
1 parent 1673c46 commit 7afb488

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/orbital/satellite-imagery-with-orbital-ground-station.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sudo yum groups install "GNOME Desktop"
8888
```
8989
Start VNC server:
9090
```bash
91-
vncsever
91+
vncserver
9292
```
9393
Enter a password when prompted.
9494

@@ -97,6 +97,8 @@ Port forward the vncserver port (5901) over SSH to your local machine:
9797
```bash
9898
ssh -L 5901:localhost:5901 azureuser@receiver-vm
9999
```
100+
Note: Use either public IP address of VM DNS name to replace receiver-Vm in this command.
101+
100102
1. On your local machine, download and install [TightVNC Viewer](https://www.tightvnc.com/download.php).
101103
1. Start the TightVNC Viewer and connect to ```localhost:5901```.
102104
1. Enter the vncserver password you entered in the previous step.
@@ -107,7 +109,8 @@ From the GNOME Desktop, go to **Applications** > **Internet** > **Firefox** to s
107109

108110
Log on to the [NASA DRL](https://directreadout.sci.gsfc.nasa.gov/?id=dspContent&cid=325&type=software) website and download the **RT-STPS** installation files and the **IPOPP downloader script** under software downloads. The downloaded files will land under ~/Downloads.
109111

110-
Alternatively, you can download the installation files on your local machine first and then upload to a container in Azure Storage. Then use [AzCopy](../storage/common/storage-use-azcopy-v10.md) to download to your ```receiver-vm```.
112+
Note: use the same machine to download and run
113+
downloader_DRL-IPOPP_4.1.sh.
111114

112115
### Install RT-STPS
113116
```bash

0 commit comments

Comments
 (0)