MyComputingArt

Articles about computing. What are you interested in?

.htaccess, apache, bloxsom, broadcast, case, client-server, command-line, configuration, cool'n'quiet, cooling, cpu, disk suspension, dsl, error, fan, fan controller, file management, firewall, freeware, google earth, gps, grub, hardware, heatsink, howto, images, lapping, linux, measurement, motherboard, mp3, mysql, password, pda, perl, programming, qemu, rdp, regex, router, screen recording, script, security, shell, silencing, software, system recover, tools, ubuntu, virtualization, visual basic, VMWare, vnc, web, windows, wireless, xen, xp


About
About
RSS
rss
Skin
Default
Old browsers
Categories
Archives
Search
word word = any word
+word +word = all the words
regexp pattern


Powered by Blosxom




Ads



How to mount an image file and access image content

To get access to the content of a virtual machine image or a ISO file, follow these steps:

Posted by: Z24 | Thu, Jul 10 2008 | Category: /linux | Permanent link | home
Tagged as: , ,



Running Windows XP in Xen from its own partition

Some months ago I made some experiments with Xen and I succeeded to install and run Windows XP as a guest using Xen 3.0. In that case Windows was located in a single file and was installed through Xen. My purpose now is to make Xen running an already installed Windows from its own partition. Just to be more specific, this is my machine configuration:

I want to log into linux and run my existing Windows XP from its own partition on the EIDE disk.

See full post ...



Posted by: Z24 | Mon, Dec 03 2007 | Category: /linux | Permanent link | home
Tagged as: , , , , , ,



Ubuntu Dapper Drake 6.06 amd64 and Windows XP in Xen 3.0

I am coming from a bloody week of wrestling against packages, bugs and "make world"s trying to run Xen in Ubuntu 6.06 amd64 on an AM2 3800+ and to make a Windows XP Pro domU.
I searched on the web some resources that would explain how to run Windows on Xen and I found some very good tutorial that unfortunately don't fit exactly my configuration and my purpose. These are the sites I took as a basis for my setup:


These are all the steps I did and the problems I encountered during this Calvary :-) (I come from Windows with a little linux/unix background):

See full post ...



Posted by: Z24 | Mon, Nov 26 2007 | Category: /linux | Permanent link | home
Tagged as: , , , , ,



Pausing a command

How to pause / suspend / sleep a running command in a terminal?
Press Ctrl+S
How to resume the paused command?
Press Ctrl+Q

Posted by: Z24 | Sun, Aug 27 2006 | Category: /linux | Permanent link | home
Tagged as: , ,



Execute a command at shutdown

To dismount TrueCrypt volumes at shutdown and reboot time, I created a script, put it in/etc/init.d/ and symlinked it into the needed /etc/rc?.d/ directories using update-rc.d.
Here is the detail:

See full post ...



Posted by: Z24 | Sun, Aug 27 2006 | Category: /linux | Permanent link | home
Tagged as: , , , ,



How to rename multiple files from bash

Rename all *html files to *test:

for x in `ls *html`; do mv $x `echo $x | sed -e "s/html/test/"`; done

Bash for:
for var in some-list ; do command ; done


Posted by: Z24 | Sun, Aug 27 2006 | Category: /linux | Permanent link | home
Tagged as: , , , ,



Valid HTML 4.01 Strict    Valid CSS!

http://www.mycomputingart.com/

To contact the webmaster and author write to: info<at>mycomputingart<dot>com
© mycomputingart.com, year(today()).