Most Popular

1500 questions
89
votes
13 answers

Turn off change file extension warning in Windows 7

Is there a way to turn off the file extension rename dialog in Windows 7? The one that prompts you Rename: If you change a filename extension, the file might become unusable. Are you sure you want to change it?
Simon
  • 2,407
  • 7
  • 22
  • 23
89
votes
4 answers

Equivalent to tar's "--strip-components=1" in unzip?

I have a script that extracts a tar.gz-file to a specified subdirectory mysubfolder: mkdir mysubfolder; tar --extract --file=sourcefile.tar.gz --strip-components=1 --directory=mysubfolder; Is there any equivalent way of doing this with a zip-file?
Fredrik
  • 1,015
  • 1
  • 7
  • 6
89
votes
6 answers

View a list of symbolic links on system?

Is there a way to see a list of all the symbolic links that are active on a Windows machine? I have accepted @JoachimOtahal's answer as it works within a single second and I think provided what I needed when the questionw as asked. Former accepted…
Louis Waweru
  • 23,945
  • 39
  • 132
  • 198
89
votes
6 answers

How can I check a system's current NTP configuration?

I need to verify the current NTP configuration on some Windows systems. Ideally, I'd like to be able to do this via command line instead of navigating through configuration screens. (I'm working on several different OS versions, and configuration…
Iszi
  • 13,585
  • 44
  • 113
  • 181
89
votes
11 answers

Can one take a partial screen shot in Windows 7?

One can take a screen shot of a part of the screen on a Mac with Cmd + Shift + 4. Is there a similar functionality in Windows 7?
David Faux
  • 4,789
  • 25
  • 55
  • 71
89
votes
13 answers

How can I produce high CPU load on Windows?

For testing purposes I need to generate high CPU load on a Windows Server 2003. I cannot install any software but have to make do with what Windows provides. What would be the best way to achieve that?
Morgon
  • 891
  • 1
  • 6
  • 3
89
votes
9 answers

How can I remap a keyboard key?

One of my laptop's keys has fallen off. Is there any way I can remap another key to serve as that key? I'll 'sacrifice' the other key because I never use it.
Pure.Krome
  • 1,883
  • 4
  • 27
  • 35
89
votes
4 answers

How do I enter a literal tab character in a bash shell?

For example, I wanted to use the sort utility with the -t option to specify tab separators, but sort -t "\t" doesn't work.
Mark
  • 1,023
  • 1
  • 7
  • 6
89
votes
1 answer

Terminal Command To Find What Version Of Git I Have Installed?

What is the terminal command to find the version of Git currently installed on my system?
zechdc
  • 1,287
  • 2
  • 14
  • 18
89
votes
2 answers

du only for directories

In C-Shell, how can I get the same output as du -sh ./* but without listing the files in the root dir, i.e. just a list of subdirectories in ./ and the sizes of all their contents?
foglerit
  • 1,005
  • 1
  • 9
  • 6
89
votes
37 answers

How to force Windows to rename a file with a special character?

I have a song that Windows can't play because there is a question mark in the name of the file. "Where Have All the Cowboys Gone?.ogg" // as an example So I try to rename it and Windows complains whether I try it in Explorer or from command…
codeLes
  • 1,832
  • 5
  • 23
  • 34
89
votes
12 answers

Disable “Ctrl”+mouse wheel zooming in Chrome?

I'm a normal-sighted person and I would like to view pages at 100% all the time. I use keyboard shortcuts that involve Ctrl a lot, so about twenty times a day I accidentally hit Ctrl at the same time that I'm scrolling, which results in the page…
Myer
  • 1,972
  • 2
  • 20
  • 21
89
votes
7 answers

Share VirtualBox folders in reverse? Guest-Host?

I'm familiar with the process of installing Guest Additions and sharing host folders with the guest, but is there a way to do the reverse? I have an XP host and Ubuntu 10.10 guest, with VBox 4.0.2. In other words, I'd like for the host to have…
Nate Parsons
  • 1,645
  • 3
  • 17
  • 27
89
votes
10 answers

Back button of Adobe PDF Reader after clicking a hyperlink whose target is on the same document

PDF documents have hyperlinks to the contents on the same document (analogous to "#section" hrefs for an HTML document). Where's the back button to go back to the page I was on (where I clicked the hyperlink). Let's say I'm on the index of a PDF…
Srikanth
  • 4,799
  • 7
  • 31
  • 27
89
votes
12 answers

Commmand line command to copy entire directory (including directory folder) to another directory

using the command line, I'd like to copy one directory to another. For example there is directory C:/test and C:/test2. I'd like to copy C:/test into C:/test2 so that the result will be C:/test2/test Everything I've found so far will only copy the…
agezna