Advertisement
geoffreys

StackExchange1

Oct 1st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.35 KB | None | 0 0
  1. Linux-HP Desktop # cat /etc/NetworkManager/NetworkManager.conf
  2. [main]
  3. plugins=ifupdown,keyfile,ofono
  4. dns=dnsmasq
  5.  
  6. [ifupdown]
  7. managed=true
  8. Linux-HP Desktop # clear
  9. 
  10. Linux-HP Desktop # ls -al /usr/share/xsessions
  11. total 44
  12. drwxr-xr-x   2 root     root  4096 Sep  4 09:37 .
  13. drwxr-xr-x 385 root     root 20480 Sep 22 18:16 ..
  14. -rw-rw-rw-   1 geoffrey root   268 Jul 14 16:42 cinnamon2d.desktop
  15. -rw-rw-rw-   1 geoffrey root   155 Jul 14 16:42 cinnamon.desktop
  16. -rw-rw-rw-   1 geoffrey root   198 Oct 14  2015 openbox.desktop
  17. -rw-rw-rw-   1 geoffrey root  2824 Jan  7  2016 twm.desktop
  18. Linux-HP Desktop # cat /etc/NetworkManager/NetworkManager.conf
  19. [main]
  20. plugins=ifupdown,keyfile,ofono
  21. dns=dnsmasq
  22.  
  23. [ifupdown]
  24. managed=true
  25. Linux-HP Desktop # dpkg -l | egrep -v '^rc|^ii'
  26. Desired=Unknown/Install/Remove/Purge/Hold
  27. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  28. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  29. ||/ Name                                                 Version                                       Architecture Description
  30. +++-====================================================-=============================================-============-================================================================================
  31. Linux-HP Desktop # nmcli d
  32. DEVICE           TYPE      STATE         CONNECTION              
  33. lxcbr0           bridge    connected     lxcbr0                  
  34. wlx7cdd904f1fc5  wifi      connected     Auto Stentiford Wireless
  35. wlo2             wifi      disconnected  --                      
  36. enp3s0           ethernet  unavailable   --                      
  37. vmnet1           ethernet  unmanaged     --                      
  38. vmnet8           ethernet  unmanaged     --                      
  39. lo               loopback  unmanaged     --                      
  40. Linux-HP Desktop # nmcli c
  41. NAME                                 UUID                                  TYPE             DEVICE          
  42. Auto Stentiford Wireless             b251a6f9-1f77-4c20-b112-6e47438f25d6  802-11-wireless  wlx7cdd904f1fc5
  43. lxcbr0                               0c7c12c4-15b3-4585-b227-2bfde4916ec5  bridge           lxcbr0          
  44. Auto Cisco46502                      ac58c710-3623-4fe0-873f-cc9466648bca  802-11-wireless  --              
  45. Auto Stentiford                      8d63c901-84e2-473d-849d-cc4f1c9afd08  802-11-wireless  --              
  46. Auto Stentiford                      96d0832f-39cb-4b9d-a32b-ee51732e73e6  802-11-wireless  --              
  47. Auto Stentiford                      faab081f-2996-433c-84ac-babed2f1e84e  802-11-wireless  --              
  48. Auto Stentiford Network: Home        1acdd629-8acc-4fe8-8207-cb512817b6d2  802-11-wireless  --              
  49. Auto Stentiford Network: Home        957cf9d7-5aeb-47a9-a3d1-7ff315c90e91  802-11-wireless  --              
  50. Auto Stentiford Network: Home-guest  ea48c5bd-cec5-43f4-86e3-778e77daeeef  802-11-wireless  --              
  51. Auto Stentiford Network: Home-guest  89fe074e-d382-445a-a37e-e263244c1c16  802-11-wireless  --              
  52. Auto Stentiford Two                  5956197f-ff72-4332-a219-c80d2aff949e  802-11-wireless  --              
  53. Auto Stentiford Two                  cea6ec50-17c2-401b-bacc-741c8b48992a  802-11-wireless  --              
  54. Auto Stentiford Two                  ea285e46-eabe-4acc-8d04-0ea3ff8067f1  802-11-wireless  --              
  55. Auto Stentiford Two                  596ab934-3565-4152-84e0-02a97182a539  802-11-wireless  --              
  56. Auto Stentiford Two                  1f39c803-a574-48a1-ab99-56c9d37301c4  802-11-wireless  --              
  57. Auto Stentiford Two                  cfeab92a-0512-4485-b272-c43894a7c306  802-11-wireless  --              
  58. Auto Stentiford Two                  6f42c301-52a6-4e76-bcab-5040bd1ca695  802-11-wireless  --              
  59. Auto Stentiford Wireless             528f1975-1065-48dd-81c6-9e8730197130  802-11-wireless  --              
  60. Auto Stentiford Wireless             d420c3e7-7019-4fbe-91c3-63764b5922b9  802-11-wireless  --              
  61. Auto Stentiford Wireless             2438b9d0-a4e1-4246-b430-e48b286b7ac0  802-11-wireless  --              
  62. Hotspot                              10309e2f-ebed-4ac2-959a-2ea695a7d0f7  802-11-wireless  --              
  63. Wired connection 1                   9570b716-b6b1-451f-af9a-68a918ef1082  802-3-ethernet   --              
  64. Linux-HP Desktop #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement