Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
brltty /
Input /
pm /
[ HOME SHELL ]
Name
Size
Permission
Action
2d_l.ktb
863
B
-rw-r--r--
2d_s.ktb
864
B
-rw-r--r--
bar.kti
2.59
KB
-rw-r--r--
c_486.ktb
859
B
-rw-r--r--
c.ktb
860
B
-rw-r--r--
el_2d_40.ktb
875
B
-rw-r--r--
el_2d_66.ktb
875
B
-rw-r--r--
el_2d_80.ktb
875
B
-rw-r--r--
el2d_80s.ktb
854
B
-rw-r--r--
el40c.ktb
874
B
-rw-r--r--
el_40_p.ktb
891
B
-rw-r--r--
el40s.ktb
850
B
-rw-r--r--
el60c.ktb
874
B
-rw-r--r--
el66s.ktb
850
B
-rw-r--r--
el70s.ktb
850
B
-rw-r--r--
el80c.ktb
874
B
-rw-r--r--
el80_ii.ktb
852
B
-rw-r--r--
el_80.ktb
871
B
-rw-r--r--
el80s.ktb
850
B
-rw-r--r--
elba_20.ktb
893
B
-rw-r--r--
elba_32.ktb
893
B
-rw-r--r--
elb_tr_20.ktb
859
B
-rw-r--r--
elb_tr_32.ktb
859
B
-rw-r--r--
front13.kti
3.54
KB
-rw-r--r--
front9.kti
1.7
KB
-rw-r--r--
ib_80.ktb
861
B
-rw-r--r--
keyboard.kti
1.2
KB
-rw-r--r--
keys.kti
3.58
KB
-rw-r--r--
live.ktb
894
B
-rw-r--r--
routing.kti
1.06
KB
-rw-r--r--
status0.kti
856
B
-rw-r--r--
status13.kti
1.47
KB
-rw-r--r--
status20.kti
1.87
KB
-rw-r--r--
status22.kti
1.98
KB
-rw-r--r--
status2.kti
967
B
-rw-r--r--
status4.kti
1018
B
-rw-r--r--
switches.kti
4.77
KB
-rw-r--r--
trio.ktb
870
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bar.kti
############################################################################### # BRLTTY - A background process providing access to the console screen (when in # text mode) for a blind person using a refreshable braille display. # # Copyright (C) 1995-2021 by The BRLTTY Developers. # # BRLTTY comes with ABSOLUTELY NO WARRANTY. # # This is free software, placed under the terms of the # GNU Lesser General Public License, as published by the Free Software # Foundation; either version 2.1 of the License, or (at your option) any # later version. Please see the file LICENSE-LGPL for details. # # Web Page: http://brltty.app/ # # This software is maintained by Dave Mielke <dave@mielke.cc>. ############################################################################### # This key subtable is for Papenmeier displays which have an Easy Access Bar. note The long key on the front is the Easy Access Bar. ifVar hasSingleStepBar note * It can only be moved one step in each direction (left, right, up, down). note * To emulate the second step, also press any of the lower routing keys note * (those in the row just behind the text cells). else note * It can be moved two steps in each direction (left, right, up, down). endIf bind BarUp1 LNUP bind BarDown1 LNDN bind BarLeft1 FWINLT bind BarRight1 FWINRT bind BarUp2 TOP bind BarDown2 BOT bind BarLeft2 LNBEG bind BarRight2 LNEND hide on bind BarUp1+BarUp2 TOP bind BarDown1+BarDown2 BOT bind BarLeft1+BarLeft2 LNBEG bind BarRight1+BarRight2 LNEND hide off include routing.kti ifNotVar hasSingleStepBar bind BarUp1+RoutingKey1 PRINDENT bind BarDown1+RoutingKey1 NXINDENT bind BarLeft1+RoutingKey1 CLIP_ADD bind BarRight1+RoutingKey1 COPY_LINE bind BarUp2+RoutingKey1 SETLEFT bind BarDown2+RoutingKey1 DESCCHAR bind BarLeft2+RoutingKey1 CLIP_NEW bind BarRight2+RoutingKey1 COPY_RECT hide on bind BarUp1+BarUp2+RoutingKey1 SETLEFT bind BarDown1+BarDown2+RoutingKey1 DESCCHAR bind BarLeft1+BarLeft2+RoutingKey1 CLIP_NEW bind BarRight1+BarRight2+RoutingKey1 COPY_RECT hide off endIf assign toggleOff BarLeft1 assign toggleOn BarRight1 include status\{statusKeys}.kti include keys.kti ifKey RoutingKey2 endIf ifKey StatusKey2 bind !StatusKey2 GOTOLINE context menu bind BarUp1 MENU_PREV_ITEM bind BarDown1 MENU_NEXT_ITEM bind BarUp2 MENU_FIRST_ITEM bind BarDown2 MENU_LAST_ITEM bind BarLeft1 MENU_PREV_SETTING bind BarRight1 MENU_NEXT_SETTING bind BarLeft2 PREFLOAD bind BarRight2 PREFSAVE hide on bind BarUp1+BarUp2 MENU_FIRST_ITEM bind BarDown1+BarDown2 MENU_LAST_ITEM bind BarLeft1+BarLeft2 PREFLOAD bind BarRight1+BarRight2 PREFSAVE hide off
Close