while true; do kill -SIGSTOP < processId >
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Wednesday, 9 September 2009
BASH Script: Run a command in a loop....
to stop a process that is being controlled by another process that has accidentally been left running on your pc at work.
while true; do kill -SIGSTOP < processId > sleep 5; done
while true; do kill -SIGSTOP < processId >
Monday, 7 September 2009
MenuetOS Running in VirtualBox on Linux
It's as simple as download the floppy disk image. Yes all 1.2MB. Fire up VirutalBox and create a new machine exactly as you would for any other install. I selected Other to both questions about which OS and version i was using. You'll need to assign 512MB minimum RAM and turn on all the CPU extensions and double check your boot order is Floppy first. When enabling the floppy device, you get to select an image file. I noticed that it didn't seem to recognise the .IMG file by default so I had to switch to All files view. After that, just click Start, and about 3 seconds later you'll be up and running. Fully. Ready to go.
Now, does anybody know how to get online with this OS? Help!
Oh,.. and one more thing, it's a real pain to get your mouse pointer back. The usual right-ctrl key doesn't work. Probably getting swallowed up far earlier in the event tree by MenuetOS. You can get it back - mainly by mashing the keyboard around the bottom row of the keyboard (alt, shift, windows key, space, tab). Somehow seems to allow the host to recapture the mouse etc.
Have fun.
Now, does anybody know how to get online with this OS? Help!
Oh,.. and one more thing, it's a real pain to get your mouse pointer back. The usual right-ctrl key doesn't work. Probably getting swallowed up far earlier in the event tree by MenuetOS. You can get it back - mainly by mashing the keyboard around the bottom row of the keyboard (alt, shift, windows key, space, tab). Somehow seems to allow the host to recapture the mouse etc.
Have fun.
Subscribe to:
Posts (Atom)

