SWsoft Introduces Plesk Supporting New Software-as-a-Service Standard - HostReview.co

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SWsoft Introduces Plesk Supporting New Software-as-a-Service Standard - HostReview.co
# 1  
Old 07-11-2007
SWsoft Introduces Plesk Supporting New Software-as-a-Service Standard - HostReview.co

SWsoft Introduces Plesk Supporting New Software-as-a-Service Standard
HostReview.com (press release), IL - 26 minutes ago
Available for the Linux/Unix and Windows platforms. MIVA Merchant E-Commerce Module -- Provides tools for merchants to create and manage e-commerce sites on ...

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding plesk superuser from SSH

I'm trying to add a superuser (admin) to plesk from SSH (I have root access). Can this be done? I have search over the web but did not find any solution to my problem. My version is Plesk 9.3 (0 Replies)
Discussion started by: galford
0 Replies

2. UNIX for Dummies Questions & Answers

Plesk 9.5.4 CentOS 5 how to view log files?

Hello i have Plesk 9.5.4 CentOS 5 and after updating to 9.5.4 plesk told me there were some errors and to view a log file. Some problems occured during upgrade. You need to * * check log file * * ... (0 Replies)
Discussion started by: basslion
0 Replies

3. UNIX for Dummies Questions & Answers

Plesk Server Hacked - How to Backup

Hello! First of all: I am a newbie. :o :( I have a CentOS 64bit server with Plesk Panel 8.6. And have been hacked. :mad: After many tries and support tickets, I am configuring a new server, with Suse 11 and Plesk 9.2. I know that Plesk 8.6 have a backup utility (Parallels Plesk Control... (3 Replies)
Discussion started by: miguelvidal
3 Replies

4. Shell Programming and Scripting

running Cron job in Plesk

I have a script to delete unwanted cookies from some Curl jobs we are doing find /tmp -name 'CURLCOOKIE*' -print0 | xargs -0 rm this works great when I am logged on as root in the shell, now I have to put it into a cron job in Plesk. When I do that it does not work. I think the directory... (0 Replies)
Discussion started by: vaene
0 Replies
Login or Register to Ask a Question
ansi_ps(8)						      System Manager's Manual							ansi_ps(8)

Name
       ansi_ps, regis_ps, tek4014_ps - datatype to PostScript translators

Syntax
       /usr/lib/lpdfilters/ansi_ps [ options ]

       /usr/lib/lpdfilters/regis_ps [ options ]

       /usr/lib/lpdfilters/tek4014_ps [ options ]

Description
       Each  translator  reads	from standard input and writes to standard output.  If the data type is to be printed on a PostScript printer with
       specialised support, the translator is invoked by using the script.  Refer to

       The command is the ANSI to PostScript translator.

       The command is the Regis to PostScript translator.

       The command is the Tektronix 4014 to PostScript translator.

       The ANSI translator implements DEC-STD-074-0 (Printer System Reference Manual) and conforms to ISO/DSI 6429, ISO/DSI 2022,  and	ANSI  X3.4
       standards.   Escape  sequences  (documented in the translator reference manual) that do not begin with DEC are taken from the ISO/DSI 6429,
       ISO/DSI 2022 and ANSI X3.4 standards.  Escape sequences that begin with DEC are legal extensions of  DEC-STD-074-0.   The  ANSI	translator
       implements a few of the escape sequences documented in these standards.

       The  ANSI  translator, requires a preamble to be present in the printer, and is designed to send this preamble to the printer.  However, it
       is quicker if the TCP/IP Supporting Host Software loads the preamble at boot time.

       For instructions on what to do to enable the TCP/IP Supporting Host software to load the preamble when it boots, and to disable the  trans-
       lator from sending the preamble, see the Release Notes.

Options
       The valid options for the translator are:

       -e Interpret  line  feed  as carriage return line feed.	It is implemented by sending the control sequence string, to the translator before
	  reading standard input.

       -Fpagesize
	  Select the size of the pages to be printed.  The valid page sizes are:  letter, a, ledger, b, legal, executive, a5, a4, a3,  b5  or  b4.
	  If the page size is not specified, a4 is used.

       -Oorientation
	  Select  the  orientation  of the text on the page.  The valid orientations are: portrait or landscape.  If the orientation is not speci-
	  fied, portrait is used.

       -moutput_mode
	  Select the output mode of The output modes are:

	   8f	    Full 8-bit output
	   7f	    7-bit output
	   8g	    GL/GR only
	   7g	    GL only

	  If the output mode is not specified, 8f is used.

       -Rresource_string
	  Inform of a pre-loaded resource present in the PostScript environment of the printer.  Multiple -R options may be passed.

       -s Inhibit the final showpage.  This allows more than one page to be printed on each sheet.

       The valid options for the and translators are:

       -Fpagesize
	  Select the size of the pages to be printed.  The valid page sizes are: letter, a, ledger, b, legal, executive, a5, a4, a3, b5 or b4.	If
	  the page size is not specified, a4 is used.

       -Oorientation
	  Select  the  orientation  of the text on the page.  The valid orientations are: portrait or landscape.  If the orientation is not speci-
	  fied, portrait is used.

       -s Inhibit the final showpage.  This allows more than one page to be printed on each sheet.

See Also
       ln03rof(8), lpd(8), xlator_call(8)

																	ansi_ps(8)