Sponsored Content
The Lounge What is on Your Mind? Cut Over to New Data Center and Upgraded OS Done. :) Post 303022885 by Peasant on Sunday 9th of September 2018 12:05:51 AM
Old 09-09-2018
That feeling when everything is moved and working ...
Great job Smilie

As for the subtopic...
Quote:
RANT
'being in cloud' always meant not being realistic, imagining things in folks talk here Smilie

Promises of great things, but in practice.. unannounced downtimes, weird network issues, horror security and, of course, a human centipede / relay support.

This is for public clouds, for private implementation where you control all the nuts and bolts, you can make a nice and working environment.

I'm sick of that buzzword hype as well.

Went to some <insert vendor> conference.
They started talking about fog.
Bring your cloud closer, they said, with fog.

Took my a while to figure out those were proxies (squid for instance) with great caching capabilities in front of users, behind firewalls.
Well fog me stupid Smilie
/RANT
Regards
Peasant
These 2 Users Gave Thanks to Peasant For This Post:
 

5 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Cloud Enabling Computing for the Next Generation Data Center

Hear how the changing needs of massive scale-out computing is driving a transfomation in technology and learn how HP is supporting this new evolution of the web. More... (1 Reply)
Discussion started by: Linux Bot
1 Replies

2. HP-UX

Need to set up a HP cluster system in a data center

What are the server requirements, Software requirements, Network requirements etc, Please help me.. as 'm new 'm unable to get things done @ my end alone. Please refrain from typing subjects completely in upper case letters to get more attention, ty. (5 Replies)
Discussion started by: Sounddappan
5 Replies

3. Shell Programming and Scripting

Failure rate of a node / Data center

Hi, Please, i have a history of the state of each node in my data center. an history about the failure of my cluster (UN: node up, DN: node down). Here is some lines of the history: 08:51:36 UN 127.0.0.1 08:51:36 UN 127.0.0.2 08:51:36 UN 127.0.0.3 08:53:50 DN 127.0.0.1 ... (6 Replies)
Discussion started by: chercheur111
6 Replies

4. What is on Your Mind?

Resolved: Issue in Server Data Center

Dear All, There was a problem in the data center data, which caused the server to be unreachable for about an hour. Server logs show the server did not crash or go down. Hence, I assume there was a networking issue at the data center. Still waiting for final word on what happened. ... (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

OUTAGE: Data Center Problem Resolved.

There was a problem with our data center today, creating a site outage (server unreachable). That problem has been resolved. Basically, it seems to have been a socially engineered denial-of-service attack against UNIX.com; which I stopped as soon as I found out what the problem was. Total... (2 Replies)
Discussion started by: Neo
2 Replies
GLFOGCOORD(3G)							   OpenGL Manual						    GLFOGCOORD(3G)

NAME
glFogCoord - set the current fog coordinates C SPECIFICATION
void glFogCoordd(GLdouble coord); void glFogCoordf(GLfloat coord); PARAMETERS
coord Specify the fog distance. C SPECIFICATION
void glFogCoorddv(GLdouble * coord); void glFogCoordfv(GLfloat * coord); PARAMETERS
coord Specifies a pointer to an array containing a single value representing the fog distance. DESCRIPTION
glFogCoord specifies the fog coordinate that is associated with each vertex and the current raster position. The value specified is interpolated and used in computing the fog color (see glFog()). NOTES
glFogCoord is available only if the GL version is 1.4 or greater. The current fog coordinate can be updated at any time. In particular, glFogCoord can be called between a call to glBegin() and the corresponding call to glEnd(). ASSOCIATED GETS
glGet() with argument GL_CURRENT_FOG_COORD SEE ALSO
glFog(), glFogCoordPointer(), glVertex() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLFOGCOORD(3G)
All times are GMT -4. The time now is 06:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy