Advanced Technical Tutorials

These guides are more advanced and should be followed with caution

To accomplish these processes, you will need:

  • WP Securebook

  • Red (Wi-Fi) Docking Station (Optional)

Accessing Terminal as jadmin

  1. Turn on the Securebook

  2. Log into jadmin profile

../_images/RACHELjadmin.JPG
  1. Start the Terminal Application

../_images/01_FSetupTerminal.png

Changing Wi-Fi Credentials

  1. Dock the Securebook to the WiFi Docking Station. (Optional)

  2. Access the terminal as jadmin

  3. Enter the following commands:

cd /etc/NetworkManager/system-connection/
  1. Now search for network connections:

ls
  1. Now delete the .nmconnection file that has the SSID of the network whos credentials you wish to change (example: If the SSID were WiFiUnitB then the file you want to delete would be WiFiUnitB.nmconnection):

sudo rm -r SSID.nmconnection
  1. Now navigate to the wifi-creds file location:

cd /etc/network/
  1. Now open the editor on the wifi-creds file:

sudo nano wifi-creds
  1. The file will have two variables seperated by an empty space, the first being the SSID and the second being the password, edit the file to contain the updated credentials.

../_images/wifiCreds.jpg
  1. When ready to save the file, press CTL + x, y, then press enter.

  2. Close the terminal application.

  3. Restart the securebook.

The wifi credentials should be completely updated now.

Changing Student Account Password

  1. Login with the jadmin account

  2. Type “Settings” in the Universal Search Bar at the top of the desktop

../_images/01_searchSettings.jpg
  1. Click the gear icon that appears to open the settings window

../_images/02_gearIcon.jpg
  1. Scroll until you see Users option

../_images/03_settingsPane.jpg
  1. Select the Users setting

../_images/04_userOption.JPG
  1. Click the Unlock button

../_images/05_usersPane.jpg
  1. Enter jadmin credentials

../_images/06_unlockWindow.jpg
  1. Select the user whose password you want to change

../_images/07_selectAccount.jpg
  1. Click on the password option

../_images/08_passwordOption.jpg
  1. Make sure the “Set a password now” radio button is selected

../_images/09_setPassword.jpg
  1. Enter the new password in both the new and confirm field

  2. Enter a password hint if desided

../_images/10_newPassword.jpg
  1. Click the change button.

  2. Close the settings menu