Most Popular

1500 questions
96
votes
11 answers

brew upgrade broke Vim on OS X (dyld: Library not loaded)

I've not run brew update && brew upgrade for a long time. I just did a massive upgrade which turned out to broke my Vim. This is what I got after running vim: dyld: Library not loaded: /usr/local/opt/ruby/lib/libruby.2.3.0.dylib Referenced from:…
96
votes
5 answers

How to delete address bar suggestions

You know when you type something into the address bar, and it comes up with suggestions and sites you have visited, is there any way to delete those?
Willow
  • 961
96
votes
4 answers

How do I "identify with services" on IRC?

I am using irrsi as my irc cilent on ubuntu I have entered "/join #android-dev" in my command window. But I am getting this error message: 22:05 -!- #android-dev Cannot join channel (+r) - you need to be identified with services Can you…
hap497
  • 2,959
  • 7
  • 32
  • 24
95
votes
15 answers

Option to Turn Bluetooth on or off is Missing

I want to disable Bluetooth on my laptop running Windows 10 Pro x64, but I have a problem: the option to do so is missing even though I know that it was previously available. Here is the Bluetooth settings pages should look like on Windows 10: Here…
95
votes
10 answers

Are IP addresses with and without leading zeroes the same?

I have a security system and the network setting only allows a three-digit IP address. I can't set it to 192.168.2.100, instead I have to use 192.168.002.100. Are these two IP addresses different? Do I need to set my router's LAN to be all…
Brock Vond
  • 1,053
95
votes
8 answers

How to fully uninstall the Cocoapods from the Mac Machine?

I installed Cocoapods version 0.28, and now I want to uninstall it from my machine. How can I do that?
user3004499
  • 1,051
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…
95
votes
1 answer

On tmux, what is the difference between "bind" and "bind-key"?

On .tmux.conf, what is the difference between "bind" and "bind-key"?
fkreusch
  • 1,053
95
votes
13 answers

Shortcut to open specific bookmark / URL in Chrome

How to enable keyboard shortcut to open specific bookmark / URL while using Chrome?
J.Olufsen
  • 3,682
95
votes
11 answers

Cross-platform file system

I would like my external drives to be readable and writable from Linux, Mac OS X and Windows. FAT32 works, but the 4 GB file size limit is a showstopper these days. Are there any alternatives?
Console
  • 2,672
95
votes
3 answers

Go to specific row number in excel

Is there a way in Excel to go to a specific row number? For example I need to find an alternate way to not have to scroll but rather can immediately go to row # 3000
Shades
  • 1,195
95
votes
2 answers

Rename user's group name

I just did usermod -l login-name old-name to change the username, but the group name is still the old one. Any way of renaming the group name? I can't find any info to do so.
w0rldart
  • 2,983
95
votes
6 answers

How to gzip multiple files into one gz file?

I have 100 files: cvd1.txt, cvd2.txt ... cvd100.txt How to gzip 100 files into one .gz file, so that after I gunzip it, I should have cvd1.txt, cvd2.txt ... cvd100.txt separately?
Tony
  • 1,063
95
votes
7 answers

How to transfer my SSH keys to another machine?

I have accounts on two machines: H1 and H2. I created ssh keys on H1 and installed it on S1. I can now ssh to S1 from H1. I want to do the same from H2. How do I install the ssh keys generated on H1 on H2?
Bruce
  • 3,137
95
votes
12 answers

PuTTY Network Error: Software caused connection abort

I have a strange problem: When I'm using PuTTY with SSH connecting to a Linux server hosted in VMware on my local Windows 7, I often get the error saying "Network error: Software caused connection abort" and then the PuTTY SSH window is inactive.…
Robert
  • 1,204