This will typically work on Infomaniak's standard webhosting.
It is useful to get a host banner and system information when logging in, even on a barebone remote host (few install options are available, no package manager, etc.).
- In the home directory, copy the attached
.bash_profile(or update if already exists). - Using figlet (on your local machine), create a banner with the nickname you want to give to the host, e.g.
figlet MyHost, and copy the string into abanner.txtfile in the home directory of the remote host. mkdir bin- Download screenfetch (for displaying system characteristics):
curl https://raw.githubusercontent.com/KittyKatt/screenFetch/master/screenfetch-dev > bin/screenfetch - Try
source .bash_profileto check that it's fine. - Logout
- Login