Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Created February 9, 2019 22:25
Show Gist options
  • Save SkaTeMasTer/309e7a0486ead9b371edd847f2d2a1af to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/309e7a0486ead9b371edd847f2d2a1af to your computer and use it in GitHub Desktop.
INITITIALIZE a new shell environmrent, just cosmetic: create uniquely identifiable shell, it gets confusing dealing with many sessions in parallel
# creat a banner with your DOMAIN NAME in the MOTD (/etc/motd)
# so when you login you can quickly know you are on the correct server
sudo apt-get -y install toilet
sudo chmod 777 /etc/motd
sudo toilet --gay bitcoinaffiliates.net > /etc/motd
@SkaTeMasTer
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment