Sunday, March 28, 2010

Some Movies I Have Seen Recently

Alice in Wonderland

This was an awesome movie. The special effects were pretty amazing. I saw this movie at century 24 in the new 3D XD theater. I really liked this movie it was entertaining and funny and all around fun.

Bounty Hunter

This movie was awesome! This movie is now one of my favorite movies. It was very funny. I recommend this movie to everyone! I give it an A for awesome!

Sherlock Holmes

Sherlock Holmes was a really good movie. I really enjoyed it. It was pretty much what I expected. With this film there are many possibilities for sequels and I hope to see another one in the future.

Tuesday, March 2, 2010

Terminal =]


Today in class we began learning how to use our Terminal.
Here's what we did in class:
ls
mkdir tmp
ls
>tmp
man ls
q
ls -a
cd ..
ls
>MH13
cd
ls
>tmp
cp -r tmp tmp2
ls
>tmp tmp2
mv tmp2 tmp3

(mv= move cp -r=copy rm= remove- becareful using rm- no UNDO- removes permanent)

rm -r tmp3
ls
>tmp

cd ..
cd..
cd home/(hit tab)
cd ../..
ls
>(computer information)

(tmp directory is a temporary junk folder that you can create and should not hold important info for long amounts of time or ever)


ls cygdrive
>c t
ls cygdrive/t
> (stuff)
ls cygdrive/t/cygwin/
>(stuff)

cd cygdrive/c/
>(Changes to directory cygdrive)
ls
> (cyg directory info)
cd /home/(hit tab)

date
>(todays date)
history
>(histroy of what you've done today)
history > /home/(tab)/fileName
cd~
ls
>tmp fileName
less fileName
>(your history)





We were told to take a tutorial on how to use the terminal. Being lucky my boyfriend has a degree in computer engineering and is working on his masters in the same now. I asked him to show me some things in my terminal.
Here's some of the stuff he showed me: