Most Popular

1500 questions
93
votes
9 answers

Is it possible to convert virtual machines to physical environments?

Is is possible to convert a .vdi file into a .iso that can be burned to a cd or dvd and make it like an installer. Or Is it possible to convert virtual machines to physical environments?
Wern Ancheta
  • 6,542
93
votes
3 answers

Disable PowerShell beep on backspace

This feature seems to have been added in PowerShell version 5.1, as I don't find it on my laptop still running 5.0. When pressing Backspace in PowerShell, it will emit a 'beep' sound if there is no (more) text to delete. This is quite annoying if…
FastEthernet
  • 5,017
93
votes
3 answers

How do you mount a directory as a drive in Windows 7?

I have a directory on another drive that I want to show as a new virtual drive. How can I do that?
user11955
  • 1,587
92
votes
5 answers

7-Zip and unzipping from command line

I am looking to use the command line 7-Zip to unzip a folder. I have a file, say example.zip and want to unzip the contents of the file into a folder called example. What are the commands I need to do this?
duhaas
  • 1,043
92
votes
8 answers

How to disable or uninstall Microsoft Edge in Windows 10

Is there any possibility to completely disable the new Edge browser? The old IE could be disabled in Settings → Default Programs, but in Windows 10, the checkbox is missing for Edge. Is there any way to get rid of Edge, or at least to disable all…
K. Biermann
  • 1,019
92
votes
13 answers

What's a good solution for file-tagging in linux?

I've been looking for a way to tag my files and search/filter them based on those tags. Here are my (updated) requirements : any file readable by the user can be tagged freely a user can search for files matching one or several tags files can be…
julien
  • 1,546
92
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,437
92
votes
8 answers

"FATAL: lock file "postmaster.pid" already exists"

I just reinstalled postgres via brew install postgres I ran initdb /usr/local/var/postgres -E utf8 but got this: The files belonging to this database system will be owned by user "atal421". This user must also own the server process. The database…
AdamT
  • 1,083
92
votes
7 answers

Deleting a specific URL suggestion in Chrome

In Firefox, I can use Shift+Delete to delete a single item from the URL history (the URL suggestions). How can I delete a specific mistyped URL item (only one) from the history in Google Chrome, so it won't show up as a suggestion?
takeshin
  • 2,083
92
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,201
92
votes
8 answers

How to Install gcc 4.7.x/4.8.x on CentOS

What would be the easiest way to install gcc 4.7.x/4.8.x on a system with CentOS 6.2+? The default RPM package contains an older version of gcc.
Tomas Andrle
  • 3,102
92
votes
6 answers

Where should the XDG_CONFIG_HOME variable be defined?

The XDG specification talks about the XDG_CONFIG_HOME variable, but does not specify where it should be defined. Should we define it in /etc/X11/Xsession, or is it the window manager's config file that needs to define this? I tried declaring it in…
NOLFXceptMe
  • 1,222
92
votes
9 answers

What "allocation unit size" should I use for a drive with a single NTFS partition?

I'm formatting a 1TB external hard drive as a single NTFS partition. This drive is mainly meant for storing media. Should I choose something other than the default allocation unit size? The options range from 512 bytes to 64K. Are there any…
92
votes
5 answers

Permission denied when accessing VirtualBox shared folder when member of the vboxsf group

I'm running Ubuntu 11.04 (guest) on Windows 7 (host) with the guest additions installed. I have an auto-mount folder that maps to my D: drive on the host which I can access using sudo ls /media/sf_D_DRIVE - however, even when my user (ross) is a…
Ross
  • 3,268
92
votes
11 answers

How to auto detect text file encoding?

There are many plain text files which were encoded in variant charsets. I want to convert them all to UTF-8, but before running iconv, I need to know its original encoding. Most browsers have an Auto Detect option in encodings, however, I can't…
Lenik
  • 18,302