Thursday, February 24, 2011

Excited day/ Learning new commands !

Today was a excited day for me I learned a new command in python, when ever u want to change a variable to what ever you want to called it instead of going line by line editing the text line you could just type "g/number/s//mynumber/g" 

After that Mr.Elkner created a new server, which I had it to create a new password and then I  had to copy everything from the last server to the new server. by "scp -r oldstudents.gctaa.net:public_html ." 
then it all transfer to the new server.

1 comment:

  1. Nice reporting, but be careful: the substitution command (g/number/s//mynumber/g) is *vim*, not *python*. And the "scp -r oldstudents.gctaa.net:public_html" is a *unix* command.

    ReplyDelete