Guest User

Untitled

a guest
Jan 16th, 2018
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. [XX:XX:XX:XX:XX:XX] # disguised: MAC address
  2. bssid = XX:XX:XX:XX:XX:XX # disguised: MAC address
  3. encryption = False
  4. essid = X # disguised: Wi-Fi name
  5. hidden = False
  6. channel = 6
  7. mode = Master
  8. beforescript = None
  9. afterscript = None
  10. predisconnectscript = None
  11. postdisconnectscript = None
  12.  
  13. [XX:XX:XX:XX:XX:XX] # disguised: MAC address
  14. afterscript = None
  15. = None
  16. bssid = XX:XX:XX:XX:XX:XX # disguised: MAC address
  17. postdisconnectscript = None
  18. = X # disguised: local host name
  19. use_settings_globally = False
  20. use_global_dns = False
  21. encryption = True
  22. = None
  23. = 1
  24. beforescript = None
  25. hidden = False
  26. channel = 4
  27. mode = Master
  28. = None
  29. = None
  30. = 0
  31. predisconnectscript = None
  32. = X # disguised: Wi-Fi PSK
  33. = None
  34. = 0
  35. use_static_dns = False
  36. encryption_method = WPA2
  37. essid = X # disguised: Wi-Fi name
  38. = 1
  39.  
  40. $ sudo wicd -h
  41.  
  42. wicd 1.7.2.4 (bzr-r768)
  43. wireless (and wired) connection daemon.
  44.  
  45. Arguments:
  46. -a --no-autoconnect Don't auto-scan/auto-connect.
  47. -f --no-daemon Don't daemonize (run in foreground).
  48. -e --no-stderr Don't redirect stderr.
  49. -n --no-poll Don't monitor network status.
  50. -o --no-stdout Don't redirect stdout.
  51. -h --help Print this help.
  52.  
  53. $ cat /proc/version
  54. Linux version 3.10.0-693.11.6.el7.x86_64 (builder@kbuilder.dev.centos.org)
  55. (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) )
  56. #1 SMP Thu Jan 4 01:06:37 UTC 2018
  57.  
  58. $ cat /etc/*-release
  59. CentOS Linux release 7.4.1708 (Core)
  60. NAME="CentOS Linux"
  61. VERSION="7 (Core)"
  62. ID="centos"
  63. ID_LIKE="rhel fedora"
  64. VERSION_ID="7"
  65. PRETTY_NAME="CentOS Linux 7 (Core)"
  66. ANSI_COLOR="0;31"
  67. CPE_NAME="cpe:/o:centos:centos:7"
  68. HOME_URL="https://www.centos.org/"
  69. BUG_REPORT_URL="https://bugs.centos.org/"
  70.  
  71. CENTOS_MANTISBT_PROJECT="CentOS-7"
  72. CENTOS_MANTISBT_PROJECT_VERSION="7"
  73. REDHAT_SUPPORT_PRODUCT="centos"
  74. REDHAT_SUPPORT_PRODUCT_VERSION="7"
  75.  
  76. CentOS Linux release 7.4.1708 (Core)
  77. CentOS Linux release 7.4.1708 (Core)
Add Comment
Please, Sign In to add comment