I hereby claim:
- I am therandomsecurityguy on github.
- I am dchamorro (https://keybase.io/dchamorro) on keybase.
- I have a public key whose fingerprint is 6F13 DD94 6121 C8C1 98B7 2BB9 520F FC81 D08F 5728
To claim this, I am signing this object:
| #!/bin/bash | |
| # Title: Ubuntu 16.04 Hardening | |
| # | |
| # DESCRIPTION: MODIFY / CHANGE / UPDATE / CONFIGURE | |
| # | |
| # Patching and Software Updates | |
| apt-get -y update | |
| apt-get -y upgrade | |
| # | |
| # File System Configuration |
I hereby claim:
To claim this, I am signing this object:
Running Cardano relays and block nodes is a fun project, but upgrading nodes can be a bit of a pain. I compiled some simple steps I used to upgrade from Cardano node 1.26.1 to 1.26.2.
sudo apt update -y
sudo apt upgrade -y
sudo apt install build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 -y