Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
CNET News: Torvalds Critical of New GPL Draft
The second draft of a revised General Public License has been released, but Linus Torvalds--founder and leader of the best-known software project governed by the GPL--remains unconvinced of its merits...
NewsForge: Google Announces Hosting for Open Source Projects
...[W]ho describe the service as similar to SourceForge.net and other community hosting projects, but not designed to compete with those projects...
Marcelo Tosatti: Linux v2.4.33-rc3 (And a New v2.4 Maintainer)
Willy Tarreau has stepped up to maintain the mainline v2.4 tree, and will do so starting from v2.4.34...
SearchOpenSource: Dumping Microsoft SQL Server: MySQL, PostgreSQL Attract Big Users
So, you're a Microsoft SQL Server administrator flirting with open source, but you're not sure how far you should go on the first migration...?
O'Reilly: An Interview with the Creator of FreeSWITCH
When it comes to open source phone systems, Asterisk is by far the dominant player, but it isn't the only kid on the team and FreeSWITCH is considered by many to be one of the up and comers...
The second draft of a revised General Public License has been released, but Linus Torvalds--founder and leader of the best-known software project governed by the GPL--remains unconvinced of its merits...
NewsForge: Google Announces Hosting for Open Source Projects
...[W]ho describe the service as similar to SourceForge.net and other community hosting projects, but not designed to compete with those projects...
Marcelo Tosatti: Linux v2.4.33-rc3 (And a New v2.4 Maintainer)
Willy Tarreau has stepped up to maintain the mainline v2.4 tree, and will do so starting from v2.4.34...
SearchOpenSource: Dumping Microsoft SQL Server: MySQL, PostgreSQL Attract Big Users
So, you're a Microsoft SQL Server administrator flirting with open source, but you're not sure how far you should go on the first migration...?
O'Reilly: An Interview with the Creator of FreeSWITCH
When it comes to open source phone systems, Asterisk is by far the dominant player, but it isn't the only kid on the team and FreeSWITCH is considered by many to be one of the up and comers...
japanese
you can check whether you have some japanese fonts in the legacy encodings jisx02008 and jisx0201 available to your x-server with the command
~$ xlsfonts |grep jisx
a basic set of japanese bitmap fonts is already part of xfree86.rpm. therefore, almost all systems with x installed already have some japanese fonts and the output of the above xlsfonts command should at least contain:
-jis-fixed-medium-r-normal--0-0-75-75-c-0-jisx0208.1983-0 -jis-fixed-medium-r-normal--16-110-100-100-c-160-jisx0208.1983-0 -jis-fixed-medium-r-normal--16-150-75-75-c-160-jisx0208.1983-0 -jis-fixed-medium-r-normal--24-170-100-100-c-240-jisx0208.1983-0 -jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0 -misc-fixed-medium-r-normal--0-0-75-75-c-0-jisx0201.1976-0 -misc-fixed-medium-r-normal--0-0-75-75-c-0-jisx0208.1983-0 -misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0 -misc-fixed-medium-r-normal--14-130-75-75-c-70-jisx0201.1976-0 -sony-fixed-medium-r-normal--0-0-100-100-c-0-jisx0201.1976-0 -sony-fixed-medium-r-normal--16-120-100-100-c-80-jisx0201.1976-0 -sony-fixed-medium-r-normal--16-150-75-75-c-80-jisx0201.1976-0 -sony-fixed-medium-r-normal--24-170-100-100-c-120-jisx0201.1976-0 -sony-fixed-medium-r-normal--24-230-75-75-c-120-jisx0201.1976-0
you only need to install additional fonts if you want to have other sizes or styles.
you cannot easily find out with xlsfonts which fonts available in iso10646-1 encoding (unicode) support all glyphs needed for japanese. but see section 5.1.1 how to find out with the help of #_#>
2005-03-09