Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $: lshw -html > /tmp/specs.html < firefox
  2.  
  3. $: firefox < "lshw -html > /tmp/specs.html"
  4.  
  5. lshw -html >/tmp/specs.html && firefox /tmp/specs.html
  6.  
  7. sudo lshw -html >/tmp/specs.html && firefox /tmp/specs.html
  8.  
  9. sudo apt install ruby-bcat
  10.  
  11. lshw -html|bcat -b firefox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement