... | ... | @@ -6,16 +6,16 @@ This page detail the various software environments available for use in CDC, whe |
|
|
|
|
|
The same FEIT Desktop used on the lab computers in EDS12 is accessible to you outside of workshop through myUniApps. To access the environment:
|
|
|
|
|
|
1. Open a browser and navigate to [myUniApps](https://myuniapps.unimelb.edu.au)
|
|
|
1. Open a browser and navigate to [https://unimelb.cloud.com](https://unimelb.cloud.com)
|
|
|
2. Login with your university credentials
|
|
|
3. If you wish, install Citrix Receiver on your personal computer, otherwise click *Use Lightweight Version*
|
|
|
4. Navigate to Desktops
|
|
|
3. If you wish, install Citrix Workspace on your personal computer by clicking *Detect Workspace*, otherwise click *Use web browser*
|
|
|
4. Navigate to *Desktops >> All Desktops*
|
|
|
5. Open a session by selecting *FEIT GPU Desktop*
|
|
|
6. Login to the Windows desktop using your university credentials
|
|
|
6. Login to Windows using your university credentials
|
|
|
|
|
|
Obviously, you are not able to interface with the SDR hardware when accessing the remote desktop, but you can much of your software development.
|
|
|
Obviously, you will not be able to interface with the SDR hardware when accessing the remote desktop, but you can still perform much of your software development.
|
|
|
|
|
|
> **Important Note:** The FEIT GPU Desktop is **non-persistent** – locally saved data may be lost when you log out. Make sure to save any files you wish to keep to another location, e.g., your OneDrive account.
|
|
|
> **WARNING:** The FEIT GPU Desktop is **non-persistent** – locally saved data may be lost when you log out. Make sure to save any files you wish to keep to another location, e.g., your OneDrive account.
|
|
|
|
|
|
### Ubuntu Linux VM
|
|
|
|
... | ... | @@ -23,15 +23,15 @@ The main environment we will be using is an Ubuntu Linux virtual machine (VM) th |
|
|
|
|
|
On the FEIT GPU Desktop, the Ubuntu Linux VM can be accessed as follows.
|
|
|
|
|
|
1. Open File Explorer and navigate to `C:\VirtualBox\ELEN90089`
|
|
|
2. Doubleclick `Ubuntu20.04_ELEN90089.vbox` open VirtualBox
|
|
|
1. Start VirtualBox: *Start Menu > Oracle VM VitualBox > Oracle VM VirtualBox*
|
|
|
2. Doubleclick `Ubuntu20.04_ELEN90089_R02.vbox` open VirtualBox
|
|
|
3. Click the start button in VirtualBox to launch the Ubuntu Linux VM.
|
|
|
4. Login to Ubuntu using the following credentials
|
|
|
username: cdc
|
|
|
password: unimelb
|
|
|
5. To open Python or GRC, first open a bash shell by clicking on the Terminal icon in the dock.
|
|
|
5. To open Python or GRC, first open a bash shell by clicking on the Terminal icon in the dock: 
|
|
|
|
|
|
The Python interpreter can be launched as before.
|
|
|
The Python interpreter can be launched at the command line.
|
|
|
|
|
|
```
|
|
|
$ python3
|
... | ... | |