Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. grep -r localhost /etc
  2. /etc/hosts:127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
  3. /etc/hosts:::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
  4. /etc/pki/tls/certs/Makefile:KEY=$(TLSROOT)/private/localhost.key
  5. /etc/pki/tls/certs/Makefile:CSR=$(TLSROOT)/certs/localhost.csr
  6. /etc/pki/tls/certs/Makefile:CRT=$(TLSROOT)/certs/localhost.crt
  7. /etc/pki/tls/certs/make-dummy-cert: echo localhost.localdomain
  8. /etc/pki/tls/certs/make-dummy-cert: echo root@localhost.localdomain
  9. /etc/sysconfig/network-scripts/network-functions: '(none)' | 'localhost' | 'localhost.localdomain')
  10. /etc/sysconfig/network-scripts/network-functions: # ['(none)', 'localhost' or 'localhost.localdomain' are not valid]
  11. /etc/lvm/archive/lv_00000-480904520.vg:creation_host = "localhost.localdomain" # Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64
  12. /etc/lvm/backup/lv:creation_host = "localhost.localdomain" # Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64
  13. /etc/lvm/lvm.conf: # System IDs beginning localhost are not permitted.
  14. /etc/security/pam_env.conf:# to "localhost" rather than not being set at all
  15. /etc/security/pam_env.conf:#REMOTEHOST DEFAULT=localhost OVERRIDE=@{PAM_RHOST}
  16. /etc/security/pam_env.conf:#NNTPSERVER DEFAULT=localhost
  17. /etc/kdump.conf:# - List of cluster node(s) except localhost, separated by spaces,
  18. /etc/libvirt/qemu.conf:# setting "localhost" will not work. By default, the host's configured
  19. /etc/pulse/client.conf:; auto-connect-localhost = no
  20. /etc/postfix/main.cf:#inet_interfaces = $myhostname, localhost
  21. /etc/postfix/main.cf:inet_interfaces = localhost
  22. /etc/postfix/main.cf:# The default is $myhostname + localhost.$mydomain. On a mail domain
  23. /etc/postfix/main.cf:mydestination = $myhostname, localhost.$mydomain, localhost
  24. /etc/postfix/main.cf:#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
  25. /etc/postfix/main.cf:#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
  26. /etc/postfix/master.cf:# lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  27. /etc/postfix/master.cf:# mailbox_transport = lmtp:inet:localhost
  28. /etc/postfix/master.cf:# virtual_transport = lmtp:inet:localhost
  29. /etc/sudoers:# %users localhost=/sbin/shutdown -h now
  30. /etc/hostname:localhost.localdomain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement