TLDR
Enter a command. For example: git delta, lex, ffmpeg, mr, xprop.

ifconfig

 
Network Interface Configurator. More information: https://net-tools.sourceforge.io/man/ifconfig.8.html.
 
  • View network settings of an Ethernet adapter:
     
    ifconfig eth0
     
  • Display details of all interfaces, including disabled interfaces:
     
    ifconfig -a
     
  • Disable eth0 interface:
     
    ifconfig eth0 down
     
  • Enable eth0 interface:
     
    ifconfig eth0 up
     
  • Assign IP address to eth0 interface:
     
    ifconfig eth0 {{ip_address}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.