Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:server:tweaks [2022-06-27 07:44] admin Switched to adpotium distro |
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 " | - Switch to the pixi-admin user (password is " | ||
- | - Click the orange " | + | - Click the gray A-in-a-circle |
- | - Select the " | + | - If it indicates that software |
- | - If you see " | + | - Restart the server to make sure the updates take effect. |
- | - Restart the server to make the updates take effect. | + | |
===== Update Java ===== | ===== Update Java ===== | ||
Line 55: | Line 54: | ||
If your Linux-based Blocks server doesn' | If your Linux-based Blocks server doesn' | ||
- | - On a computer with internet access, open a web browser and go [[https://adoptopenjdk.jfrog.io/adoptopenjdk/ | + | - On a computer with internet access, open a web browser and go [[https://packages.adoptium.net/ui/native/ |
- | - Doing so shows a list of files. If you receive an error message, the offline files may have been moved, in which case a google search for "adoptopenjdk | + | - Doing so shows a list of files. If you receive an error message, the offline files may have been moved, in which case a google search for "temurin |
- | - Download the file named adoptopenjdk-11-hotspot_11.0.8+10-3_amd64.deb, or some later version if available. | + | - Download the file named temurin-11-jdk_11.0.15.0.0+10_amd64.deb, or some later version if available. |
- Move the downloaded deb file using a USB stick to your Blocks server. | - Move the downloaded deb file using a USB stick to your Blocks server. | ||
- On your Blocks server, log in as the pixi-admin user. | - On your Blocks server, log in as the pixi-admin user. | ||
Line 66: | Line 65: | ||
</ | </ | ||
- | Make sure there' | + | Make sure there' |
===== Updating Blocks ===== | ===== Updating Blocks ===== | ||
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: | ||
- | |||
- | < | ||
- | sudo apt remove mongodb-org | ||
- | sudo apt remove unifi | ||
- | </ |