Most Popular
1500 questions
111
votes
9 answers
On Linux/Unix, does .tar.gz versus .zip matter?
Cross-platform programs are sometimes distributed as .tar.gz for the Unix version and .zip for the Windows version. This makes sense when the contents of each must be different.
If, however, the contents are going to be the same, it would be simpler…
rwallace
- 2,607
111
votes
2 answers
Unable to Install ClickOnce Application due to Security Settings (Windows 10)
When attempting to install a Microsoft-signed ClickOnce application, an error appears stating "Your administrator has blocked this application because it potentially poses a security risk to your computer" and "Your security settings do not allow…
Beems
- 1,573
111
votes
6 answers
Starting Outlook automatically in Windows 10
How can I get Outlook to start whenever I start my Windows 10 computer?
user687322
- 1,141
111
votes
3 answers
How can I copy a file in Unix without altering its last modified time?
If I copy some file from some place to another using cp, the timestamp on the copied file is set to the time of the copy.
Is there some way to avoid this?
I need to copy files without altering their timestamps.
Lazer
- 17,707
111
votes
6 answers
How to rearrange virtual desktops in Windows 10
Is there any solution on how I could rearrange my virtual desktops in the task-view (WIN+TAB)?
PatrickMA
- 1,231
110
votes
1 answer
Notepad++ Find in Files Filters
When using Notepad++ Find in Files feature is there a way to adjust the filter, so that it will search more than one filetype (e.g. *.c and *.h)?
Jim Fell
- 5,906
110
votes
10 answers
How can I diff two XML files?
On Linux, how could I generate a diff between two XML files?
Ideally, I would like to be able configure it to some things strict, or loosen some things, like whitespace, or attribute order.
I'll often care that the files are functionally the same,…
qedi
- 1,621
110
votes
2 answers
How can I use tar command to group files without compression?
I have a very large folder of 120,000+ files. and I need to move them to another location on my same machine (same partition).
I'd like to use the tar command to group them up as a single unit and then mv them to the end location.
What command do I…
sergserg
- 1,294
- 3
- 9
- 10
110
votes
11 answers
Securely erasing all data from a hard drive
I am about to sell my old desktop PC and I am cautious about some of my sensitive information being available to the purchaser, even after reformatting the hard-drive, using data recovery software.
How can I securely wipe the hard drive so that the…
Josh Hunt
- 21,261
110
votes
20 answers
Easiest way to find out if user has either Windows 7 or Vista (through telephone support)?
If you have to provide some initial troubleshooting support by phone [or email], and you don't have access to the user's PC itself, what is the easiest and most foolproof question one can ask of the user to find out if the 'dumb' user is using…
Rabarberski
- 8,572
110
votes
9 answers
How to delete a single cached username from Chrome?
Somewhere along the line I accidentally typed my password into the username field on a website in Chrome. Now every time I go back to that site my password is shown as an option to fill as my username. I didn't specifically save the…
Kellenjb
- 1,215
110
votes
15 answers
Open Excel files in new window
When I have Excel running and I double click an Excel file in Windows explorer, I'd like it to launch in a new window by default so that I can move documents to separate monitors. Is there any way to get this behavior?
JC.
- 1,261
110
votes
11 answers
How to sync bookmarks between Firefox, Chrome, and Safari on multiple computers?
There are some similar question on bookmark syncing, but most answers point to Delicious or Google bookmarks. However, as Chrome doesn't have the Google toolbar, how would those sync? I use several computers and different browsers on them so I…
Tai Squared
- 1,361
110
votes
11 answers
Is there a shortcut to mkdir foo and immediately cd into it?
This is something I do frequently
$ mkdir foo
$ cd foo
This works as a single command, but it's more keystrokes and saves no time.
$ mkdir foo && cd foo
Is there a shortcut for this?
Edit
With the use of help below, this seems to be the most…
macek
- 6,205
110
votes
5 answers
How do I add Python to the Windows PATH?
I want to be able to run Python commands from the Windows CMD. However, if I don't specify Python's full path for each command, I get an error saying "Python is not recognized as an internal or external command, operable program or batch file."
How…
davewise
- 1,203