Most Popular

1500 questions
146
votes
11 answers

How to convert a PDF document to PNG?

Is there a free way to convert a PDF document to a PNG image?
Raymond
  • 2,610
146
votes
6 answers

How do I draw a box in GIMP?

I want to draw a box around a portion of my graphic for the purpose of highlighting it. How can I do that?
Evan Carroll
  • 8,895
146
votes
3 answers

How to list installed Chocolatey packages?

Probably a simple question, but how do I get Chocolatey to list which packages are currently installed on my system? When googling, I end up at the question below. It is related but slightly different, and it doesn't have a simple answer to my…
Grilse
  • 3,573
  • 3
  • 17
  • 14
146
votes
2 answers

Windows 10 "Enable NTFS long paths policy" option missing

For some time, Microsoft has supported an option to remove the limit of 260 symbols for NTFS file name length. The web is full of articles, describing what should be done. Hit the Windows key, type gpedit.msc and press Enter. Navigate to Local…
Dimitar Tsonev
  • 1,675
  • 3
  • 13
  • 9
145
votes
8 answers

Where does $PATH get set in OS X 10.6 Snow Leopard?

I type echo $PATH on the command line and get /opt/local/bin:/opt/local/sbin:/Users/andrew/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/local/pear/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin I'm…
Andrew
  • 14,924
145
votes
12 answers

How to get video duration in seconds?

How can I get video duration in seconds? What I've tried: ffmpeg -i file.flv 2>&1 | grep "Duration" Duration: 00:39:43.08, start: 0.040000, bitrate: 386 kb/s mediainfo file.flv | grep Duration Duration : 39mn 43s This what close, but it's not…
user2783132
  • 1,837
145
votes
1 answer

Mount device with specific user rights

How can I mount a device with specific user rights on start up? I still have some problems figuring it out. I would like to mount the divide with uid=1000 and gid=1000. My current entry to the /etc/fstab/ file looks like this: dev /var/www vboxsf…
wowpatrick
  • 4,379
145
votes
9 answers

Running upstart jobs as unprivileged users

What's the canonical way to have an upstart job change its userid and run the script as an unprivileged user? Obviously one can use su or sudo, but this seems hacky (and can generate needless log lines).
aaronsw
  • 1,647
145
votes
10 answers

Ubuntu crashes on windows: 0x80040326 Wsl error

I have Ubuntu 22.04 app installed on top of Windows. It worked fine until one day it crashed and now all I get is this error code when I try to start Ubuntu on windows. Error: 0x80040326 Error code: Wsl/Service/0x80040326 Press any key to…
Michael Emerson
145
votes
5 answers

How to disable Google One Tap sign-up prompts?

I've recently begun seeing common pop-ups on sites on which I do not have an account. The pop-ups prompt me with my real name and Google sign-in email, which is being provided either by being signed in to Google/Gmail or being signed in to the…
pkamb
  • 4,385
145
votes
14 answers

How to know which fonts are used in selected part of a PDF document

I'm using Foxit Reader as default PDF viewer. How can I see what type of font is used for a selected part of a PDF document? (If this can only be done with another software, I'd prefer a freeware as I don't want to pay for just viewing selected…
145
votes
7 answers

Why do CDs and DVDs fill up from the centre outwards?

I recently had to burn a DVD for the first time in ages and I was wondering why CDs and DVDs start in the centre and go towards the edge. Older rotating-disc media like vinyl records started from the edge and went towards the centre so it couldn't…
Burgi
  • 6,551
144
votes
7 answers

Is there a way to edit a commit message on GitHub?

Is there a way to edit a commit message after committing and pushing to GitHub? I see that there is a 'add a note' as well as inline commenting, but no actual editing of a commit message. There is also 'amend commit' in git extensions but that…
144
votes
12 answers

Enter to open a file in Finder

I find the Cmd + O shortcut to open a file in Finder unintuitive. Does anyone know how to change it? I'd like to set it so that enter opens a file instead of going into rename mode.
rz.
  • 1,602
144
votes
7 answers

How do I securely store and manage 180 passwords?

I have about 180 passwords for different websites and web services. They are all stored in one single password protected Excel document. As the list gets longer I am more and more concerned about its security. Just how secure, or should I say…
Samir
  • 20,845