Sponsored Content
Full Discussion: *nix Desktops
The Lounge What is on Your Mind? *nix Desktops Post 57285 by norsk hedensk on Friday 22nd of October 2004 12:12:40 AM
Old 10-22-2004
the suse default packages are never current anyway.

but thats no problem, compile from source!
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies

2. Solaris

sun-solalris for intel desktops

Hi, i have a pentium-4 desktop with intel Motherboard and processor, which version of solaris i can install , Please refer. Thanks Vijayq8.:b: (6 Replies)
Discussion started by: vijayq8
6 Replies

3. What is on Your Mind?

radio/airwaves *nix?

hey there, new to the forums here. long story short, i have interests in both HAM radio and *nix OS's and want to start a project that will combine the two. so, the question is: are there any *nix flavors or other distros that were specifically designed for radio/airwave communications, or... (0 Replies)
Discussion started by: BartlettMagic
0 Replies

4. UNIX for Advanced & Expert Users

Which is the most secure *nix?

Which is the most secure *nix for home business/ office use? Would have to be fairly well up to date browser and drivers wise. Myself I seem to have settled on RedHat - I've trialled the Desktop, and am part-way through a server trial. I've essentially not managed to keep the browser as secure... (2 Replies)
Discussion started by: GSO
2 Replies

5. Hardware

Desktops that provide virtualization support.

Hi all, I want to buy a desktop/workstation, load Red Hat 6 and create some virtual machines to work with. Does anyone currently have systems at home that you have virtual machines on? Remember, I am not talking about server class systems, but just the ordinary desktops. I see a lot of 64-bit... (1 Reply)
Discussion started by: geelsu
1 Replies

6. What is on Your Mind?

Funny *NIX commands

Hello All, Just want to share some funny *NIX commands :). $ make love make: *** No rule to make target `love'. Stop. On a FreeBSD make: $ make love Not war. $ \(- bash: (-: command not found $ man woman No manual entry for woman $ touch /me touch: cannot touch `/me':... (5 Replies)
Discussion started by: RavinderSingh13
5 Replies

7. What is on Your Mind?

Regarding guidance to learn *NIX more and more

Hello All, This Poll/thread is for views of all forum user regarding following point: There are many people in this forum who are actually not actually working on *NIX(admin or real scripting/automation part) but they are/have learnt scripting and trying to help/guide/advice/sharing... (11 Replies)
Discussion started by: RavinderSingh13
11 Replies
clock_getres(3) 					     Library Functions Manual						   clock_getres(3)

NAME
clock_getres - Gets the resolution for the specified clock (P1003.1b) LIBRARY
Realtime Library (librt.so, librt.a) SYNOPSIS
#include <time.h> int clock_getres ( clockid_t clock_id, struct timespec *res); PARAMETERS
clock_id The clock type used to obtain the resolution. The CLOCK_REALTIME clock is supported and represents the TIME-OF-DAY clock for the system. *res A pointer to the timespec data structure that receives the value of the clock's resolution. DESCRIPTION
The clock_getres function returns the resolution value for the specified clock. If the res argument is NULL, the clock resolution is not returned. RETURN VALUES
On a successful call, a value of 0 (zero) is returned. On an unsuccessful call, a value of -1 is returned and errno is set to indicate that an error occurred. ERRORS
The clock_getres function fails under the following condition: [EINVAL] The clock_id argument does not specify a known clock. RELATED INFORMATION
Functions: time(1), ctime(3), timer_settime(3) Guide to Realtime Programming delim off clock_getres(3)
All times are GMT -4. The time now is 02:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy