|
What is the ideal humidity level (or range) for a room dedicated to servers?
Started by Rocket Squirrel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is not to find the ideal humidity and set it at a specific level, but to prevent humidity fluctuations.
|
|
What kind of information should an Application Log ideally contain? How is it different from Error Log?
Started by n0vic3c0d3r on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The application log should contain all the information necessary for audit... .
An application log usually contains errors, warning, events and non-critical information in difference to an error log that usually contains only errors and critical warnings .
|
|
What would you consider the ideal computer configuration for software development? Also, what upgrades would you look at for a development computer?
Started by Rob on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
To hook up your 1920x1200 24" screen to? :-)
What would you consider the ideal computer?
The computer configuration I would consider ideal for software development:
Form factor: Laptop/Notebook to run Windows, Linux, and whatever else ....
|
Ask your Facebook Friends
|
Hello,
I browsed the web trying to find the ideal robots.txt content for a hosted WordPress blog. I found several options, for example here and here .
I thought this would be a good question for ServerFault: for a "simple" blog over WordPress, what would...
Started by Rax Olgud on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Just work out what.
There is no "ideal" robots.txt, although there will be one that's ideal for you.
|
|
For example, would a 1x1 image load faster than a 2x2? The size would be smaller, but the browser would have to work twice as much, right?
So, is there an ideal size and shape (square vs rectangle) for background images?
I know it's probably not too important...
Started by Crossbrowser on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The ideal size would differ from one browser to another, from one system to another.
Although the quality of the image will have colour instead .
I don't think there is an 'ideal' size for your image.
|
|
I have a log file with backspace characters in it (^H). I'm looking through the file in Vim and it can be quite hard to see what's going on.
Ideally I'd like to be able to "apply" all the ^H on a given line/range so that I can see the final result.
I'...
Started by Draemon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The key here is that you are ....
This also works if you delete multiple lines, or even the whole file .
Turn on the 'paste' option (using :set paste ), and then press dd i <CTRL-R> 1 <ESC> on each line that you want to apply the backspaces to .
|
|
There are several good Javascript editors for Markdown / Textile (e.g.: http://attacklab.net/showdown/ , the one I'm using right now), but all I need is a Javascript function that converts a string from Markdown / Textile -> HTML and back.
What's the...
Started by Horace Loeb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For Markdown -> HTML, there is Showdown (this link points to a demo page, which, itself, links to some .zip you can download)
StackOverflow itself uses Markdown language for questions and answers ; did you try to take a look at how it works ?
(I don... .
|
|
What number of classes do you think is ideal per one namespace "branch"? At which point would one decide to break one namespace into multiple ones? Let's not discuss the logical grouping of classes (assume they are logically grouped properly), I am, at...
Started by petr k. on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I know you don't want to discuss logical grouping, however... .
With modern IDEs and other dev tools, I would say that if all the classes belong in a namespace, then there is no arbitrary number at which you should break up a namespace just for maintainability .
|
|
Whats is the ideal class name for my static class which has some static methods to handle General/Common functionalities iike taking backup,saving recent items etxc.. (Infact Misc items ) in C#. I would like to have Manager as suffix of the class name...
Started by Shyju on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
My general feeling is that one should not have such a general... .
So it would seem that the name should suggest the overall functionality of the methods in the static class .
UtilityManager..?
It turns out that "Utility" is controversial, while "Math" is not .
|
|
Hi All,
I am considering building a many Terabyte NAS and using it with my production servers to house all the websites, e-mail, data, etc.
What is ideal? a Buffalo Station? A PC running FreeNAS and drives in that? I want something quiet. I have a Buffalo...
Started by J. T. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Ideal is an odd word really - it depends on your requirements, these being;
Minimum.
Of failure).
|