Linux Commands
Feb 5, 2020
Network Related
- curl (short for “Client URL”) is a command line tool that enables data transfer over various network protocols.
$ curl https://ealizadeh.com/blog/3-ways-to-add-images-to-your-jupyter-notebook/
- List DNS (Domain Name Server) servers
$ nmcli device show eno1 | grep IP6.DNS
- Find Gateway
$ route -n