Hi, How can i make screenshots of the CentOS 4 install pictures ? If it is possible, where are they stored for accessing them after the install ? Sorry for the dumb question, but in years as a Linux administrator, it''s the first time i need to do something like this. Warm regards, M?rio Gamito
On Mon, 2005-03-14 at 17:28 +0000, M?rio Gamito wrote:> How can i make screenshots of the CentOS 4 install pictures ?VMware is your friend. -- Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> http://centos.ivazquez.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.caosity.org/pipermail/centos/attachments/20050314/ef490ec0/attachment-0001.bin
On Mar 14, 2005, at 12:28 PM, M?rio Gamito wrote:> Hi, > > How can i make screenshots of the CentOS 4 install pictures ?IIRC, "shift-printscreen" should do this for you.> If it is possible, where are they stored for accessing them after the > install ?/root/anaconda-screenshots/ Someone please correct me if my information is out of date. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net
Ignacio Vazquez-Abrams a ?crit :>On Mon, 2005-03-14 at 17:28 +0000, M?rio Gamito wrote: > > >>How can i make screenshots of the CentOS 4 install pictures ? >> >> > >VMware is your friend. > > >Vmware is not free :-|
On Monday, 14 March 2005, at 19:20:24 (+0100), Martin Hamant wrote:> Vmware is not free :-|Forgive him. He misspelled "qemu." :-) Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "Some mornings, it''s just not worth chewing through the leather straps." -- Emo Phillips
On Mar 14, 2005, at 1:20 PM, Martin Hamant wrote:> Ignacio Vazquez-Abrams a ?crit : > >> On Mon, 2005-03-14 at 17:28 +0000, M?rio Gamito wrote: >> >>> How can i make screenshots of the CentOS 4 install pictures ? >> >> VMware is your friend. >> > Vmware is not free :-|Or necessary, as I''ve already demonstrated. Talk about overkill. :) -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net
On Mon, 14 Mar 2005 13:21:50 -0500, Michael Jennings <mej@caosity.org> wrote:> On Monday, 14 March 2005, at 19:20:24 (+0100), > Martin Hamant wrote: > > > Vmware is not free :-| > > Forgive him. He misspelled "qemu." :-) > > Michael >Forgive him. He misspelled "colinux." :P http://www.colinux.org/ Greg
On Monday, 14 March 2005, at 13:35:21 (-0700), Greg Knaddison wrote:> Forgive him. He misspelled "colinux." :P > > http://www.colinux.org/I assumed, perhaps erroneously, that no one on this list would be foolish enough to believe that one would have to run Windows to run a Linux install in an app window. :-P I run Windows only when there''s No Other Way(tm). I would hope you do too. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "I will remember you. Will you remember me? Don''t let your life pass you by. Weep not for the memories." -- Sarah MacLachlan
On Mon, 2005-03-14 at 13:35 -0700, Greg Knaddison wrote:> On Mon, 14 Mar 2005 13:21:50 -0500, Michael Jennings <mej@caosity.org> wrote: > > On Monday, 14 March 2005, at 19:20:24 (+0100), > > Martin Hamant wrote: > > > > > Vmware is not free :-| > > > > Forgive him. He misspelled "qemu." :-) > > > > Michael > > > > Forgive him. He misspelled "colinux." :P > > http://www.colinux.org/Nope - running ANYTHING on Microsoft Windows natively should be considered an abomination! :-) maybe he misspelled xen http://fedora.redhat.com/projects/virtualization/ Phil
On Monday, 14 March 2005, at 16:20:38 (-0500), Phil Schaffner wrote:> maybe he misspelled xenI find Xen woefully uninteresting. qemu is far more compelling; its breadth is far greater. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "Every little look inside your eyes is all it takes to make me realize we can last forever. Every little moment we can share, gonna let you know how much I care. I''ll always be there." -- Chicago, "We Can Last Forever"
On Mon, 2005-03-14 at 16:28 -0500, Michael Jennings wrote:> On Monday, 14 March 2005, at 16:20:38 (-0500), > Phil Schaffner wrote: > > > maybe he misspelled xen > > I find Xen woefully uninteresting. qemu is far more compelling; its > breadth is far greater.Agree that qemu has broader capabilities (although Xen my still have some uses within its scope) - just couldn''t resist throwing another link into the OT mix. Phil
On Mon, 14 Mar 2005 16:16:16 -0500, Michael Jennings <mej@caosity.org> wrote:> On Monday, 14 March 2005, at 13:35:21 (-0700), > Greg Knaddison wrote: > > > Forgive him. He misspelled "colinux." :P > > > > http://www.colinux.org/ > > I assumed, perhaps erroneously, that no one on this list would be > foolish enough to believe that one would have to run Windows to run > a Linux install in an app window. :-P > > I run Windows only when there''s No Other Way(tm). I would hope you do > too. >Yikes - can I borrow an asbestos suit? I agree about when to run Windows - but it''s another option and options are good. Greg
Press the key PrintScreen (Pet sys) on screen and then finish install CentOS goto / directory
I used the following method to create screenshots of the install. 1. Requires 2 machines. One as a ''desktop viewer'' and another as the machine being installed. 2. On the desktop, setup a vnclistener. vncviewer -listen (This will listen on port 5500 by default). 3. On the machine being installed enter the following boot params: llinux vnc vncconnect=desktop.machine.ip.goes.here:5500 4. Answer the questions (DHCP, static IP etc). 5. Go back to your desktop and use your regular screen capture application. :) I personally use KSnapshot :) Works a treat.. you can even finish the install via that method. :) Cheers, Matt.
Michael Jennings wrote:> Forgive him. He misspelled "qemu." :-)Have you managed to get the accelerator module running under CentOS? The instructions for installing it are rahter short, and by following them, it dosn''t get installed... -- Aleksandar Milivojevic <amilivojevic@pbl.ca> Pollard Banknote Limited Systems Administrator 1499 Buffalo Place Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7
On Wednesday, 16 March 2005, at 08:56:03 (-0600), Aleksandar Milivojevic wrote:> Have you managed to get the accelerator module running under CentOS? > The instructions for installing it are rahter short, and by > following them, it dosn''t get installed...If you''re referring to qemu-fast, I don''t use it. It does not provide the separation of the host and guest OS''s which I require. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej@kainx.org> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "Now they show you how detergents take out bloodstains, a pretty violent image there. I think if you''ve got a T-shirt with a bloodstain all over it, maybe laundry isn''t your biggest problem. Maybe you should get rid of the body before you do the wash." -- Jerry Seinfeld
See--> http://shots.osdir.com/slideshows/slideshow.php?release=272&slide=32&title=centos+4.0+screenshots
Quoting Michael Jennings <mej@caosity.org> Date: Wed, 16 Mar 2005 18:48:17> If you''re referring to qemu-fast, I don''t use it. It does not provide > the separation of the host and guest OS''s which I require.No, I''m talking about kqemu. A kernel module that allows i386 instructions to be executed natively on an i386 (instead of being emulated). -- Aleksandar Milivojevic <amilivojevic@pbl.ca> Pollard Banknote Limited Systems Administrator 1499 Buffalo Place Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7