Questions tagged [open-source]

Open source software is software whose source code is published and made available to the public, enabling anyone to copy, modify and redistribute the source code without paying royalties or fees. Open source code evolves through community cooperation. These communities are composed of individual programmers as well as very large companies.

Open source software is software distributed under an open source license. Such a license specifially allow anyone to copy, modify and redistribute the source code without paying royalties or fees. There are dozens of open source licenses. To determine whether a particular license should be considered an Open Source License, the Open Source Initiative has created an Open Source Definition.

Open source code often, but not always, evolves through community cooperation.

163 questions
61
votes
5 answers

How to upgrade Homebrew itself (not softwares/formulas installed by it) on macOS?

I have homebrew installed long before the OS is upgraded a few times to 10.12.3. Now that $ brew --version Homebrew 0.9.9 (git revision 080c; last commit 2016-08-11) Homebrew/homebrew-core (git revision b163b; last commit 2016-08-10) How to…
qazwsx
  • 2,231
  • 6
  • 29
  • 36
49
votes
6 answers

Can't plot with gnuplot on my Mac

I am trying to plot with gnuplot on my Mac (OS X 10.8.5). I have installed X11 and XQuartz 2.7.4 and after that I installed gnuplot, but unfortunately gnuplot couldn't plot. Simple plots like the following fail to render and have no error message…
Soheil
  • 591
  • 1
  • 4
  • 4
40
votes
1 answer

How to have GNU's date in OS X?

I do brew search date unsuccessfully. I have coreutils in my system. I could not find GNU date anywhere. How can you have GNU date in OS X?
Léo Léopold Hertz 준영
  • 5,964
  • 18
  • 62
  • 103
30
votes
11 answers

How to fix 403 in Mac OS X built-in Apache?

I'm trying to set a local environment on my new MacBook Air 13": built-in Apache with my own DocumentRoot, PHP, and MySQL. I usually update /etc/hosts just to run my local websites with a pretty permalink: local/example. For references, I usually…
João
  • 925
  • 10
  • 19
  • 31
26
votes
3 answers

How do I use ffmpeg to convert audible files

I'm running ffmpeg v2.8.1 from Homebrew, and trying to convert Audible files but there's some trick I"m missing. This command produces this error output. ffmpeg -activation_bytes 1CEB00DA -i Volume1.aax -vn -c:a copy…
Harry McGovern
  • 725
  • 2
  • 8
  • 17
25
votes
3 answers

Homebrew installed libraries, how do I use them?

I'm a bit confused. I've installed a bunch of libraries (e.g. vtk, gsl,...) that I need for a c++ project for school. I used homebrew to install them (luckily there were formulas available). My question is, does Homebrew link these into…
romeovs
  • 4,143
  • 8
  • 23
  • 32
18
votes
2 answers

Installing Julia using Brew

It appears that brew does not have a Julia formula. This is quite surprising to me, am I missing something? Apparently there's a brew tap that can be used instead (staticfloat/julia). Before going for that solution I wanted to know if that's…
Cedric H.
  • 1,413
  • 5
  • 15
  • 33
17
votes
2 answers

OCR on PDFs in OS X with free, open source tools

After reading these blog posts: Linux, OCR and PDF - Problem solved Creating a searchable PDF with opensource tools ghostscript, hocr2pdf and tesseract-ocr Using Tesseract OCR with PDF scans and going through the snippet below (from this gist) for…
Josh
  • 355
  • 1
  • 3
  • 11
15
votes
2 answers

GPG key generation - timeout on OSX due to lack of entropy

I'm trying to generate a series of GPG keys gpg --gen-key but coming up with the same error that there's not enough entropy to generate a set. We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the…
juliushibert
  • 323
  • 2
  • 9
14
votes
1 answer

Why aren't the section titles of man pages completely greppable?

This was tested in El Capitan and in a colleague's High Sierra, in the standard Terminal (bash). user@hostname ~ $ man ls | grep "BU" BUGS user@hostname ~ $ man ls | grep "BUG" user@hostname ~ $ user@hostname ~ $ man ls | grep "IEEE" files in…
14
votes
4 answers

Installed mpv with Brew, but nothing in Applications

I'm trying to play anime with mpv. I have heard that it's the best player for anime. https://mpv.io/installation/ I go to the website and I see that there's homebrew. I run brew install mpv. It seems to complete successfully. Now what? There doesn't…
Harry
  • 2,110
  • 7
  • 28
  • 40
14
votes
5 answers

How can I remove dependencies recursively in Homebrew?

I'm trying out Homebrew, but I can't seem to figure out when uninstalling a 'formula', how to recursively remove the dependencies as well. I.e. Macports is: $ port uninstall --follow-dependencies How does this work with Homebrew?
litemotiv
13
votes
2 answers

Is there any app to always display time in touch bar?

I would like to know if there's any way to always display current time in the touch bar in latest MacBook Pro. When using browsers and other applications in full screen, I'm unable to view the top status bar by default.
12
votes
5 answers

Homebrew: How to ignore cask formula on `brew upgrade`? (since `pin` has no `--cask` option)

I hope there is a command equivalent for casks that works to ignore updates on main line packages. brew upgrade --ignore This Stack Overflow question from 2014 has multiple answers that mention brew pin as a solution, but that feature…
Neil
  • 1,572
  • 4
  • 18
  • 32
12
votes
3 answers

Should I sign open source code myself?

I use macOS 10.14 and came across a problem when I tried to install an open source plugin for Vim that I found on Github. I downloaded the source code and compiled it myself, which worked well, but when I ran it, the execution was interrupted…
Syntaxén
  • 235
  • 2
  • 10
1
2 3
10 11