Questions about software packages which include the Linux kernel and come in a variety of forms, from desktop to server, lightweight to full-featured. Make sure your question is specific enough and not of the "Which Linux distribution for me?" kind.
Questions tagged [linux-distributions]
230 questions
103
votes
10 answers
Updating Python on Ubuntu system
I want to update the Python build on my Linux box, but the only way I know how to do it is uninstalling the current version and installing the new one. My system is already up to date (I updated yesterday). I wanted to know if there is a way to…
efficiencyIsBliss
- 2,289
- 4
- 20
- 14
60
votes
14 answers
How to know which Linux Distribution I'm using?
How to know which Linux Distribution I'm using?
uname -a gives
Linux xxxxxx.net 2.6.9-42.0.3.EL.wh1smp #1 SMP Fri Aug 14 15:48:17 MDT 2009 i686 i686 i386 GNU/Linux
How can I know this is Ubuntu/Debian/Fedora or Redhat?
I uses /etc/init.d/serviced…
Mithun Sreedharan
- 1,655
- 4
- 17
- 20
31
votes
3 answers
what's the difference between /dev/hdc, /dev/sr0, /dev/cdrom
I created 2 virtual machines with VMware Workstation 7. They have identical hardwares. One guest is CentOS 5.6, another is Mandriva 2011.
When I try to mount the cdrom in guest OS, in CentOS, I should execute
mount /dev/hdc /path/to/mount
in…
Landy
- 893
- 5
- 15
- 23
27
votes
1 answer
Where can I find the Linux kernel file?
Is there any common directory to find kernel file in all Linux distributions?if yes please tell me how to browse to the directory?
Where can I find the Linux file in Ubuntu & RedHat operating systems?
BlueBerry - Vignesh4303
- 8,129
- 22
- 68
- 99
25
votes
3 answers
Is it possible to alias a username on Linux?
I'm not sure if this has a practical application at all (aside from the fact that I am lazy. you know "christopher" has 11 characters, and I want to type 1), but is it possible to alias a username on Linux? (So I could, for example, ssh…
cwallenpoole
- 794
- 1
- 6
- 25
22
votes
7 answers
Is there a free (as in money) version of Redhat linux?
I've not dabbled with Linux for a while, but I need to, I am slightly outraged RedHat Linux is not free... or am I being dumb?
Is there a free version available?
If not what are the best alternatives.
(The client wants RedHat).
Ian G
- 1,617
- 3
- 21
- 26
21
votes
8 answers
Linux distro with just busybox and bash?
I just want a linux distro that boots fast, has a bash terminal (no gui) and busybox.
Is there any such distro or is it hard to compile a kernel and just make one myself?
Daniel Gratz
- 601
- 4
- 13
- 19
15
votes
4 answers
What are the differences between major Linux distributions? Will I notice?
I've been using Linux in some form intermittently for the past ten years or so, but have only really been in to it for the past few months.
What are the major differences between distributions? Ultimately I know that package management and branding…
Andy Mikula
- 1,427
- 13
- 21
14
votes
5 answers
Little girl friendly versions of Linux (or themes for Linux)
I'm going to install Linux on a PC for a daughter (age 7) of a friend of mine. I recently came across Hannah Montana Linux. The parents don't want a commercially branded thing going on, so no Hannah Montana. But I was wondering if there were other…
Hamish Downer
- 3,804
- 30
- 29
13
votes
4 answers
Linux file system
What are the conventions for file locations in Linux? So far I've managed to deduce:
/proc (references to running processes)
/dev (references to all hardware)
/etc (configuration files)
/home (home)
/mnt (mounted devices)
/media (removable devices…
pufferfish
- 1,065
- 4
- 16
- 26
13
votes
2 answers
How Do You Clone A WSL Distro?
How would you go about cloning a WSL distro? I have a Debian WSL distribution running under Windows 10 x64 and I would like to clone the distribution without affecting my original one. I have read several documentation over at Microsoft but could…
Joe
- 257
- 1
- 3
- 15
10
votes
7 answers
Where historic Linux distributions can be found?
Where one can find ancient Linux distribution installation images (ISO) such as RedHat Linux 5 (not RHEL), early versions of Mandrake Linux?
el.pescado - нет войне
- 941
- 1
- 9
- 14
9
votes
7 answers
Is there a Linux distro that will easily run "embedded style" on a Raspberry Pi?
I need a Linux distro that will give me the following:
Run on a Raspberry Pi
Can reliably survive power loss (like via a read-only filesystem)
I've been able to hunt down some documentation on how to change a regular Linux distro over to read-only…
Dan Harper
- 191
- 1
- 4
8
votes
5 answers
Is there any only-terminal linux live usb distro?
I was looking for distro with not GUI that I could use in a live USB. The idea is that when I turn the computer on and choose to boot from the USB I could get only a terminal from which I could execute some programs and maybe access the hard drive…
iCom
- 81
- 1
- 1
- 2
8
votes
3 answers
Query what Linux/Unix distribution you're using (from the command-line)
When using an unfamiliar Linux/BSD/Unix computer (e.g. by SSH) from the command line, how can you tell what distribution (and what version of that distribution) you're using?
Some options I've tried:
lsb_release --all: doesn't exist on OpenSuSE…
Mechanical snail
- 7,583
- 5
- 45
- 66