Most Popular

1500 questions
97
votes
10 answers

What is the keyboard shortcut for pasting without formatting in MS Word?

In Microsoft Word 2019, if I want to paste using: Ctrl+Shift+V, that doesn't work, what is the new shortcut?
Lynob
  • 5,360
97
votes
3 answers

How do I press Ctrl+Alt+Delete in VirtualBox?

I'm running VirtualBox with Windows Vista as host OS and Windows Server 2008 as guest OS. To login to Windows Server I have to press Ctrl+Alt+Delete, but my host OS reacts on that so I can not send it to VirtualBox. How can I do it?
Jonas
  • 27,554
97
votes
8 answers

Equivalent of chmod to change file permissions in Windows

Is there any Windows equivalent of Linux's chmod to change the permissions of a file?
sunmoon
97
votes
6 answers

How to make git not prompt for passphrase for ssh key?

I'm using git bash and I setup ssh key using ssh-keygen and each time I do something with a repo git ask me for passphrase for /c/Users/jankiewj/.ssh/id_rsa. Is there a way to disable that passphrase. EDIT: I've edited original title (removed…
jcubic
  • 2,953
96
votes
17 answers

Stopping all automatic updates Windows 10

We've upgraded some machines to Windows 10 and realized there were some updates which updated as required. However, I realized there was no option available to stop the download similar to that on Windows 7 and 8.1. The only way I could stop the…
Izzy
  • 1,155
96
votes
1 answer

How to untar an archive without the root folder, but keeping the full hierarchy inside it?

If I’ve got a .tar archive, and when I extract it, it gives me a single folder foo containing some more stuff, like this: foo/ something.txt another.txt bar/ something-else.txt Is there a way I can modify the .tar command to “skip” the…
callum
  • 1,883
  • 4
  • 20
  • 26
96
votes
12 answers

Can I create a link to a specific email message in Outlook?

I use Outlook as my email client at work, but I don't want to use it to manage my tasks and todos. (Instead I use plain text files and Emacs org-mode.) Since many todo items start out as mails in my inbox, I often need to reference these mails. Is…
96
votes
1 answer

Undo OS X terminal window split

I constantly split my terminal windows accidentally by pressing Cmd+D (it's so close to Cmd+F). I have no idea how to undo this. Any ideas?
Peter Berg
  • 1,105
96
votes
5 answers

How to get VirtualBox VMs to use host's DNS?

I use VirtualBox for my VMs. My office network setup is wireless, i.e. I connect to my company's WiFi network, which has a local DNS to resolve local names (such as something.mycompany.com going to 123.45.67.89). When I build a new VM, it can…
amphibient
  • 2,183
  • 9
  • 31
  • 43
96
votes
4 answers

How do I delete a user profile on a Windows 7 machine that is part of a domain?

How can I delete the local user profile on a Windows 7 machine that is connected to a Windows Server 2008 domain? DelProf doesn't seem to exist on Windows 7.
MartinHN
  • 1,083
96
votes
4 answers

What does "On-link" mean on the result of "route print" command?

I'm using Windows 7. When I type "route print" under command prompt, I get a IPv4 Route Table with several "On-link" values under the Gateway column. For example, like this one: IPv4 Route…
Junfeng
  • 1,095
96
votes
3 answers

Resizing videos with ffmpeg/avconv to fit into static sized player

I have a html 5 video player which is 700px wide, 400px high. I'm trying to use avconv to use ffmpeg to resize (while retaining the aspect ratio) and making sure it fits into my player. Input can be a file of any size, so I need to resize the larger…
Jamie Taylor
  • 1,451
96
votes
5 answers

Command Line SSH restart Mac OSX Mountain Lion

How can I restart the SSH service via the command line on Mac OSX Mountain Lion please? Using ps aux | grep 'ssh', I was able to deduce that the process is most likely /usr/sbin/sshd. From here I searched the sshd documentation for references to…
96
votes
5 answers

OpenVPN: Only route a specific IP addresses through VPN?

On a remote private network there are two servers -- a file server and a database server (these are both Win machines, in case it matters). The file server has its own fairly robust authentication mechanisms, and allows me to connect directly from a…
Brian Lacy
  • 3,281
96
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,149