Finally it will bear the fruit of your children through a straw stareing at you through a glassed window… Yes
How to get into terminal:
While on the desktop go to the top and click on Applications -> Accessories -> Terminal: ssh mshort3@lab46
+++Additional+++
System → Administration → Add/Remove Applications → System Tools → scroll down until you find: Compiz Fusion Icon or you can search it.
YOUR CHILD HAS BEEN DELIVERED!!! WATCH OUT FOR THE AFTERBIRTH!!!
+++Additional+++
Access remotely: Terminal → ssh root@vmserver01.student.lab → password: bob
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@Because i like mo betta vim@@@@@@ @@@Command: aptitude install vim@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
network-script network-bridge setting in xend-config.sxp
ensure vif-script is vif-bridge, same file
configure the grub boot entry accordingly
title Debian GNU/Linux, kernel 2.6.26-2-xen-686 root (hd0,0) kernel /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hda1 ro quiet initrd /boot/initrd.img-2.6.26-2-xen-686 title Debian GNU/Linux, kernel 2.6.26-2-xen-686 (single-user mode) root (hd0,0) kernel /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hda1 ro single initrd /boot/initrd.img-2.6.26-2-xen-686
Then to the top entry add this after kernel 2.6.26-2-xen-686: dom0_mem=262144
Configure Xen-tools
Create the following directories:
Then type “reboot” in the command window and thou art feeenished!
To sign on type: ssh root@vm06.student.lab – Password: bob
But we used 09 -- Password: bob
Have Funs with yo new babeh
If you mess up rewrite everything by typing this in the server prompt: xen-create-image – -hostname=vm09 – -mac=00:16:3E:2E:C0:09 – -role=udev - –dhcp - –force
RAID, an acronym for Redundant array of inexpensive disks or sometimes Redundant array of independent disks, is a technology that allows high levels of storage reliability from low-cost and less reliable PC-class disk-drive components, via the technique of arranging the devices into arrays for redundancy.
Raid 0 (striped raid)
Raid 1 (Mirroring)
Raid 5 (Striped set with distributed parity)
+++Raiding Notes+++
To unmount:
To take raid offline:
To zero out drives
@@@We had to install Ubuntu on a new machine, therefore, account info below@@@
User Name: bob
Pw: ginger
User Name: root
Pw: bob
FINISHED
@@@Notes@@@
Sudo - super user do: makes a normal user Super User
Command: /etc/init.d/dhcp3-server restart
#!/bin/bash #All sleeps helps the system keep up with the script, without them this would fail :( pkill xpaint & #process kills xpaint to make sure its not open before hand sleep 2 xpaint -size 1130x940 & #opens xpaint whilst resizing the CANVAS to the specified screen size sleep 4 windowProcessID=`xwit -print -all | grep -i xpaint | cut -d ":" -f1` #gets JUST the window process ID and stores it in a variable sleep 3 xwit -id $windowProcessID -move 0 0 #Moves the xpaint toolbar respectively sleep 4 #Opens a new canvas xte 'mousemove 40 40' xte 'mousedown 1' xte 'mousemove 30 70' xte 'mousedown 1' xte 'mouseup 1' sleep 3 wPID2=`xwit -print -all | grep -i untitled | cut -d ":" -f1` #gets JUST the new "untitled" canvas's process ID sleep 3 xwit -id $wPID2 -move 125 0 -resize 1150 990 #Moves and Resizes the CANVAS respectively sleep 3 #Draws first box xte 'mousemove 200 200' xte 'mousedown 1' xte 'mousemove 200 300' xte 'mousemove 300 300' xte 'mousemove 300 200' xte 'mousemove 200 200' xte 'mouseup 1' sleep 2 #Colors first box/pencil xte 'mousemove 30 400' #Paint Can xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 200 60' #Color Red xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 215 215' #Colors First Square xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 30 80' #Pencil Tool xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 190 70' #Color Black xte 'mousedown 1' xte 'mouseup 1' sleep 2 #Draws inner box xte 'mousemove 225 225' xte 'mousedown 1' xte 'mousemove 225 275' xte 'mousemove 275 275' xte 'mousemove 275 225' xte 'mousemove 225 225' xte 'mouseup 1' sleep 2 #Colors inner box/pencil xte 'mousemove 30 400' #Paint Can xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 230 70 ' #Color Green xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 250 250' #Colors inner square xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 30 80' #Pencil Tool xte 'mousedown 1' xte 'mouseup 1' xte 'mousemove 190 70' #Color Black xte 'mousedown 1' xte 'mouseup 1' exit 0
to get these to work properly command: chmod +x filename
if a VM gets taken down do this:
Godzirra
user name: bob
pw: ginger
root
pw: bob
To sign into a VM type: ssh root@vm06.student.lab – Password: bob
But we used 09 - Password: bob
Access remotely: Terminal → ssh root@vmserver01.student.lab → password: bob
The breakdown: