Created
          March 8, 2023 23:12 
        
      - 
      
- 
        Save funkyfisch/af900aa89b5102bd0fb7ef095286fd06 to your computer and use it in GitHub Desktop. 
    handy sysadmin commands
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # get local ip address provided by either DHCP or static setting | |
| ifconfig enp4s0 | grep 'inet ' | awk '{print $2}' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment