TEXT 34
System Admin Class 5 Guest on 12th November 2022 10:25:53 AM
  1. EL 7 - CentOS 7
  2. EL 8 - CentOS 8, RockyLinux, AlmaLinux
  3.  
  4. Enterprise Level
  5.  
  6. Network files
  7. /etc/hosts
  8. /etc/resolv.conf
  9.  
  10. FQDN = Fully Qualified Domain Name
  11.  
  12. /etc/hosts - is the first option to resolve
  13.  
  14. Instead of /etc/resolv.conf in EL 9, systemd.resolve is being used which is more efficient.
  15. New versions of Ubuntu are also using systemd.resolve
  16.  
  17. To edit the settings directly:
  18. /etc/sysconfig/network-scripts/ifcfg-ens33
  19.  
  20. BOOTPROTO = static
  21. then
  22. IPADDR=
  23. GATEWAY=
  24. needs to be manually set otherwise in DHCP, its automatically assigned
  25.  
  26. Installing packages in EL
  27. yum
  28. rpm
  29.  
  30. yum is now being replaced by dnf
  31.  
  32. NFS - Network File Share
  33.  
  34. Mid:
  35. 18 MCQs
  36. 6 Detailed Question, Linux File System, Boot Process of Linux, Linux Directory Structure, Usage of Directory, Cronjobs, LVM
  37. How LVM can be created, primary & extended partition question workflow, LVM commands, inodes

Coding Base is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.