Install node 19 nvm install 18 Them build glibc https://stackoverflow.com/questions/74740941/how-can-i-resolve-this-issue-libm-so-6-version-glibc-2-29-not-found-c-c wget -4c https://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz tar -zxvf glibc-2.29.tar.gz cd glibc-2.29 mkdir build_dir cd build_dir sudo ../configure --prefix=/opt/glibc sudo make sudo make install Then use patchelf https://stackoverflow.com/questions/72921215/getting-glibc-2-28-not-found ........................ _ORIG_FROM_U3_WITH_EVENTS ................ FASTInfra baseline indicators Some flexibility is provided if the project can demonstrate the non-applicability of a specific indicator. Where projects are of the opinion the proposed indicators do not match their scope, projects will be able to provide an explanation to the Label’s Secretariat via an online feedback form. ensure minimal negative impact and reflect “do no significant harm” requirements Demonstrate a realised or anticipated significant positive contribution to at least one criterion. ANY? - encouraged to report as many positive contributions "as per the project’s scope". - eligible positive contributions are actions made by the project with an impact beyond the project’s scope ........................... last password acct eTM3eXhKLmxDSDMxX2I1SA https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html Connector/J normally uses TCP/IP sockets to connect to MySQL (see Section 6.10, “Connecting Using Unix Domain Sockets” and Section 6.11, “Connecting Using Named Pipes” for exceptions). The security manager on the MySQL server uses its grant tables to determine whether a TCP/IP connection is permitted. You must therefore add the necessary security credentials to the MySQL server for the connection by issuing a GRANT statement to your MySQL Server. See GRANT Statement, for more information. ............ Install mysql 5.7 https://gist.github.com/MarinhoFeliphe/7d0e7018217da39c9ea6f9bfcb1f3b38 ............... https://www.layerstack.com/resources/tutorials/How-to-install-Graphical-User-Interface-GUI-for-Ubuntu-22-Cloud-Servers apt install ubuntu-desktop-minimal -y https://linux.how2shout.com/how-to-install-default-ubuntu-22-04s-desktop-environment/ sudo apt install ubuntu-desktop https://routes.peterboswell.net/ors/v2/directions/foot-hiking/json https://route.peterboswell.net/ors-U3-3mar24/ https://route.peterboswell.net/ors_U3_3mar24/v2/directions/foot-hiking/json 2K282rj60GXp E1BaSHfs6fzQUvJI ..................................... https://community.letsencrypt.org/t/wildcard-renewal-certificate-did-not-match-expected-hostname/70375/6 sudo nano /etc/hosts sudo nano /etc/resolv.conf sudo gnome-software echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf .............................. You can verify if this worked by looking for the certificate that you just added in /etc/ssl/certs/ca-certificates.crt (which is just a long list of all of your trusted CA's concatenated together). You can also use OpenSSL's s_client by trying to connect to a server that you know is using a certificate signed by the CA that you just installed. $ openssl s_client -connect foo.whatever.com:443 -CApath /etc/ssl/certs DID THIS FOR CERTBOT: GOT OK