Sponsored Content
Full Discussion: HP UNIX freeware
Operating Systems HP-UX HP UNIX freeware Post 302071756 by DaGrayHP on Monday 24th of April 2006 10:40:53 AM
Old 04-24-2006
Freeware HP-UX

No there is no freeware version of HP-UX, however I have seen it sold on Ebay for cheap ($20).
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

adobe freeware question

I've just downloaded the adobe reader for a solaris 8 box of mine. I try to unzip it as it is is tar.gz format and get a binary error ? how can I unzip this thing and get the reader going ? thanks (3 Replies)
Discussion started by: simon2000
3 Replies

2. UNIX for Dummies Questions & Answers

Can anyone recommend a freeware X-windows emulator?

Are there any freeware or shareware X-windows emulators out there? I only have the need for an emulator on rare occasions and would like to avoid having to purchase something like Exceed or x32. Thanks (1 Reply)
Discussion started by: rhack
1 Replies

3. What is on Your Mind?

freeware to document your IT infrastructure for unix

I just started using this good free software that lets you document your entire IT infrastructure. It's called Auditor Lite or Documentor for Unix and in my opinion it's the best software out there and the fact that it is free is even better. Just thought I would let you guys know if you want to... (1 Reply)
Discussion started by: itguy321
1 Replies

4. UNIX and Linux Applications

Looking for DB editor multiplatform freeware

Hello all , im looking for multiplatform freeware DB editor That support ORCALE /MS SQL and so on .... Is there such thing ? Something like toad. (2 Replies)
Discussion started by: umen
2 Replies

5. UNIX and Linux Applications

Is there freeware application like access or VB ?

Hello all I is there freeware application that as Microsoft access and VB (RAD tool ) That is free to use and multi platform? (2 Replies)
Discussion started by: umen
2 Replies

6. UNIX and Linux Applications

Looking for memory leaks freeware tools

Hello all Is there good free ware tools to check software memory leaks ? Some thing like purify on unix platforms sun/hp/linux Thanks (3 Replies)
Discussion started by: umen
3 Replies

7. Solaris

freeware needed

Is there any freeware or shareware which can execute .exe files in solaris 10 if it is please give the link (4 Replies)
Discussion started by: tiwsaj
4 Replies

8. Solaris

Is there any freeware codec pack available on OpenSolaris?

Today I installed OpenSolaris on my laptop , everything works fine just I can not listen MP3 music and I can not watch any videos :confused: I looked , and found Codeina , it is not freeware (except MP3) ! I installed some plugins I found on net (from sunfreepacks.com | Free Archives &... (0 Replies)
Discussion started by: solaris_user
0 Replies

9. Windows & DOS: Issues & Discussions

Is freeware safe?

Hi there, I am posting this from my desktop (XP Home Edition) which has Norton I.S 2009 which will soon expire. I also have a laptop I was given which runs on vista home premium (recent clean install) which I have not yet used. I have a LinkSys wireless-N ADSL2+ Gateway router and I was... (3 Replies)
Discussion started by: Sebastian2
3 Replies

10. UNIX for Dummies Questions & Answers

Availablility of mysql freeware

Hi, Is there a freeware available of mysql? Can it be installed on AIX? Please suggest. Thanks! (1 Reply)
Discussion started by: dwiravi
1 Replies
SD_ID128_GET_MACHINE(3) 				       sd_id128_get_machine					   SD_ID128_GET_MACHINE(3)

NAME
sd_id128_get_machine, sd_id128_get_boot - Retrieve 128-bit IDs SYNOPSIS
#include <systemd/sd-id128.h> int sd_id128_get_machine(sd_id128_t* ret); int sd_id128_get_boot(sd_id128_t* ret); DESCRIPTION
sd_id128_get_machine() returns the machine ID of the executing host. This reads and parses the machine-id(5) file. This function caches the machine ID internally to make retrieving the machine ID a cheap operation. sd_id128_get_boot() returns the boot ID of the executing kernel. This reads and parses the /proc/sys/kernel/random/boot_id file exposed by the kernel. It is randomly generated early at boot and is unique for every running kernel instance. See random(4) for more information. This function also internally caches the returned ID to make this call a cheap operation. Note that sd_id128_get_boot() always returns a UUID v4 compatible ID. sd_id128_get_machine() will also return a UUID v4-compatible ID on new installations but might not on older. It is possible to convert the machine ID into a UUID v4-compatible one. For more information, see machine-id(5). For more information about the "sd_id128_t" type see sd-id128(3). RETURN VALUE
The two calls return 0 on success (in which case ret is filled in), or a negative errno-style error code. NOTES
The sd_id128_get_machine() and sd_id128_get_boot() interfaces are available as a shared library, which can be compiled and linked to with the "libsystemd-id128" pkg-config(1) file. SEE ALSO
systemd(1), sd-id128(3), machine-id(5), random(4), sd_id128_randomize(3) systemd 208 SD_ID128_GET_MACHINE(3)
All times are GMT -4. The time now is 05:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy