Questions tagged [distro]
35 questions
19
votes
18 answers
Linux distros for Java Development
Simply, are there any Java Developer specific Linux distros?

Ande Turner
- 7,096
- 19
- 80
- 107
12
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,437
- 7
- 39
- 64
5
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,217
- 1
- 10
- 14
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
- 23,354
- 10
- 44
- 49
4
votes
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
- 191
- 1
- 5
- 15
4
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
- 1,091
- 5
- 19
- 51
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,825
- 3
- 20
- 20
2
votes
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
- 820
- 2
- 8
- 24
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,746
- 3
- 38
- 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
- 901
- 1
- 8
- 13
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,725
- 5
- 40
- 53
1
vote
0 answers
how to build a linux distro that only displays an output of a python flask code nothing else
I am new to Linux distros and I am trying to create a custom Linux distribution that runs on a Raspberry Pi. The main purpose of this distro is to display the output of a Python Flask code and nothing else. Here are the details of my…

shamil pallath
- 30
- 6
1
vote
1 answer
How to get Linux based system in QT5?
I am developing an application on qt5 using C++ which will support all popular distros, for this currently I am using QSysInfo
qDebug() << "currentCpuArchitecture():" << QSysInfo::currentCpuArchitecture();
qDebug() << "productType():" <<…

Shahzain ali
- 1,679
- 1
- 20
- 33
1
vote
2 answers
How to access Linux's downloads folder using python?
In ubuntu the downloads folder is located in home\ubuntu\Downloads, but I don't know if different distros have the same "style" (eg. home\arch\Downloads). Is there a "universal path" for all distros?
For anyone wondering i need to make a new…

wateroverdose
- 79
- 1
- 9