Reading Time: < 1 minute I’ve re-created one of my servers and wanted to copy my old .bashrc file over to the new server. This can be accomplished using scp command. Here is how…. For simplicity let’s call the two servers: HostOld and HostNew; jacob…
Leave a CommentTag: Terminal
Reading Time: 2 minutes I wanted to display external/public IP address whenever I open terminal, but also add an alias that will allow me to check my public IP from terminal. Here is how to do it. Add to your ~./bashrc following lines: For…
1 Comment