Sponsored Content
Full Discussion: Vi Editor Settings For Hp-UX
Operating Systems HP-UX Vi Editor Settings For Hp-UX Post 302444220 by pludi on Wednesday 11th of August 2010 07:59:20 AM
Old 08-11-2010
If you're the admin of the box, download the depot file, and install it using swinstall
If you're not the admin, ask the admin about the above steps, or download the source and compile and install it into your home directory.
 

10 More Discussions You Might Find Interesting

1. Solaris

Duplex Settings

Hi All I've been having a lot of errors logged on the Cisco Catalyst (4000 series) which one of my Solaris servers is patched into. I have a feeling they are duplex related, but I'm a bit stuck as to how to confirm that. How do I: 1. Check the duplex settings on my eri0 card? 2. Set the... (3 Replies)
Discussion started by: saabir
3 Replies

2. UNIX for Dummies Questions & Answers

Network settings

Total newbie here!! How do I view and alter network settings (ip address, subnet mask and default gateway) in UNIX? Thanks in advance.. (3 Replies)
Discussion started by: ZappaDub
3 Replies

3. UNIX for Advanced & Expert Users

.profile settings

I need to configure my .profile so that it should always reflect my present directory path during my session. How can i do that. Please help (1 Reply)
Discussion started by: satgur
1 Replies

4. IP Networking

settings in rc.firewall

Hi everyone. I'm trying to setup eMule and torrents on the local network behind the BSD server. And everything seems to work except one detail - it works as long as ${fwcmd} add deny log tcp from any to any in via ${oif} setup is commented out. Meaning that not only required ports are open, but... (2 Replies)
Discussion started by: reality
2 Replies

5. UNIX for Dummies Questions & Answers

Pasting text in VI editor from a different editor

Hi, I knw its a silly question, but am a newbie to 'vi' editor. I'm forced to use this, hence kindly help me with this question. How can i paste a chunk 'copied from' a different editor(gedit) in 'vi editor'? As i see, p & P options does work only within 'vi'. (10 Replies)
Discussion started by: harishmitty
10 Replies

6. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies

7. Solaris

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :Licen

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :License server is down (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

8. Linux

Ip settings

Hi, How to set ip address in linux. Regards, Guguli (1 Reply)
Discussion started by: guguli
1 Replies

9. UNIX for Dummies Questions & Answers

Create some settings

Hi, I've installed mysql and apache servers and made it run in my company's production server. Now what I want to be done is for a notification to be sent to my mail when the servers (mysql and apache) are stopped and not running. Please help me on doing this. Tqs. (3 Replies)
Discussion started by: anaigini45
3 Replies

10. UNIX for Advanced & Expert Users

Help with firewall settings

Hi all, I am confusing myself with trying to set up a firewall and hope someone here can help me progress. I have a small cluster of three Raspberry PI's running NOOBS, which I believe is a Debian fork. I have a "Gateway" machine, if that is the right phrase, that has a USB Wifi dongle... (0 Replies)
Discussion started by: steadyonabix
0 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 08:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy