Advertisement
Guest User

Send 1TB or your files to LG because they're so interested

a guest
Nov 24th, 2013
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. # Send your files to LG, because they're so interested what were watching
  2. # You can skip file generation and replace culr 1tbdata with your filename.
  3. # or if you just want to send them 1TB of nulls, you can generate the 1TB
  4. # sparse file which doesn't actually consume your disk space.
  5.  
  6. # Generate 1TB sparse file
  7. fallocate -l 1T 1tbdata
  8. # Send it to LG
  9. curl -F "file=@1tbdata" http://gb.ibis.lgappstv.com/ibs/v2.2/service/watchInformation.xml
  10.  
  11. # Keywords: SmartTV, LG, Spying
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement