Sponsored Content
Full Discussion: Color konsole in FBSD 4.6
Top Forums UNIX for Dummies Questions & Answers Color konsole in FBSD 4.6 Post 24921 by lancest on Saturday 20th of July 2002 07:39:31 PM
Old 07-20-2002
Color konsole in FBSD 4.6

FBSD 4.6
How do I colorize my konsole to see directories etc. Am able to get color in the shell with ls -GF in my .bashrc. But color does not show in KDE3 Konsole (Xwindows) for some reason.FBSD 4.6
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

my fbsd gateway

hi i got a problem. I use a fbsd box to share my (DSL)internet connection. I got 2 networkcards in my fbsd box, but my networkcard 1 (to my modem) always go out. the led don't burn anymore and I lose my connection to the internet :( but my networkcard2 (to my local network) doesn't go out,... (2 Replies)
Discussion started by: Stormpie
2 Replies

2. UNIX for Dummies Questions & Answers

fBSD nat ipfw

i am running nat on my freeBSD and web/ftp server. The rule allow ip from any to any must always be? or how? if i accept all packets to go on my ep0 which diverts all to my intranet it doesnt help, must the rule allow ip from any to any always be ? even if many rules are between divert rule and... (3 Replies)
Discussion started by: hachik
3 Replies

3. UNIX for Advanced & Expert Users

FBSD jail question

I'm trying to establish a jail on a FBSD 6.1 system and have a couple of questions on bringing up the daemon. Under the jail man page there are two user flags that I am unclear on, -u username The user name from host environment as whom the command should run. -U... (1 Reply)
Discussion started by: thumper
1 Replies
Graphics::Color::YIQ(3pm)				User Contributed Perl Documentation				 Graphics::Color::YIQ(3pm)

NAME
Graphics::Color::YIQ - YIQ color space VERSION
version 0.29 SYNOPSIS
use Graphics::Color::YIQ; my $color = Graphics::Color::YIQ->new({ luminance => 0.5, in_phase => .5, quadrature => .25, }); DESCRIPTION
Graphics::Color::YIQ represents a Color in an YIQ color space. DISCLAIMER
I couldn't find clear information on the bounds of each value, so at the moment there are none. ATTRIBUTES
luminance y Set/Get the luminance component of this Color. in_phase i Set/Get the in_phase component of this Color. quadrature q Set/Get the quadrature component of this Color. name Get the name of this color. Only valid if the color was created by name. not_equal_to The opposite of equal_to. METHODS
as_string Get a string version of this Color in the form of LUMINANCE,IN-PHASE,QUADRATURE as_array Get the YIQ values as an array equal_to Compares this color to the provided one. Returns 1 if true, else 0; AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-08-11 Graphics::Color::YIQ(3pm)
All times are GMT -4. The time now is 01:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy