Nothinman
Elite Member
Cryptic Answer, why would I expect anything less.
Why would I tell you? It's completely irrelevant to the discussion and the only reason you would want to know is to know which ad-hom attacks to make.
Cryptic Answer, why would I expect anything less.
Get the book and look, that is the FULL definition of Virtual Memory, pulled from the GLOSSARY. Everything is Word for Word (except for my typos). Nothing is edited left out or manipulated. ANYONE can get the book and confirm it. Please spare me the rhetoric "it doesn't count" how nieve do you think people are? Here is some more:GeneralAres, that doesn't necessarily count. I don't have the book, nor do I care enough about enlightening someone so stubbon to spend money on a book. Why doesn't it count? I'd suspect that the quotes you pulled came from some section about configuration dialogs - so it's effectively saying, "On this dialog, we see the words 'Virtual Memory' - and what you're changing when you play with the setting is <blah>". Feel free to provide more context if it is in fact presenting that as a definition of Virtual Memory (in which case the book sucks).
Which means you're young and most likely do not work in the field. Instead, judging by your post count, attempt to prove how smart you are and how little everyone else knows to boost your ego. Yes Elitism is a disease. Look I've proven you wrong and provided proof, from a Microsoft Published book. I have nothing else to prove here, anyone who thinks I am lying can go buy the book. Have fun.Why would I tell you? It's completely irrelevant to the discussion and the only reason you would want to know is to know which ad-hom attacks to make.
Originally posted by: GeneralAres
Which means you're young and most likely do not work in the field. Instead, judging by your post count, attempt to prove how smart you are and how little everyone else knows to boost your ego. Yes Elitism is a disease. Look I've proven you wrong and provided proof, from a Microsoft Published book. I have nothing else to prove here, anyone who thinks I am lying can go buy the book. Have fun.Why would I tell you? It's completely irrelevant to the discussion and the only reason you would want to know is to know which ad-hom attacks to make.
Very mature how he replied to my initial post. :roll:And you're the one behaving like a kid, Nothinman has made countless useful posts on this forum, I have no idea how old he is, what does it matter?
Originally posted by: GeneralAres
Very mature how he replied to my initial post. :roll:And you're the one behaving like a kid, Nothinman has made countless useful posts on this forum, I have no idea how old he is, what does it matter?
Originally posted by: GeneralAres
You accuse me of behaving like a little kid and then expect me to answer your questions? Grow up.
Originally posted by: GeneralAres
Very mature how he replied to my initial post. :roll:And you're the one behaving like a kid, Nothinman has made countless useful posts on this forum, I have no idea how old he is, what does it matter?
I hate repeating myself. So read above.
Originally posted by: KoolDrew
I have never met anyone as stubborn as you are.
Which means you're young and most likely do not work in the field
Originally posted by: GeneralAres
Get the book and look, that is the FULL definition of Virtual Memory, pulled from the GLOSSARY. Everything is Word for Word (except for my typos). Nothing is edited left out or manipulated. ANYONE can get the book and confirm it. Please spare me the rhetoric "it doesn't count" how nieve do you think people are? Here is some more:GeneralAres, that doesn't necessarily count. I don't have the book, nor do I care enough about enlightening someone so stubbon to spend money on a book. Why doesn't it count? I'd suspect that the quotes you pulled came from some section about configuration dialogs - so it's effectively saying, "On this dialog, we see the words 'Virtual Memory' - and what you're changing when you play with the setting is <blah>". Feel free to provide more context if it is in fact presenting that as a definition of Virtual Memory (in which case the book sucks).
Microsoft Windows 2000 Server Operations Guide
Page 293:
"The file system cache, which is a subset of physical memory used for fast access to data, and the disk paging file, which supports virtual memory, influences the amount of memory used by the operating system and applications. (The disk paging file, also called a swap file, is a file on the harddisk that serves as temporary, virtual memory storage for code and data.) Virtual memory is the space on the hard disk that Windows 2000 uses memory."
virtual memory
n. Memory that appears to an application to be larger and more uniform than it is. Virtual memory may be partially simulated by secondary storage such as a hard disk. Applications access memory through virtual addresses, which are translated (mapped) by special hardware and software onto physical addresses. Also called disk memory. See also paging, segmentation. Acronym: VM.
virtual memory
A view of memory that does not necessarily correspond to the underlying physical memory structure. For example, a given range of virtual addresses might be mapped to and backed by some number of discontiguous physical pages, even though the corresponding virtual pages can be accessed as a single, contiguous range.
And they are?This guide is ripe with inaccuracies.
Aside from the previously mentioned memory tips there are both inaccuracies as well as bad advice:Originally posted by: GeneralAres
And they are?This guide is ripe with inaccuracies.
Sometimes it's a good idea to trim out a little services to save memory/processor cycles in the event that a service is really not needed.
I agree, it's generally useless. I was just giving them the benefit of the doubt 😉Originally posted by: Nothinman
Sometimes it's a good idea to trim out a little services to save memory/processor cycles in the event that a service is really not needed.
Very rarely. The only time I would say it's worthwhile is if you're disabling a service that listens on the network because you don't want to leave it available as a potential entry point for attackers. A service that isn't doing anything uses no CPU cycles, perhaps a few to start, and no memory. And most MS services are wrapped inside of svchost so the little resources they do consume on startup are lower than normal.
Blackviper's services-
Sometimes it's a good idea to trim out a little services to save memory/processor cycles in the event that a service is really not needed. The problem is that a lot of users think they are tweaking their system and then end up inadvertently turning off a service they really need. Most users dont have the knowledge required to pick the services that they need (or their organization requires them to run); the problem I have with the Black Viper site is that it errors on the side of disabling a service which can cause issues for users who actually needed "that service."
Disabling sounds-
Come on, you've got to be kidding me. The resources required to play a memory-resident sound clip is next to nothing.
Turning them off frees up available memory and reduces security risks (for some)