how to make a multi boot dvd for linux [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it possible to make a single bootable dvd with multiple linux distros in it? we should be able to select which os to boot by a menu.

There are several tutorials for this:
http://www.justlinux.com/forum/showthread.php?t=150078
http://pcquest.ciol.com/content/enterprise/2005/105070101.asp

Related

How is the linux graphics stack organised? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
How is the linux graphics stack organised? Can anyone explain about this?
I'm trying to understand the graphics stack in linux.
First hit when searching in Google for "the linux graphics stack":
http://blog.mecheye.net/2012/06/the-linux-graphics-stack

How to edit the "File Management Preferences" via command line in Centos Desktop [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
is it possible to edit the
File Management Preferences
via vi or something ?
No, but it is possible with gconftool-2. Just frob the values under /apps/nautilus; look in gconf-editor for details.

How to lock my monitor with command in linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to lock my desktop with a shell command. How can I do this?
What desktop environment are you using?
Using GNOME:
gnome-screensaver-command -l
Using KDE:
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
Using xfce:
xflock4
if you have xscreensaver installer this will work:
xscreensaver -lock
Other then that it is depending on which DE you have.

How can I get the debian weak keys black list [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there a list for RSA black listed debian weak keys? I tried to search, but all what I can find is some tools for checking. What if I want the list itself? Is this available?
It is in packages openssl-blacklist and openssh-blacklist.

RAM value of a computer in LINUX [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
how can we determine the RAM value of a computer in LINUX ?
regards
Inspect output of
free
lshw
Good luck

Resources