Terminal Tricks

To get into terminal, press Ctrl+Alt+T

Paste into Terminal

To copy and paste from browser to terminal copy like normal (Ctrl+C or right click → copy), then in terminal press shift+insert

Copy out of Terminal

  1. Have desired output already showing on screen
  2. Type
    echo "
  3. With your mouse, highlight the desired text, and middle click 1)
  4. Type
    " > /home/chronos/FILENAME.html
  5. Execute command (press enter)
  6. Switch back to browser (Press Alt+Tab)
  7. Visit file:///home/chronos/FILENAME.html
  8. Copy as normal
1) If you have no middle click, you can optionally press both left and right click buttons at once
 
terminal.txt · Last modified: 2010/03/24 15:27 by mdwittenberg
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki