K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / bin /
server ip : 172.67.156.115

your ip : 172.69.58.68

H O M E


Filename/usr/bin/unicode_stop
Size530
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified18-Feb-2013 21:55
Last accessed05-Jul-2025 15:27
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/bin/sh

if [ ! -e /proc/self/fd/0 ] ; then
echo "Won't set ascii mode: Can't determine console type;" >&2
echo " Please ensure that /proc is mounted." >&2
exit 1
fi

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