Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Analogues applications between Windows Application to Linux Post 302924112 by vbe on Thursday 6th of November 2014 09:38:28 AM
Old 11-06-2014
You have the chance to go opensource using Linux platforms with DNS and a opensource LDAP... But you are using Windows server...
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

executing applications/commands on a unix server from a windows PC

i have a network drive (samba) mounted on to my PC and also i have SSH client on my machine. however i need to run applications/commands on a unix server from the middle of a different executable(windows compatable one). so i need to connect to the unix server from SSH through the... (1 Reply)
Discussion started by: megastar
1 Replies

2. UNIX for Dummies Questions & Answers

What kind of security applications UNIX and Windows have in common?

Hi guys, may I know what kind of security applications do UNIX and Windows have in common? This is related to a project that is approaching its deadline, so would you all please be kind enough to help me? Thank You. (0 Replies)
Discussion started by: austintham
0 Replies

3. Windows & DOS: Issues & Discussions

Porting Applications Using Windows SFU

I am trying to port a UNIX POSIX compliant application to Windows using Windows Services For UNIX version 3.5. The application is written in C and therefore I need to compile it using the cc command. I am running into many problems, but the one that specifically has me stuck right now is this.... (0 Replies)
Discussion started by: sidinsd
0 Replies

4. AIX

How can invoke applications on Windows machine from AIX server

Hi folks, Before I start explaning my problem let me tell you I am new to Unix environment. I am working on a application. It was developed in java (on Windows machine). But application for production will be deployed on AIX machine. One of my requirement is I need to invoke QTP scripts and... (3 Replies)
Discussion started by: sachinrt
3 Replies

5. UNIX for Dummies Questions & Answers

startX windows application during boot.....putty connection takes the windows

Dear all i am new to linux/debian i run my application on the computer...during startup in bashrc i wrk wid dis script to invoke startx..i do this above command and it works perfectly... if && ; then startx -- -br 1>/dev/null exit 0 fi i use winscp for file transfer and putty for... (1 Reply)
Discussion started by: venkat_330
1 Replies

6. UNIX for Dummies Questions & Answers

How can I rebuild applications that developed in UNIX? I need to use it in windows os with cygwin

I need to rebuild an application that developed in unix environment and run in windows OS with cygwin. so How can I rebuild from the source code? is there any one who said something on this regard? (2 Replies)
Discussion started by: bejirond
2 Replies
IMGSIZE(1p)						User Contributed Perl Documentation					       IMGSIZE(1p)

NAME
imgsize - read the dimensions of an image in several popular formats USAGE
imgsize [ -r | -a | -f fmt ] file [ file ... ] DESCRIPTION
No-brainer to size an image supplied on the command-line. All the real work is done in Image::Size. REQUIRED ARGUMENTS
imgsize expects file names on the command-line. If more than one file is provided, the file name will be included in the output: % imgsize dot.gif width="16" height="16" % imgsize dot.gif dash.gif dot.gif: width="16" height="16" dash.gif: width="32" height="8" OPTIONS
By default, the width and height are returned as attributes for an IMG tag in HTML, essentially "width="40" height="30"" or similar. The following options may be used to return alternate formats (all report width first, then height): "-r" Return "raw" format data. Just the numbers separated by a single space. "-a" Return a Perl-style list of attributes suitable for passing to the "img()" method of the CGI module (see CGI). "-f" fmt Pass the string specified in fmt to "sprintf" and thus use it to format the results to your taste. "sprintf" will be passed two numbers, so any other formatting directives will be lost. The numbers are passed as width first, then height. EXIT STATUS
imgsize always exits BUGS
Please report any bugs or feature requests to "bug-image-size at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Image-Size <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Image-Size>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Image-Size <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Image-Size> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Image-Size <http://annocpan.org/dist/Image-Size> o CPAN Ratings http://cpanratings.perl.org/d/Image-Size <http://cpanratings.perl.org/d/Image-Size> o Search CPAN http://search.cpan.org/dist/Image-Size <http://search.cpan.org/dist/Image-Size> o Project page on GitHub http://github.com/rjray/image-size <http://github.com/rjray/image-size> LICENSE AND COPYRIGHT
Copying and distribution are permitted under the terms of the Artistic License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php <http://www.opensource.org/licenses/artistic-license-2.0.php>) or the GNU LGPL 2.1 (http://www.opensource.org/licenses/lgpl-2.1.php <http://www.opensource.org/licenses/lgpl-2.1.php>). SEE ALSO
Image::Size AUTHOR
Randy J. Ray "<rjray@blackperl.com>". perl v5.14.2 2012-06-08 IMGSIZE(1p)
All times are GMT -4. The time now is 03:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy