Sponsored Content
Full Discussion: installing fonts on UNIX
Top Forums UNIX for Dummies Questions & Answers installing fonts on UNIX Post 66718 by locustfurnace on Wednesday 16th of March 2005 06:01:13 PM
Old 03-16-2005
This would be an issue with your locale, not fonts. Are you sure it's getting rejects because of the encoding and not due to an address issue?

What is your locale set to on the firewall?

As for adding more fonts to the box, you would need to add more info, such as the OS of the box.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installing Unix

Hi all, I just joined this forum and I have tons and tons of questions! Lets start with first one, how to install unix (on laptop)? I bought this book (Unix System Administrator's Bible) and got a CD (Full distribution copy of FreeBSD 2.2.5); and it is all compressed (I got that... (4 Replies)
Discussion started by: nchauhan
4 Replies

2. Linux

Installing new fonts

Hi All, I'm running RH 7.3 and wish to install new fonts on the box ? What are the steps in downloading and installing new fonts ? Thanks, KENT (3 Replies)
Discussion started by: kxchen_home
3 Replies

3. Solaris

Installing True Type fonts on Unix - Please help

Hi to all, I have copied some true type fonts to my /usr/openwin/lib/X11/fonts/TrueType directory. I need to get the fonts.dir file updated. I have tried using the mkfontdir command but the file does not get updated with my new fonts. Can someone please help me as I have struggled with this... (3 Replies)
Discussion started by: montejr
3 Replies

4. UNIX for Dummies Questions & Answers

Installing unix.

Hi, I want to go and learn unix, I order to achieve this task I need to install unix on my machine. I am currently using a Dell Inspiron 6000, which is about a year and a half old. Currently I have 20GB of free space. It has been recommended to me that I simply partition my hard drive... (9 Replies)
Discussion started by: Mike55
9 Replies

5. UNIX for Dummies Questions & Answers

installing unix

hey, i downloaded a version of unix just recently in three files about a gig a piece in size. the website told me to merge the three files into one iso file...i did that using the xtra wizard on alchohol 120%. i tried to boot it from the virtual drive, but all it does is open a window that shows... (2 Replies)
Discussion started by: retrop_ffilc
2 Replies

6. Linux

Installing Fonts on RHEL4

Hello All, I want to install some fonts from my unix box (Tru64) to linux box (RHEL4). I know what all steps are required, like > mkfontdir > fc-cache > xset fp rehash The problem is i am not able to find out which font is actually required from unix box to be installed on linux box. Is... (1 Reply)
Discussion started by: ankurjain
1 Replies

7. UNIX for Dummies Questions & Answers

Installing Unix

Hello, I am a compete beginner to Unix, I have a very old HP 9000 class D server and i am trying to install HP-UX 11i on it, when i insert the cd into the cd drive on the Server and boot it up it does not automatically boot into the install of Unix. I have tried letting the Server boot... (1 Reply)
Discussion started by: eoghanlee
1 Replies

8. UNIX for Dummies Questions & Answers

Need help Installing UNIX

I have a dual boot - XP and Solaris 10 on my Intel Box. Since quite sometime now, I have been trying to get a driver for the Network card on my box so that I can connect to the Web through Solaris; but Solaris does not have a generic driver for my Gigabit Ethernet 10.100.1000 T-base card. As a... (1 Reply)
Discussion started by: tubbyrana
1 Replies

9. UNIX for Dummies Questions & Answers

Installing Unix

I am new to Unix. I want to be able to do shell scripting. I have installed Vmware Server on my PC. Please see my PC specs below: Processor: Intel Core Duo CPU @ 2.2 GHz Memory: 2GB System Type: 32-bit OS How can I use Unix-Linux on my PC and learn Unix? (9 Replies)
Discussion started by: abou202
9 Replies

10. Programming

Installing EXPECT on unix

Friends, I thought of installing EXPECT but unable to execute 'make', its throwing errors. Am not a 'root' user, will I not be able to install EXPECT in my home directory? (8 Replies)
Discussion started by: anaga
8 Replies
Firewall mark classifier in tc(8)				       Linux					 Firewall mark classifier in tc(8)

NAME
fw - fwmark traffic control filter SYNOPSIS
tc filter ... fw [ classid CLASSID ] [ action ACTION_SPEC ] DESCRIPTION
the fw filter allows to classify packets based on a previously set fwmark by iptables. If it is identical to the filter's handle, the fil- ter matches. iptables allows to mark single packets with the MARK target, or whole connections using CONNMARK. The benefit of using this filter instead of doing the heavy-lifting with tc itself is that on one hand it might be convenient to keep packet filtering and classifi- cation in one place, possibly having to match a packet just once, and on the other users familiar with iptables but not tc will have a less hard time adding QoS to their setups. OPTIONS
classid CLASSID Push matching packets to the class identified by CLASSID. action ACTION_SPEC Apply an action from the generic actions framework on matching packets. EXAMPLES
Take e.g. the following tc filter statement: tc filter add ... handle 6 fw classid 1:1 will match if the packet's fwmark value is 6. This is a sample iptables statement marking packets coming in on eth0: iptables -t mangle -A PREROUTING -i eth0 -j MARK --set-mark 6 SEE ALSO
tc(8), iptables(8), iptables-extensions(8) iproute2 21 Oct 2015 Firewall mark classifier in tc(8)
All times are GMT -4. The time now is 11:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy