Skip to content

Instantly share code, notes, and snippets.

@abhijitmamarde
Created February 12, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhijitmamarde/a5f48c74648ce9fe343c0b5e7f194f69 to your computer and use it in GitHub Desktop.
Save abhijitmamarde/a5f48c74648ce9fe343c0b5e7f194f69 to your computer and use it in GitHub Desktop.
linode setting useful commands

to get system public IP

curl ifconfig.me

install virtualenv

apt install virtualenv

change hostname:

hostname linode2
vi /etc/hostname
vi /etc/hosts

setting correct timezone

timedatectl set-timezone Asia/Kolkata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment