• Short guides to forum navigation, searching, posting, translation, alerts and notifications viewable by clicking here.
  • Türk dostlarımıza hoş geldiniz Giriş burada.
  • Scammers are running ads on Facebook and Instagram claiming a giveaway. DO NOT OPEN THESE LINKS AND LOG IN. See this thread: here

How to save a particular XenForo forum thread to disk as backup. linux 1 liner

Code:
linux> curl --insecure https://forum.kinesis.money/threads/fyi-dereks-watcher-node-is-up-again.1505/ > thread.html
Then under linux ubuntu, from command line
Code:
linux>
xdg-open thread.html
You can also just click on the file in your local file explorer (GUI).
nautilus under ubuntu
Code:
nautilus .
dot for current directory. And it opens a new process.
Or else just use your Internet browser
new tab
CONTROL-T
or
CONTROL-O
to open that file on disk
 

Translate

Back
Top