What is the greatest shortcut?

What is the greatest shortcut?
And why is it this?

Other urls found in this thread:

unix.com/solaris/14305-stop-sequence.html
sunhelp.org/unix-sysadmin-resources/sysadmin-faq-sun/
twitter.com/AnonBabble

Fuck this shortcut.
>The amount of hours I've spent troubleshooting why I didn't have internet

so it IS true that most if not all people on Sup Forums have autism

why am i not surprised

rfkill list all

>He doesn't have a mechanical off switch to wifi

I love it too

Ctrl Alt + S

Stop is the best but any of these are comfy class shortcuts.

what does stop do?

Why do you love this?
What's the purpose?

hjkl, CTRL+W, CTRL+F, CTRL+Q, CTRL+T, CTRL+L, REISUB
This.

That's a Sun Solaris keyboard. Stop-A stops the OS basically and drops you into the management software.

unix.com/solaris/14305-stop-sequence.html

sunhelp.org/unix-sysadmin-resources/sysadmin-faq-sun/

At work we have a few Sun machines and one of them had a hardware fault but we could ever get a key combination to work from regular keyboards to get into the management firmware.
Work ended up buying 2 Sun Solaris keyboards (and a Sun mouse) just to plug into the broken Sun box and fix it.

I have one of those Sun keyboards and a Sun microphone. The Sun keyboard is nice and sort of squishy but still firm to type on.

damn, that is cool!

rename files
saves so much time

>the laptop floats on one corner

nice good laptop. bent chassis?

yea F2 to rename files is pretty neat

No, Compose is. How do foreign people even type without that?

I'll just leave this here:
Bash key bindings:
____________CTRL Key Bound_____________
Ctrl + a - Jump to the start of the line
Ctrl + b - Move back a char
Ctrl + c - Terminate the command
Ctrl + d - Delete from under the cursor
Ctrl + e - Jump to the end of the line
Ctrl + f - Move forward a char
Ctrl + k - Delete to EOL
Ctrl + l - Clear the screen
Ctrl + r - Search the history backwards
Ctrl + R - Search the history backwards with multi occurrence
Ctrl + u - Delete backward from cursor
Ctrl + xx - Move between EOL and current cursor position
Ctrl + x @ - Show possible hostname completions
Ctrl + z - Suspend/ Stop the command
____________ALT Key Bound___________
Alt + < - Move to the first line in the history
Alt + > - Move to the last line in the history
Alt + ? - Show current completion list
Alt + * - Insert all possible completions
Alt + / - Attempt to complete filename
Alt + . - Yank last argument to previous command
Alt + b - Move backward
Alt + c - Capitalize the word
Alt + d - Delete word
Alt + f - Move forward
Alt + l - Make word lowercase
Alt + n - Search the history forwards non-incremental
Alt + p - Search the history backwards non-incremental
Alt + r - Recall command
Alt + t - Move words around
Alt + u - Make word uppercase
Alt + back-space - Delete backward from cursor

----------------More Special Keybindings-------------------

Here "2T" means Press TAB twice

$ 2T - All available commands(common)
$ (string)2T - All available commands starting with (string)
$ /2T - Entire directory structure including Hidden one
$ 2T - Only Sub Dirs inside including Hidden one
$ *2T - Only Sub Dirs inside without Hidden one
$ ~2T - All Present Users on system from "/etc/passwd"
$ $2T - All Sys variables
$ @2T - Entries from "/etc/hosts"
$ =2T - Output like ls or dir

open term emulator
Ctrl x e (maybe it's ctrl e x , I'm not sure)
paste/type multiple lines of sudo codes.
save and close
Bob's you're uncle.

Alt+SysRq(thats printscreen)+B

Holding ctrl when highlighting, moving in, or deleting text.

~/.inputrc
set editing-mode vi
set keymap vi-command