Get in the zone with me for a good 15 minutes, maybe you’ll catch a few eclipse tricks and you’ll learn a little bit about how I think (and make mistakes along the way of fixing something on FrostWire)
Related Posts
[Monero-Development] Installing dependencies on Mac
March 12th 2017. In order to build Monero on MacOSX with cmake, I had to install the following dependencies via homebrew brew install libunwind-headers –force brew link libunwind-headers –force brew install miniupnpc brew install ldns brew link ldns –force brew install expat brew link expat –force brew install doxygen
ssh-add -l -> Cannot connect to your agent.
keychain not working for ya… you run ssh-agent but ssh-add won’t add the keys. This is probably because your SSH_AGENT_PID and SSH_AUTH_SOCK variables are incorrect… so I recommend you put something like this on your .bashrc to initialize your ssh-agent correctly: export SSH_AGENT_PID= export SSH_AUTH_SOCK= #make sure no old agents are running killall ssh-agent #grab […]
Easier Internationalization in LimeWire
Many LimeWire users always come to tech support asking what can they do to have their LimeWire display on their native language. This can be done by going to the View menu, and selecting the last option, then you’ll see a submenu with all the languages available. If you don’t speak a word of spanish, […]