10 Matching Annotations
  1. Mar 2018
    1. print("Done, %s digits in %s seconds" % (sys.argv[1],time()-start_time))

      I'd like to change this to use format, i.e.

      print("Done, {} digits in {}s seconds".format(sys.argv[1], time()-start_time))

    1. Processes and multitasking Simple Unix scripting Compressing and archiving data

      These topics aren't really covered in any detail in the current set of slides (at least not the ones linked. I think it would make sense to add them back into the course.

    1. To change your default shell

      Making a note to myself here - right now this is not possible in C7/LDAP - the user doesn't have the rights to do this! Need to create a script.

  2. wp0.vanderbilt.edu wp0.vanderbilt.edu
  3. wp0.vanderbilt.edu wp0.vanderbilt.edu
    1. The authentication server verifies users and keep track of users’ passwords.

      We need to change this to LDAP server for C7, and also change the password instructions in the image above.