Articles

What is compatible mode in Vim?

From the vimtutor  LESSON 7.3: COMPLETION          ** Command line completion with CTRL-D and <TAB> **       Make sure Vim is not in compatible mode:  :set nocp   Look what files exist in the directory:  :!ls   or  :!dir   Type the start of a command:  :e   Press  CTRL-D  and Vim will show a list

What is compatible mode in Vim? Read More »

What Is Minimum And Maximum Processor State In Windows 7 Power Management?

I am talking about this: What should I set in minimum and maximum? I want good CPU performance but not overheated CPU and fan working like crazy. Solution: These settings determine the range of performance states (or P-states) that Windows will use. In effect, this will vary the processor’s clock speed and, if supported, voltage

What Is Minimum And Maximum Processor State In Windows 7 Power Management? Read More »

What is that cylinder on cables?

There’s always that pesky cylinder thing on every cable I have. What is it? And more importantly, why don’t Apple’s products have them? Solution: As others have pointed out this is a ferrite core used to reduce the electromagnetic interference produced by the cable. The European Union updated the EMC (electromagnetic compatibility) directive in 2004:

What is that cylinder on cables? Read More »

What is the cause of a high CPU usage of ‘system and compressed memory’ in Windows 10?

There is an observation to be made for Windows 10 on my laptop running with 24G memory available, and 2.5G used.  There is no ‘memory pressure’.  Other questions have looked at memory consumption (which isn’t the problem here).  In all the related questions here and elsewhere, I havn’t been able to find an adequate explanation

What is the cause of a high CPU usage of ‘system and compressed memory’ in Windows 10? Read More »

What is the difference between SETX and SET in environment variables in Windows

  What is the difference between SETX and SET? As per my understanding:Both are used to set  environment variables SETX is for user variables. SET is for shell variables. Solution: I’m afraid it’s not quite that simple. Environment variables are not limited by scope, as you suggest, but you are right that the lifetime of

What is the difference between SETX and SET in environment variables in Windows Read More »

Scroll to Top