Most Popular

1500 questions
95
votes
2 answers

How do I delete the "Apps" bookmark in my bookmark bar?

The new Chrome update added an Apps bookmark to my bookmarks bar. It doesn't let me delete it, as the Delete option is greyed out. Clicking it doesn't show the gold star button like other bookmarks: I never use any apps on chrome - It's basically…
Jon
  • 9,001
  • 37
  • 92
  • 125
95
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,073
  • 1
  • 9
  • 10
95
votes
5 answers

Altgr randomly stops working on windows 8

usually AltGr Works fine on my computer but latelly it stops working. I can still use Ctrl+Alt but it's a pain as I need it to write {} and I'm a c# programmer :S Any idea on what can happen? If I reboot the laptop everything Works fine. It's not a…
Ignacio Soler Garcia
  • 1,965
  • 4
  • 19
  • 27
95
votes
6 answers

Play sound on mac terminal

I have a script running in the background and sends me an alert every few minutes. I want the alert to be in the form of a beep. Question: How can I play a beep in mac terminal?
rk.
  • 1,075
  • 1
  • 8
  • 7
95
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,144
  • 2
  • 8
  • 10
95
votes
18 answers

If USB is not listed in BIOS as a boot option, does that mean the machine can't boot from USB?

I just purchased an Asus Zenbook Prime UX31A-DH51 with Windows 8. I want to wipe the drive and do a clean install but USB is not listed as a boot option in the BIOS. Does this mean it is not possible? Here is a photo of my BIOS options. This is the…
Chace Fields
  • 1,129
  • 2
  • 9
  • 7
95
votes
4 answers

how do I echo $something >> file.txt without carriage return?

When I echo $something >> file.txt, a new line will be append to the file. What if I want to append without a new line?
onemach
  • 2,685
  • 4
  • 22
  • 31
95
votes
7 answers

Does a computer use fewer resources when programs are minimized?

When programs are minimized in Windows 7, do they use less memory and CPU than leaving them maximized?
jao
  • 1,900
  • 9
  • 26
  • 40
95
votes
4 answers

Are GPG and SSH keys interchangable?

I want to generate an RSA key in GPG and use it in SSH login. Is this even possible? If so, how? edit: see @wwerner's answer, I didn't try it but it seems to be the current solution (as of 2018)
destan
  • 1,097
  • 1
  • 10
  • 11
95
votes
11 answers

Best way to transfer files over a LAN between two Linux computers

I want to transfer files (a music folder) between two Linux computers. After searching for the best way to do this, I've seen that there are lots of ways of doing this. I know this has been asked a lot, everywhere and all the time. The main problem…
jonallard
  • 1,286
  • 2
  • 11
  • 18
95
votes
14 answers

How to get git-completion.bash to work on Mac OS X?

I have followed http://blog.bitfluent.com/post/27983389/git-utilities-you-cant-live-without to add git-completion.bash to my /opt/local/etc/bash_completion.d/git-completion and I put PS1='\h:\W$(__git_ps1 "(%s)") \u\$ ' in my .bashrc_profile But…
n179911
  • 3,513
  • 14
  • 37
  • 38
95
votes
8 answers

How can I recursively copy files by file extension, preserving directory structure?

At the Linux command line, I'd like to copy a (very large) set of .txt files from one directory (and its subdirectories) to another. I need the directory structure to stay intact, and I need to ignore files except those ending in .txt.
unclaimedbaggage
  • 1,065
  • 1
  • 9
  • 7
95
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,405
  • 3
  • 27
  • 31
95
votes
12 answers

For x=3 in Excel, why does = - x^2 + x result in 12 instead of -6?

Suppose my cell A1 in an Excel spreadsheet holds the number 3. If I enter the formula = - A1^2 + A1 in A2, then A2 shows the number 12, when it should show -6 (or -9+3) Why is that? How can I prevent this misleading behaviour?
Rodolfo Oviedo
  • 2,018
  • 2
  • 7
  • 19
95
votes
13 answers

How to open windows explorer from current working directory of WSL shell?

When I type "bash" to the windows explorer address bar and hit Enter, it opens the shell in that directory. Often I find myself wanting to work on files with windows programs in the working directory I reached through shell. Is there an easy way to…
wesalius
  • 1,065
  • 1
  • 9
  • 9