TTY and you

Forum rules
Share your brain ;)
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

TTY and you

Unread post by machinebacon » Sat Jun 14, 2014 7:49 pm

Q: My keyboard has no F-keys, how can I switch TTYs?
A: Press Alt + Cursor Left or Cursor Right to move through the TTYs

Q: Damnit - how to copy/paste?
A: Ctrl + K to cut everything to the right of cursor, Ctrl + Y to paste to the right of the cursor.

Q: Yeah okay, and how to paste to another TTY?
A: Many ways. You probably want to copy a part of the screen.

Code: Select all

sudo screendump N >> copy.txt
will make a "screenshot" in txt format. You can edit it in the other TTY.

Q: Any idea how I can quickly/easily access google, or bing, or find acronyms, books on amazon, search the Debian wiki etc. without actually using a CLI browser?
A: Install surfraw. Use it like

Code: Select all

sr google my fairy dick
and check the elvi list (sr -elvi). Of course you do have a .surfraw.conf file with the options

Code: Select all

 SURFRAW_text_browser=/usr/bin/links2
 SURFRAW_graphical=no
Q: Can I haz a clock which is not in tmux?
A: Sure you can. As root, edit /etc/kbd/config and remove the # in front of the last line to look like this:

Code: Select all

DO_VCSTIME=yes
Q: Thanks Bacon.
A: It's my duty.
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: TTY and you

Unread post by wuxmedia » Sat Jun 14, 2014 8:18 pm

Ace. Thanks.
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: TTY and you

Unread post by GekkoP » Sat Jun 14, 2014 8:51 pm

Splendid, didn't know many of the answers.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: TTY and you

Unread post by bones » Sun Jun 15, 2014 3:33 pm

Excellent, thanks!

Post Reply