Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.144.116.34
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
kbd-1.15.5 /
[ HOME SHELL ]
Name
Size
Permission
Action
ANSI-dvorak.gif
3.72
KB
-rw-r--r--
AUTHORS
741
B
-rw-r--r--
COPYING
1.95
KB
-rw-r--r--
ChangeLog
15.69
KB
-rw-r--r--
README
637
B
-rw-r--r--
dvorak-l.xmodmap
2.28
KB
-rw-r--r--
dvorak-r.xmodmap
2.28
KB
-rw-r--r--
dvorak.diffs
1.37
KB
-rw-r--r--
dvorak.txt
1.14
KB
-rw-r--r--
dvorak.xmodmap
2.11
KB
-rw-r--r--
font-formats-1.html
5.35
KB
-rw-r--r--
font-formats-2.html
1.44
KB
-rw-r--r--
font-formats-3.html
6.84
KB
-rw-r--r--
font-formats-4.html
2.15
KB
-rw-r--r--
font-formats-5.html
517
B
-rw-r--r--
font-formats.html
1.29
KB
-rw-r--r--
kbd.FAQ-1.html
4.09
KB
-rw-r--r--
kbd.FAQ-10.html
2.58
KB
-rw-r--r--
kbd.FAQ-11.html
2.2
KB
-rw-r--r--
kbd.FAQ-12.html
8.02
KB
-rw-r--r--
kbd.FAQ-13.html
4.39
KB
-rw-r--r--
kbd.FAQ-14.html
3.39
KB
-rw-r--r--
kbd.FAQ-15.html
6.76
KB
-rw-r--r--
kbd.FAQ-16.html
2.95
KB
-rw-r--r--
kbd.FAQ-17.html
1.67
KB
-rw-r--r--
kbd.FAQ-18.html
2.46
KB
-rw-r--r--
kbd.FAQ-19.html
1.32
KB
-rw-r--r--
kbd.FAQ-2.html
2.92
KB
-rw-r--r--
kbd.FAQ-20.html
1.68
KB
-rw-r--r--
kbd.FAQ-21.html
1.67
KB
-rw-r--r--
kbd.FAQ-22.html
2.38
KB
-rw-r--r--
kbd.FAQ-23.html
965
B
-rw-r--r--
kbd.FAQ-3.html
2.06
KB
-rw-r--r--
kbd.FAQ-4.html
7.68
KB
-rw-r--r--
kbd.FAQ-5.html
16.87
KB
-rw-r--r--
kbd.FAQ-6.html
2.68
KB
-rw-r--r--
kbd.FAQ-7.html
5.58
KB
-rw-r--r--
kbd.FAQ-8.html
9.19
KB
-rw-r--r--
kbd.FAQ-9.html
2.54
KB
-rw-r--r--
kbd.FAQ.html
5.11
KB
-rw-r--r--
utfdemo
4.15
KB
-rw-r--r--
utflist
25.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kbd.FAQ-9.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9"> <TITLE>The Linux keyboard and console HOWTO: How to get out of raw mode</TITLE> <LINK HREF="kbd.FAQ-10.html" REL=next> <LINK HREF="kbd.FAQ-8.html" REL=previous> <LINK HREF="kbd.FAQ.html#toc9" REL=contents> </HEAD> <BODY> <A HREF="kbd.FAQ-10.html">Next</A> <A HREF="kbd.FAQ-8.html">Previous</A> <A HREF="kbd.FAQ.html#toc9">Contents</A> <HR> <H2><A NAME="s9">9. How to get out of raw mode</A></H2> <P> <!-- raw mode, exiting --> <P>If some program using K_RAW keyboard mode exits without restoring the keyboard mode to K_XLATE, then it is difficult to do anything - not even Ctrl-Alt-Del works. However, it is sometimes possible to avoid hitting the reset button. (And desirable as well: your users may get angry if you kill their Hack game by rebooting; you might also damage your file system.) Easy solutions involve logging in from another terminal or another machine and doing <CODE>kbd_mode -a</CODE>. The procedure below assumes that no X is running, that the display is in text mode, and that you are at your bash prompt, that you are using a US keyboard layout, and that your interrupt character is Ctrl-C. <P>Step 1. Start X. As follows: press 2 (and don't release), press F12 (and don't release) and immediately afterwards press = . This starts X. (Explanation: if a key press produces keycode K, then the key release produces keycode K+128. Probably your shell does not like these high characters, so we avoid generating them by not releasing any key. However, we have to be quick, otherwise key repeat starts. The digit 2 produces a Ctrl-C that discards previous junk, the F12 produces an X and the = a Return.) Probably your screen will be grey now, since no <CODE>.xinitrc</CODE> was specified. However, Ctrl-Alt-Fn will work and you can go to another VT. (Ctrl-Alt-Backspace also works, but that exits X, and gets you back into the previous state, which is not what you want.) <P>Step 2. Setup to change the keyboard mode. (For example, by <CODE>sleep 5; kbd_mode -a</CODE>.) <P>Step 3. Leave X again. Alt-Fx (often Alt-F7) brings you back to X, and then Ctrl-Alt-Backspace exits X. Within 5 seconds your keyboard will be usable again. <P>If you want to prepare for the occasion, then make <CODE>\215A\301</CODE> (3 symbols) an alias for <CODE>kbd_mode -a</CODE>. Now just hitting = F7 = (3 symbols) will return you to sanity. <P> <HR> <A HREF="kbd.FAQ-10.html">Next</A> <A HREF="kbd.FAQ-8.html">Previous</A> <A HREF="kbd.FAQ.html#toc9">Contents</A> </BODY> </HTML>
Close