Hello,
Can anyone help me please!
Hi all,
I've tried several ways to setup unicode for BT2 but not successful. I don't know why. I'm pretty new to Linux.
Now I can read Unicode website but not typing.
Please help me,
Thank you so much,
It's what i get from BT2:
bt ~ # locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
-------------------------------------------
From other distro, which I type in Unicode:
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE=C
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Hello,
Can anyone help me please!
[CENTER][FONT=Book Antiqua][SIZE=5][B][COLOR=blue][FONT=Courier New][COLOR=red]--=[/COLOR][/FONT]Xploitz[FONT=Courier New][COLOR=red]=--[/COLOR][/FONT][/COLOR][/B][/SIZE][/FONT][FONT=Courier New][COLOR=Black][SIZE=6][B] ®[/B][/SIZE][/COLOR][/FONT][/CENTER]
[CENTER][SIZE=4][B]Remote-Exploit.orgs Master Tutorialist.[/B][/SIZE][SIZE=6][B]™
[/B][/SIZE]
[URL="http://forums.remote-exploit.org/showthread.php?t=9063"][B]VIDEO: Volume #1 "E-Z No Client WEP Cracking Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=7872"][B]VIDEO: Volume #2 "E-Z No Client Korek Chopchop Attack Tutorial"[/B]
[/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8230"][B]VIDEO: Volume #3 "E-Z WPA/WPA2 Cracking Tutorial"[/B][/URL]
[URL="http://forums.remote-exploit.org/showthread.php?t=8041"][B]VIDEO: Volume #4 "E-Z Cracking WPA/WPA2 With Airolib-ng Databases"[/B][/URL]
[/CENTER]
Sorry for that but It's been 1 week. I really need it and have searched around the forum but not yet get the answer.
Is there any Backtrack users from Japan, Vietname, Chinese, Korea, Thai???
How you guys can get unicode character display on the X terminal?
Please help!!!
try this : it's for slackware, but bt is based on slax wich is based on slackware....
BT isn't set up with Unicode support by default. So set your locale to your unicode one. Linux.com's Controlling Your local with environment variables article, along with a list of language codes and country codes, should be all you need to figure out your Unicode locale. When you know it, edit “/etc/profile.d/lang.sh” and change:
export LANG=en_US to
export LANG=en_CA.UTF-8 whereas en_CA.UTF-8 will of course be different depending on where you live.
Now you need a Unicode console font. Download the Terminus font from the Home Page of Dimitar Zhekov and install it using my modification of his SlackBuild.
Now put the following in rc.local:
unicode_start And the following in ~/.bashrc
if [ $TERM = "linux" ]; then
setfont ter-v16n
fi
# Needed to get "man" to work properly in Unicode locales
alias man='LC_ALL=C man'
This will give you unicode support for the first virtual console (the one you switch to when you type ALT-F1).
To test, download ucs-fonts.tar.gz and untar it. Among the extracted files will be an examples directory; go there and have a look at the various files:
cat quickbrown.txt
The European languages should be displayed properly.
To get full Unicode support requires an X terminal that actually has full Unicode support. My favorite is rxt-unicode and here's what you need to set it up:
My .Xdefaults
When running rxvt-unicode, “cat” the files in ucs-font's example's directory again. You should be able to see every Unicode character in those files.
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006