FG

All Issues

24,993 verified issues

Fresh12 days ago

How to check if a binary is 32 or 64 bit on Windows?

Is there an easy way to check if a binary is 32 or 64 bit on Windows? I need to check before I move the program to a 32bit machine and experience a spectacular failure.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

Why do file URLs start with 3 slashes?

HTTP starts with two slashes. E.g. . Same goes for FTP. E.g. . However, file "URLs" start with three slashes. E.g. Reading a pdf file using chrome, the URL would be . Why do file URLs use three slashes?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How can I open a URL in Google Chrome from the terminal in OS X?

How can I open a URL in Google Chrome from the terminal in OS X? This is what I'm trying: It focuses Chrome but does not open the URL.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How do I install the Sun/Oracle Java SDK on Ubuntu?

Since 11.10 Ubuntu does not provide the , how do I install it?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

Bash scripting: test for empty directory

I want to test if a directory doesn't contain any files. If so, I will skip some processing. I tried the following: That gives the following error: Is there a solution/alternative?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How can I get control+left arrow to go back one word in iTerm2?

I was reading up in the Linux manual and I noticed that it said I could use control+left and control+right to move forward and back words in the terminal while editing. "Pressing Ctrl plus the Left or Right arrow key moves backward or forward a word at a time, as does pressing Esc and then B or F." On OS X and normally control spaces. I have disabled those. I also tried to use the preferences pane to set the keyboard shortcuts: However this does not work and causes this error: Also, if I am in iTerm and use then B or F the character moves back and forth. This was happening before any of my config changes. But I'd really like to be able to use control + the arrow keys.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How can I trigger a notification when a job/process ends?

The place I work at has commands that take a long time to execute. Is there a command/utility that I can use to notify me when the command execution is over? It could be a popup window or maybe a little sound.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How do I unzip a tar gz archive to a specific destination?

I want to unpack a file to a specific directory. The archive file is in . I want to unzip it into . The folder structure in zipped file should be preserved in the destination directory.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

less command with multiple files: How to navigate to next/previous

I just found out I can use with multiple files. less status line tells me (END) - Next: file2.txt But how do I navigate previous/next from less?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

faster way to mount a remote file system than sshfs?

I have been using sshfs to work remotely, but it is really slow and annoying, particularly when I use eclipse on it. Is there any faster way to mount the remote file system locally? My no.1 priority is speed. Remote machine is Fedora 15, local machine is Ubuntu 10.10. I can also use Windows XP locally if necessary.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How do I reorder tmux windows?

In , I can just type to move a window to the top of the window list and push all the other windows down one. What's the equivalent command sequence for ? I looked at the man page, but I'm finding it confusing on this point.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

"directory junction" vs "directory symbolic link"?

In the context of NTFS: Creates a directory symbolic link. Default is a file symbolic link. Creates a hard link instead of a symbolic link. Creates a Directory Junction. specifies the new symbolic link name. specifies the path (relative or absolute) that the new link refers to. Isn't a directory junction the exact same thing as a directory symbolic link? What's the difference between and ? Since a "directory" is actually just a file, what would be the difference between a directory symbolic link and a file symbolic link?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How to get SVG thumbnails in Windows Explorer?

I can open them in browser just OK, but how can I have thumbnails in the Windows Explorer? Edit: I installed Renesis Player as suggested by this answer, but it does not work for me, probably because I have 64-bit system.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How do I refresh the hosts file on OS X?

I'm trying to develop using subdomains on OSX but don't want to reboot the computer to refresh the hosts file. Normally on linux I'd do but I can't figure out how to do this on OSX.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

My windows keyboard is being "clever" with the quote keys - how can I stop it?

I'm using windows 7 on a laptop. On the laptop keyboard, for some reason, the quote key (which has both double and single quote on it) is doing some "clever" annoying things: When I press single-quote (or double-quote), windows doesn't send any characters until I press it twice (resulting in or ) When I press it before a vowel, I get some kind of accented character. As I usually only write English, this is annoying. The backtick/tilde key is subject to similar behaviour. This is not a duplicate of the linked question because the two problems have completely different solutions. This question was caused by an internationalisation setting being activated; that other question was caused by keys being set to dead. I have not attempted to set up my computer to process anything other than English. My keyboard appears to be (in so far as these things are standard on laptops) a standard US qwerty keyboard. How can I stop this happening?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How can I find the short path of a Windows directory/file?

I need to use shortened path names for an application that I am using. For example I need as opposed to . The program can't handle spaces and won't accept quoted paths (e.g. ). If it helps, I am using Windows 7. I can get access to any version since XP, if necessary.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

How do I know what proxy server I'm using?

I need to know what the address for my proxy server is so I can configure another program to also use it. If I go into IE, Internet Properties, LAN Settings, then all I see is an automatic configuration script but not the actual proxy address. How can I get this? I'm using Windows XP.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

du command does not parse hidden directories

I want to estimate the amount of disk space used by a directory using the following command. which does not calculate the hidden directories. In the man page of du there is no info regarding it. How to calculate the amount of disk space used by the directories including the hidden files.

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

PowerShell equivalent of curl

Is there an equivalent of in PowerShell? Does it have some similar built-in capability or is there a 3rd party cmdlet?

Confidence1%
1%
Candidate Fix
1 fix
Fresh12 days ago

Remove file without asking

How can I remove a file without asking the user if he agrees to delete the file? I am writing shell script and use rm function, but it asks "remove regular file?" and I really don't need this.

Confidence1%
1%
Candidate Fix
1 fix
← PrevPage 103 of 1250Next →