Questions tagged [opensource-projects]

Open source is a methodology that promotes free redistribution and access to project's design and implementation details.

The Open Source Initiative, OSI, give a full definition of what an open source projet is.

44 questions
106
votes
3 answers

How to make tree output only directories?

150 directories I can handle but 900 files is too many for a review. I've no manual entry for tree so maybe I can ask you if you know how to output only directories since files get too detailed? . ├── agreement.htm ├── appengine_admin │   ├──…
Niklas Rosencrantz
  • 4,112
  • 6
  • 36
  • 58
22
votes
5 answers

“free-as-in-speech” vs. "free-as-in-beer”

What is the difference between "free-as-in-speech" and "free-as-in-beer"?
Renjith G
  • 5,788
  • 16
  • 40
  • 48
22
votes
3 answers

Is there an open source tool to measure cpu performance?

I have used many times ab for measuring web performance, hdparm for measuring hard disk performance and netperf for measuring network performance. But I didn't find any tools to measure cpu performance. Do you know a tool allowing to measure cpu…
Coren
  • 4,970
  • 1
  • 24
  • 43
21
votes
4 answers

Are Debian APT packages not officially supported or acknowledged by application developers?

I want to understand how the APT package is managed in general, considering the following situation I got into today: I was trying to add MongoDB to my Debian machine. apt search mongodb showed good-looking results, and before attempting to install…
15
votes
5 answers

OCR on Linux systems

I have always found OCR technology to be behind on open source systems. I've also watched the Ocropus project since its infancy. I've tried what I've heard is the best OCR engine available for Linux, Tesseract, and have found it woefully lacking…
jjclarkson
  • 2,147
  • 2
  • 17
  • 16
14
votes
4 answers

How to start changing linux source code to make custom OS?

I have heard that we can customize Linux (say Ubuntu) as we wish by changing its source code and can make whole new OS. I have downloaded source code of linux kernel from www.kernel.org website. But by seeing it, I am not able to understand…
dubex
  • 601
  • 2
  • 6
  • 6
11
votes
2 answers

Where is best place to find sources of standard linux command line tools?

Into: I like learning by reading sources. But it's tiring of searching them across internet splited on many many different project sites. I'd love to see central browsable repo with sources of many many apps in one place. When someone want to find…
Grzegorz Wierzowiecki
  • 13,865
  • 23
  • 89
  • 137
11
votes
2 answers

How do free software companies make money?

How do companies that provide free (as in beer) software make money? I'm thinking of things like Linux distros, as some even provide free overseas shipping!
Ayush Goyal
  • 323
  • 1
  • 4
  • 9
11
votes
4 answers

What makes Ubuntu not totally Free Software?

I heard that Ubuntu is not completely free (as in Freedom). What are the specific parts of Ubuntu that are not Free?
hpy
  • 4,517
  • 8
  • 53
  • 73
8
votes
5 answers

Linux as a complete development platform?

I want to make my Fedora Linux capable of following : Use Linux for complete development platform without requiring any other OS installation but still able to build and test programs under different platforms. Completely replace Windows machine…
Xinus
  • 149
  • 6
7
votes
2 answers

Learn Linux System Programming by doing projects

I have only a very basic idea about linux system programming. I have not done any real projects using linux system programming. In my current company I do system admin type work, but I am more interested in Linux System Programming. I want to do…
LinuxPenseur
  • 211
  • 2
  • 6
6
votes
2 answers

Source code of original Netscape Navigator

Where is it possible to download the source code of the first open source browser Netscape Navigator released in about 1998? I already searched for it and wasn't able to find the original version of this browser from 1998.
xralf
  • 16,149
  • 29
  • 101
  • 149
5
votes
2 answers

What is the 't' folder?

I'm mainly a Windows guy, programming C#, but I often do use technologies that were intended for Linux machines like git, MySQL, perl scripts, memcached, php, etc... And therefore I am exposed to these tools. I like looking at the code base of these…
gillyb
  • 153
  • 4
5
votes
1 answer

Can a Linux distro be closed source?

According to the GPL licence, which is the one used by the Linux kernel, every modification in the source must be open source too. But, for example, if I create a new OS based on Linux, I develop my own Desktop system and all that stuff, but I don't…
cdonts
  • 153
  • 1
  • 5
5
votes
3 answers

100% open source linux distro

Do 100% open source linux distro's exist? i.e. distros which contain absolutely no closed source components anywhere at all? Apparently distros like Ubuntu contains bits and pieces which are closed source. Please note, I am not asking for 100%…
1
2 3