Skip to content

Instantly share code, notes, and snippets.

View Fatman13's full-sized avatar
🌐
Building Web3

Y Fatman13

🌐
Building Web3
View GitHub Profile
# As root user
sudo su
# Update the OS
apt-get update -y
# Add this to ~/.bashrc to remove timezone warnings
export LC_ALL="en_US.UTF-8"
source ~/.bashrc