Questions tagged [distro]

31 questions
18
votes
18 answers

Linux distros for Java Development

Simply, are there any Java Developer specific Linux distros?
Ande Turner
  • 6,642
  • 18
  • 76
  • 105
11
votes
1 answer

Multiple package manager

Is there a pitfall of using multiple package managers? Could I use Redhat's yum with Debian's aptitude at the same time? I came across this article and this infographic - I was inclined to choose Debian, but a quick VM install showed that the…
Lord Loh.
  • 2,237
  • 4
  • 35
  • 62
5
votes
3 answers

Which distro is best for hosting LAMP + memcache? (answer gets a Linode or Slicehost referral)

Despite having very little Linux experience, I'm too enticed by VPS (and too sick of cPanel/shared hosting crap) to not give it a try. I'm a smart kid and pick up things pretty quick. I took a class in Linux and know basic commands, how to pipe…
Sam
5
votes
7 answers

Best/Easy way to set up a quick booting Linux

Hopefully this still falls within StackOverflow's umbrella! I'm looking to create a quick boot linux laptop for my wife. All it really needs is to be able to do is browse the internet (with flash and video etc.). Are there any distros that are made…
Brent
  • 21,918
  • 10
  • 42
  • 49
3
votes
5 answers

Does every Linux distro ship with gcc/g++ 4.* these days?

I'm considering dumping boost as a dependency... atm the only thing that I really need is shared_ptr<>, and I can get that from std::tr1, available in gcc suite 4.*
marko
  • 1,137
  • 1
  • 9
  • 14
3
votes
2 answers

How can I build a Linux distro?

Disclaimer: This is my first time delving into the embedded Linux world (Ubuntu and Debian), despite being a Linux user for some time and having used distros such as Raspbian, Armstrong(beaglebone) and embedded debian. The title may also seem…
morcillo
  • 967
  • 4
  • 17
  • 47
3
votes
3 answers

Setting up Environment for Buffer Overflow Learning

I am currently reading several security books(my passion) regarding secure programming, however either the distro's they provide on disc are faulty, or non-existent. Books:Hacking The art of Exploitation 2nEd, Grey Hat hacking 2nEd The issue is that…
theraven
  • 4,035
  • 3
  • 18
  • 19
2
votes
4 answers

Which is the lightweight linux for virtualbox?

I am completely new to Linux and I want to download and practice linux commands without letting go of my windows pc. I have a Dell Inspiron with 500 GB Hard Drive, 4 GB RAM and Pentium CPU B980 (2.4 GHz) processor with Windows 8.1 on it. I installed…
2
votes
2 answers

Creating software for Linux with Qt: distros, desktop environments and other decisions

I want to start working on a personal project and I want to make it cross-platform. All of my Linux work was done for business customers, so the target distro was specified in advance, but this is different. The project will be open source and use…
rpg
  • 7,518
  • 2
  • 36
  • 43
2
votes
1 answer

Will Linux programs\games from one distro run on another Linux distro?

I know there may be issues with libraries from one OS not being available for another, like say Android and Ubuntu, but can programs from one or the other OS run on the other without recompiling? If a Linux OS is still Linux, shouldn't it be able to…
Jim Kieger
  • 831
  • 1
  • 7
  • 10
2
votes
2 answers

How to create your own linux distro?

Is there any resource or book for creating own linux distro.Only good resource i found is this And also what specialities need to start project like this?
Burak Dede
  • 3,675
  • 5
  • 36
  • 53
1
vote
2 answers

Web Browser Boot-Only Operating System

Is it possible to create an operating system that loads a web browser without menu bars, tabs etc. and that is all it loads. I do not mean like Chrome OS but I mean all it loads is a html page which can be interacted with like an ordinary web page…
Xplane
  • 780
  • 1
  • 7
  • 23
1
vote
2 answers

ModuleNotFoundError: No module named 'distro'

I am trying to install a library (https://github.com/yuanming-hu/taichi/) . I am running a script for installation(install.py). I am using python version 3.6+ I tried pip install distro. Still it's not working part of code(install.py) : …
Shivam Kumar
  • 81
  • 3
  • 12
1
vote
3 answers

programming my own kernel

I need some directions to start learning about programming my own operating system kernel. Just for educational purpouses. How can I write my own Kernel?
user695800
1
vote
0 answers

Simple and quick oozie installation steps on unix

I am trying to install ozzie on my Unix machine, however i am getting error while executing the distro file. I have tried making changes into pom.xml of oozie, but that also did not worked. I hvae followed below links…
Mohit Rane
  • 249
  • 6
  • 18
1
2 3