Advertisement
Guest User

InfoToYouPC

a guest
Feb 20th, 2011
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.87 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3.  
  4. <tab>
  5.  
  6. <title> echo Info To You PC</title>
  7.  
  8. <label>
  9. echo "Conosci il tuo pc ?"
  10. </label>
  11.  
  12. <button text="Distribuzione in uso">
  13. lsb_release -a
  14. </button>
  15.  
  16. <button text="kernel in uso">
  17. uname -a
  18. </button>
  19.  
  20. <button text="CPU">
  21. lscpu
  22. </button>
  23.  
  24. <button text="Schede PCI">
  25. lspci
  26. </button>
  27.  
  28. <button text="Periferiche USB">
  29. lsusb
  30. </button>
  31.  
  32. <button text="Scheda video in uso">
  33. grep -B2 'Module class: X.Org Video Driver'
  34. </button>
  35.  
  36. <button text="Tutto il tuo Hardware">
  37. lshw
  38. </button>
  39. <textlog/>
  40.  
  41. </tab>
  42.  
  43. <tab>
  44.  
  45. <title>echo About</title>
  46.  
  47. <label>
  48.  
  49. echo "Semplice interfaccia grafica per conscere le specifiche tecniche del tuo pc.
  50.  
  51. Realizzata da Picchiopc e rilascitata sotto licenza GPL.
  52.  
  53. Per informazioni e domande potete contattarmi: picchiopc[@]gmail.com
  54.  
  55. Versione 0.1"
  56.  
  57. </label>
  58.  
  59. </tab>
  60.  
  61. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement