Next Entries »

Using Windows Fonts on Linux

1. Download Fonts

2. Become root

host:$ su

3. Change directory to /usr/share/fonts/truetype/

host:# cd /usr/share/fonts/truetype

4. (Optional) Create a folder that you’ll remember

host:/usr/share/fonts/truetype# mkdir New-Folder-Name
host:/usr/share/fonts/truetype# cd New-Folder-Name

* New-Folder-Name could be any name you wish

5. Copy .ttf fonts file to /usr/share/fonts/truetype/ or /usr/share/fonts/truetype/New-Folder-Name

host:/usr/share/fonts/truetype/New-Folder_Name# cp /original-file-directory/font.ttf /usr/share/fonts/truetype/

OR

In Gnome

host:/usr/share/fonts/truetype/New-Folder-Name# nautilus /usr/share/fonts/truetype/

OR /usr/share/fonts/truetype/New-Folder-Name

and drag & drop .ttf files

IE on Linux

As a web developer,we know that IE suck big time.You might need a hack for each version of IE.Makes you wonder why there’s so many idiots still using it.

What happen if your a Web Developer on Linux?
No fear,you can get your Linux version of IE (on wine) here

FreeRadius

There are a few dependency that freeradius did not mention.

If your planning to use EAP,you know u need SSL but not openssl.You’ll need libssl-dev.This piece of information took me few days looking on the net and even compiled openssl by source (which doesn’t help).

If your planning to use ippool,you’ll need libltdl3-dev & libgdbm-dev.

configure freeradius for wpa-enterprise http://tldp.org/HOWTO/html_single/8021X-HOWTO/#confradius

http://ubuntuforums.org/archive/index.php/t-478804.html

So far,that all I need to record down.Just in case I need to reformat the whole OS for the 5th 6th 7th time.One more bad news for ya,freeradius can’t uninstall and I can’t replace it too.So…last resort,reinstall OS.

Next Entries »