Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blocks:server:tweaks [2022-06-27 07:45]
admin Switched to adoptium
blocks:server:tweaks [2024-10-08 11:01] (current)
admin Change "orange suitcase"
Line 13: Line 13:
   - Make sure the server has Internet access (test by opening the pre-installed web browser and going to a web address).   - Make sure the server has Internet access (test by opening the pre-installed web browser and going to a web address).
   - Switch to the pixi-admin user (password is "pixi" if you haven't changed it).   - Switch to the pixi-admin user (password is "pixi" if you haven't changed it).
-  - Click the orange "suitcase" icon in the toolbar on the left hand sidetitled "Ubuntu Software"+  - Click the gray A-in-a-circle icon in the toolbar on the left hand side titled "Software Updater". 
-  - Select the "Updates" tab+  - If it indicates that software updates are availableconsider installing those
-  - If you see "OS updates"click the "Install" button next to it+  - Restart the server to make sure the updates take effect.
-  - Restart the server to make the updates take effect.+
  
 ===== Update Java ===== ===== Update Java =====
Line 73: Line 72:
  
  
-===== Removing Unifi Wifi Support ===== 
-If you're not using your Blocks server as a Unifi wifi network controller, we recommend that you remove that software: 
  
-  - Switch to the pixi-admin user. 
-  - Open a terminall window using the terminal icon on the left hand side. 
-  - Type (or copy/paste) the following commands into the terminal window: 
- 
-<code> 
-sudo apt remove mongodb-org 
-sudo apt remove unifi 
-</code>