Differences

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

Link to this comparison view

Both sides previous revision Previous revision
blocks:server:tweaks [2022-06-27 07:45]
admin Switched to adoptium
blocks:server:tweaks [2023-03-14 20:58] (current)
mattias [Removing Unifi Wifi Support]
Line 73: Line 73:
  
  
-===== 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>