Lost time due to life issues. after playing catch up. i began issuing the first steps of the first project.filled out opus.
Acommplished setting up Desktop installation on system in class. tiger claw
Happy b-day Installed ubuntu server on my old tower. configuring the system to accept ssh through a router was a bit of a challenge.
-cntrl a shift pipe -cntrl a tab -cntrl a c
Identification of chosen keyword (unless you update the section heading above).
a program that constitutes the central core of a computer operating system. It has complete control over everything that occurs in the system.
GUI- Graphical User Interface
If your not on a command line and reading this from a internet browser than your using it.
ubuntu desktop.
Benchmark
The act of testing a programs performance by running programs, or other operations.
Scripting
The art of writing, modifying programming text to be utilized. Usually executed within a text editor.
Demonstration of the chosen keyword.
lab46:~$ vi Opus.txt lab46:~$ lab46:~$ lab46:~$ lab46:~$
syntax error.
A Syntax error is a error in spelling of a command, spacing error or you just don't know.
\
lab46:~$ vi 1 counter=0 2 While counter < 5: 3 print "hello" 4 counter = counter + 1 Traceback (most recent call last): File "./tester.py", line 2 While counter < 5: ^ SyntaxError: invalid syntax
Compiler
reads a program script as one whole piece. Analyzing and displaying errors if any.
Identification of chosen keyword (unless you update the section heading above).
Short for Directory
lab46:~$ mkdir i_made_this_folder lab46:~$ lab46:~$ lab46:~$
setgui
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
do one thing and do it right.
In your own words, define what that objective entails. To provide
State the method you will use for measuring successful academic/intellectual achievement of this objective.
Follow your method and obtain a measurement. Document the results here.
Reflect upon your results of the measurement to ascertain your achievement of the particular course objective.
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
Porting
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
intended only for communications within the segment of a local network (a link) or a point-to-point connection that a host is connected to. Routers do not forward packets with link-local addresses.
Obtains the user identity that the process is running as.
logging onto lab46 network. than logging onto your server box.
/* * Sample code block */ #include <stdio.h>
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
Identification of chosen keyword (unless you update the section heading above).
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
The practical impact of weather and climate prediction on the world's population and economy drives investment in and use of HPC in Earth Sciences.- http://www.scientificcomputing.com
Building useful numerical models to accurately predict physical phenomenon
State the method you will use for measuring successful academic/intellectual achievement of this objective.
Follow your method and obtain a measurement. Document the results here.
Reflect upon your results of the measurement to ascertain your achievement of the particular course objective.
What is the question you'd like to pose for experimentation? State it here. can you ssh to a system in a home network by server name.
Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment. -*www.google.com
Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment.
State your rationale. I belive that while sitting at the main computer. i can log onto my green server by utilizing the ssh command.
How are you going to test your hypothesis? What is the structure of your experiment? step 1 sitting - such a relaxing first step
2 unix use command line, windows- putty or such. 3 used ssh command to connect. sucess
Perform your experiment, and collect/document the results here. First two times had no success
Based on the data collected:the [osibilities of conectting thr multitpule tunnles via ssh could be infinit
What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.
====Experiment 2====installing driver
What is the question you'd like to pose for experimentation? State it here. if the usb stick used to install ubuntu holds no grub loader. can it be installed via other card.
harddrive - from old computer. usbcard poccessing enough mem space for ubuntu 10.04
Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment.
by reinstalling ubuntu srever to a new assinged computer. One can etemp to install the grub bootloader onto the non-bootable drive.
State your rationale.
How are you going to test your hypothesis? What is the structure of 1 wipe a SD card clean of any privous information. 2 Threw (installed) ubuntu 10.04 iso. on card. 3 inserted card into usb port on blink machine. 4 started and intialized boot to sd within bios of motherboard. 5 reinstall boot loader
-sd wipe- success iso installation- success boot to sd - success grub bootloader- fail.
The drive sleected for the installation may be one of the issuse faced here. The chosen procedure is a simple and easy way of handling a boot issue. yet more knowledge on installation error contingency planning must be done.
Based on the data collected: based on the experiment the hypothesis wolud have been successful if not for hard drive malfunction. it is a highly use meathod.
What is the question you'd like to pose for experimentation? State it here.
Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment.
Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment.
State your rationale.
How are you going to test your hypothesis? What is the structure of your experiment?
Perform your experiment, and collect/document the results here.
Based on the data collected:
What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.