Most Popular
1500 questions
91
votes
7 answers
Does this exist: software for noise cancellation
I'm aware that the best option for noise cancelling is to buy myself a pair of noise cancelling headphones...
But is there any software available that would use the pc mic and headphones to block background noise?
Alterlife
- 963
- 1
- 6
- 8
91
votes
6 answers
How do you easily add equation numbers to Microsoft Word 2010 equations?
How do you create equations in Word 2010 that are automatically numbered with the equation number centered vertically on the equation and right justified? While a number of references have discussed the use of three column tables, finding a step by…
R Schultz
- 2,763
- 2
- 14
- 19
91
votes
21 answers
Compressing with RAR vs ZIP
A lot of people are compressing files with RAR, sending compressed files with RAR and so on.
ZIP is more standard and works on all platforms. Windows users have ZIP included and Linux users have no trouble with that file format.
The tests I did…
FerranB
- 1,067
- 1
- 15
- 24
91
votes
2 answers
What is Chrome Canary and how is it different from Google Chrome?
As the question title says it all, I read Google support, I read few things here and there, the only thing they say is it's for developers and it is updated at a rapid speed, but how exactly is Chrome Canary different from Google Chrome?
Mr. Alien
- 1,173
- 1
- 12
- 17
91
votes
8 answers
Convenient way to enable/disable Hyper-V in Windows 8
I really like the Hyper-V support in Windows 8, however, there are some situations in which I need to disable Hyper-V in order to run some apps which don't like to be executed even in the root partition of the virtualized environment.
What I've been…
Fredy Treboux
- 1,021
- 1
- 8
- 7
91
votes
2 answers
What do ALSA devices like "hw:0,0" mean? How do I figure out which to use?
I've searched over and over and can't find any explanation of what "hw:0,0" means. How do I determine the number of my USB audio card? MPD requires me to enter something like this:
audio_output {
type "alsa"
name …
endolith
- 7,244
- 22
- 81
- 117
91
votes
1 answer
What are the differences between H.264 Profiles?
I was rendering a video in After Effects CS5 and when I was formatting it I chose the H.264 codec and in that format, it had a profile with Baseline, Main and High.
So I did a little test – rendering both files with Baseline and High. The only thing…
James
- 1,085
- 2
- 10
- 9
91
votes
6 answers
scp with zsh : no matches found
when I try scp over zsh, I get
scp hostA:Descargas/debian-6.0.4-* user@192.168.1.154:Escritorio/Software/
zsh: no matches found: hostA:Descargas/debian-6.0.4-*
the same command work in bash
juanpablo
- 6,566
- 10
- 49
- 70
91
votes
8 answers
How to search for selected text in Vim?
I'm aware that I can use / followed by a regex to search something. And I can use ? to search backwards. And I can use n and N to repeat the search forward and backward.
There are also two nice shortcuts: * or # will search for the word under the…
Denilson Sá Maia
- 12,243
- 11
- 39
- 42
91
votes
11 answers
How do I view source in Outlook 2010?
This question has already been asked here; but the answer only gives advice on how to view the email header not the actual html source of the email.
There is another question here, which I think may be caused by the same issue as mine, but does not…
Martin Duys
- 1,191
- 2
- 10
- 12
91
votes
3 answers
Does rm -rf follow symbolic links?
I have a directory like this:
$ ls -l
total 899166
drwxr-xr-x 12 me scicomp 324 Jan 24 13:47 data
-rw-r--r-- 1 me scicomp 84188 Jan 24 13:47 lod-thin-1.000000-0.010000-0.030000.rda
drwxr-xr-x 2 me scicomp 808 Jan 24 13:47…
Greg
- 1,089
- 2
- 8
- 9
91
votes
11 answers
How to create and format a partition using a bash script?
Is there any way to create and format a partition using a bash script?
I think it can be done with fdisk but I don't know how to feed commands from the bash script into the fdisk shell then exit the fdisk shell.
I'm wanting to create a partition…
GlassGhost
- 1,169
- 1
- 9
- 9
91
votes
4 answers
What's the difference between RDP vs VNC?
What's really the difference between the RDP and VNC?
They both provide the same function and features?
Jonathan
- 2,215
- 2
- 21
- 25
91
votes
7 answers
How to store SSH keys?
I've started using SSH keys instead of passwords just recently (thanks to GitHub, of course), so please keep in mind that I'm pretty new to this whole concept. Currently my keys simply lie under ~/.ssh, but I'm not sure if this is a good practice.…
Anton Strogonoff
- 1,013
- 1
- 8
- 8
91
votes
6 answers
Why is localhost IP 127.0.0.1?
I wondered what is the origin of the decision to make localhost's IP address 127.0.0.1. What is the "meaning" of 127? what is the "meaning" of 0.0.1?
Roee Adler
- 1,538
- 4
- 17
- 27