# Put a timestame in front of the prompt in the form: # Oct24 12:28[user@host MY_PWD]$ PROMPT_COMMAND=echo -ne $(date +%-b%-e […]
Veejansh
Cloud++ Container++
Cloud++ Container++
# Put a timestame in front of the prompt in the form: # Oct24 12:28[user@host MY_PWD]$ PROMPT_COMMAND=echo -ne $(date +%-b%-e […]
If you want to run an application from ssh even if you exit ssh session, do the following: # nohup […]
To know public IP of the network, use following commands on Linux shell: # curl ifconfig.co (returns IPv6 address) #curl […]