Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Big difference between UNIX systems? Which one as OSX replacement for a developer? Post 303010630 by vbe on Thursday 4th of January 2018 10:06:45 AM
Old 01-04-2018
So for that I would go with Debian...
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OSX vs. UNIX

To anyone that has the answer: What does UNIX have that Mac OSX doesn't. I am a programmer, and I am wondering if I could just get Mac OSX for my programming needs instead of UNIX. But my major question is what does UNIX have that Mac OSX doesn't. Thank you if you have the answer, and are willing... (2 Replies)
Discussion started by: REM
2 Replies

2. UNIX for Dummies Questions & Answers

launching OSX apps in UNIX

How do you launch an OSX app in UNIX? -Mad (3 Replies)
Discussion started by: madknowledge
3 Replies

3. UNIX for Dummies Questions & Answers

UNIX mode in Mac OSX - problems

I am a Macintosh using OS 10.2 which has Unix underpinnings. When entering console mode (the root system where unix takes over) I get the following message - bootstrap_look_up () failed (ipc/send) invalid destination port I always used to get a localhost# prompt (and then can use unix... (1 Reply)
Discussion started by: ngilman
1 Replies

4. OS X (Apple)

OSX/Unix problem

More of an OSX issue. I have a file name on my desktop of a previous file I had delete. Everytime I click on it, it dissapears, only to re-appear if I reboot/open cert apps/or save another file type like it to the desktop. The thing is, it's just the name of the file including extension. The... (8 Replies)
Discussion started by: cambridgedj
8 Replies

5. AIX

How big is AIX installed base (i.e. number of deployed systems)?

Hi, Just wondered if anyone knows the approximate size of the AIX installed base, i.e. number of machines running out there. I'm expecting a figure of less than a million. There seems to be a lack of info on the web. Presumably only IBM know for sure! (3 Replies)
Discussion started by: garethr
3 Replies

6. OS X (Apple)

MAC OSX and UNIX server based software

I am a MAC user evaluating electronic medical record software. I found a package which is UNIX server based. Can anyone tell me if MAC OS X can be used in this situation. The software is nexgen (www.nexgen.com). How UNIX "compatible" is MAC OS X? I apologize for my very limited UNIX... (7 Replies)
Discussion started by: kaye32608
7 Replies

7. UNIX for Dummies Questions & Answers

Unix shell script Certification for oracle developer.

hi friends, I would like to do the certification in Korn shell scripts { i am using HP UNIX machine }. is there any certification for UNIX shell script . If yes please tell me the details . i am junior level oracle plsql developer . i interseted in unix shell scripting . i need... (1 Reply)
Discussion started by: rdhaprakasam
1 Replies
Parse::Debian::Packages(3pm)				User Contributed Perl Documentation			      Parse::Debian::Packages(3pm)

NAME
Parse::Debian::Packages - parse the data from a debian Packages.gz SYNOPSIS
use YAML; use IO::File; use Parse::Debian::Packages; my $fh = IO::File->new("Packages"); my $parser = Parse::Debian::Packages->new( $fh ); while (my %package = $parser->next) { print Dump \%package; } DESCRIPTION
This module parses the Packages files used by the debian package management tools. It presents itself as an iterator. Each call of the ->next method will return the next package found in the file. For laziness, we take a filehandle in to the constructor. Please open the file for us. METHODS
new( $filehandle ) next Iterate to the next package in the file, returns either a hash containing a package description, or false at end of file. as_hash( $filehandle ) Return all the packages from a filehandle as a hash of hashes. AUTHOR
Richard Clamp <richardc@unixbeard.net> with as_hash implementation by Thomas Klausner. COPYRIGHT
Copyright (C) 2003,2005,2012 Richard Clamp. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Module::Packaged perl v5.14.2 2012-03-11 Parse::Debian::Packages(3pm)
All times are GMT -4. The time now is 10:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy