Skip to content

Commit 697a646

Browse files
Merge pull request #222781 from SJupally22/patch-1
Update satellite-imagery-with-orbital-ground-station.md
2 parents 8fa7ffa + c759e1a commit 697a646

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sudo yum groups install "GNOME Desktop"
9191
```
9292
Start VNC server:
9393
```bash
94-
vncsever
94+
vncserver
9595
```
9696
Enter a password when prompted.
9797

@@ -100,6 +100,9 @@ Port forward the vncserver port (5901) over SSH to your local machine:
100100
```bash
101101
ssh -L 5901:localhost:5901 azureuser@receiver-vm
102102
```
103+
> [!NOTE]
104+
> Use either public IP address of VM DNS name to replace receiver-Vm in this command.
105+
103106
1. On your local machine, download and install [TightVNC Viewer](https://www.tightvnc.com/download.php).
104107
1. Start the TightVNC Viewer and connect to ```localhost:5901```.
105108
1. Enter the vncserver password you entered in the previous step.
@@ -110,7 +113,9 @@ From the GNOME Desktop, go to **Applications** > **Internet** > **Firefox** to s
110113

111114
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.
112115

113-
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```.
116+
> [!NOTE]
117+
> Use the same machine to download and run
118+
> `downloader_DRL-IPOPP_4.1.sh.`
114119
115120
### Install RT-STPS
116121
```bash

0 commit comments

Comments
 (0)