Created
February 9, 2019 22:25
-
-
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
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
# 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 | |
Author
SkaTeMasTer
commented
Feb 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment