Linux distributions are Unix-like operating systems consisting of the Linux kernel and a large collection of system software and applications such as word processors, spreadsheets, media players, and databases.

learn more… | top users | synonyms

0
votes
3answers
103 views

Getting Linux Distro from java

From java, I got name of the OS Iam working. See below code : System.out.println(System.getProperty("os.name")); In windows xp, it prints like : Windows XP But in ubuntu/fedora, it shows only ...
0
votes
0answers
31 views

Standardized way to obtain current Linux distribution logo [closed]

LSB seems to specify /etc/lsb-release for obtaining the current distribution name and release, and at least Ubuntu implements it. Is there also a standardized way to obtain the graphical asset ...
3
votes
1answer
137 views

Can apps created using Quickly for Ubuntu be used in other linux distros?

I need to write a small program to update my mongodb. I'm currently on ubuntu but I need to use it on other linux distributions. I would just like to make sure that applications using this method can ...
0
votes
1answer
158 views

Looking for a specific Linux distro [closed]

I've used Ubuntu mainly in the past, but I'm not a fan of the interface. I'm looking for a minimalism style Linux distro, lightweight and fast, yet customizable and widely supported/popular. And not ...
1
vote
1answer
437 views

Best linux distribution to do Kernel Module programming

I want to do kernel module programming. But, all sources tell that linux distributions patch the original kernel and that module codes might not run on them. If this is true, what should i do.I tried ...
4
votes
2answers
264 views

Are the paths to the python standard library and to the dist-packages different for different linux distributions(Debian, Redhat, Slackware, …)?

My question assumes you are using the same python versions on those different linux distributions. I also exclude virtual environments from my question. I use the Debian based distribution Ubuntu. ...
1
vote
1answer
564 views

WORKING example of buffer overflow in Damn Vulnerable Linux

I've had a lot of trouble in getting through buffer overflow exploits from start to finish. I end up with a sigsegv fault instead the intended result. I just downloaded Damn Vulnerable Linux and all I ...
0
votes
2answers
2k views

How do I make a Linux distro dedicated to running my Qt app? [closed]

How do I make a small Linux distro (has to be Wifi capable) dedicated to running my Qt app? So when it boots, it will launch the Qt app automatically in full-screen. There are some similar questions ...
2
votes
1answer
665 views

How to Debug MIPS elf?

Suppose I have a MIPS elf binary (meaning someone cross compiled/compiled on MIPS a MIPS linux executable) Are there any linux distros that are compiled to run on mips architecture that could perhaps ...
0
votes
3answers
131 views

How to Strip Python Output

I want to strip platform.linux_distribution(). Output is tuple ('Ubuntu', '11.10', 'oneiric') but I want to show it as "Ubuntu 11.10 oneriric" .group(1) is not working.
1
vote
1answer
513 views

VM to physical conversion [closed]

I'm currently working on a project that has seen me developing a modified ubuntu server 10.04.03 distro inside a VMWare Fusion 3.1.3 virtual machine. I'm now ready to test this on a live device. This ...
1
vote
1answer
36 views

How do you go about getting fixes put into linux packages?

I need group4 decode in the Python Imaging Library, but in order to build it, I need to get some changes put into the distros libtiff-dev packages. Having never done this kind of thing before, I'm ...
0
votes
1answer
126 views

Jungle disk and Xubuntu : junglediskdesktop keeps spawning additional icons

I have a non-modified install of Xubuntu (xfce4) on my eee pc 901. For backups, I use jungle disk which comes with a system tray application called junglediskdesktop. junglediskdesktop keeps spawning ...
3
votes
3answers
743 views

Find name of linux distro from java

We are writing a small library in java that needs to collect information from the underlying system. We are able to read most of the stuff from system properties in java, but we cannot seem to find ...
1
vote
1answer
179 views

Library version differences between linux distros

I'm debugging a program that runs fine on one machine running (fill in the blank with some linux distro and version) but acts flaky on another machine running (different distro/version). A helpful ...
1
vote
4answers
879 views

What is the best Linux distro for System Programming?

I want to work with low level system programming and virtualization for my research. I tried Ubuntu 10.04 + Xen 4.0.0 but they weren't going quite well right from the installation. One of my friends ...
8
votes
3answers
277 views

Contributing to a Linux distribution

I'm interested in contributing to a Linux distro, but regarding the various distro's developer communities, I'm having a bit of trouble figuring out which one I'd most like to join. What languages I ...
2
votes
6answers
448 views

problem with different linux distribution with c++ executable

I have a c++ code that runs perfect on my linux machine (Ubuntu Karmic). When I try to run it on another version, I have all sort of shared libraries missing. Is there any way to merge all shared ...
1
vote
6answers
336 views

Linux Distro built on the .NET Framework

I am a computer science engineering student and I've been programming on the .NET Framework for 2-3 years but I haven't used Linux. I thought, for my final year project, a Linux distro would be good. ...