A Pen by Ivan Cl4udio on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# <Put here the purpose of the script> | |
# | |
# Copyright <Put year here> <Put your name or company name here> | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install on Debian 10 | |
apt-get install glusterfs-server | |
# Enable and start GlusterFS SystemD Unit | |
systemctl enable glusterd | |
systemctl start glusterd | |
# Create directory for brick | |
mkdir -p /data/glusterfs/myvol1/brick1 |
PopOS is created from Ubuntu, so the configuration for Java environment can be follow the same way. We need only install the new version from the JDK and automatically it will be set as default. However, if you like rollback to previously version that was installed before, you can use the last step to do that.
sudo apt update
OlderNewer