ITIS 3110 LAB 7 Scripts. Final Projects Due today! Team captains need to wait for feedback Will review immediately after lecture done.

Slides:



Advertisements
Similar presentations
Publication Module using back end interface. Institution Data Entry Add Documents. Edit/Delete Documents that are added but not yet sent to Institution.
Advertisements

Electronic Student Information System. NC WISE Attendance Module High Schools complete attendance for each class. Middle Schools complete attendance daily.
PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
SmartCall™ SMS SmartCall SMS by HME Wireless is a great tool to manage your patient workflow through your facility. Using the SmartCall SMS system, staff.
Using…. EasyCBM Reasons to use EasyCBM
How To Register on HROCMMS. Suggestion for this manual may be sent at following s : 1. 2.
1 1 User Manual for Approver Approving Orders on the SKF Giftzone.
SmartCall™ Messenger Account Setup
CIS101 Introduction to Computing Week 11. Agenda Your questions Copy and Paste Assignment Practice Test JavaScript: Functions and Selection Lesson 06,
Compe 341 Oracle Installation Procedure. Oracle From Click.
Edit the text with your own short phrases. The animation is already done for you; just copy and paste the slide into your existing presentation. RegisterLogin.
CPSC 203 Introduction to Computers Lab 21, 22 by Jie (Jeff) Gao Location: ES650.
Software Development, Programming, Testing & Implementation.
Simple Web SQLite Manager/Form/Report
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 14 Sharing Documents 1 Morrison / Wells / Ruffolo.
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
Panorama High School E.G.P./ Training to Put Students’ Grades on the Website Wednesday, September 29,
Blackboard Connect 5 Training Session Presented by: Rebecca Castañeda, Director for Federal Programs August 13, 2015.
USING google.docs For Presentation Projects Tahoma Jr. High 8 th Grade Science Maple Valley, WA.
D.I.R.T. Training, Module 2 Universal Front-End Loader (UFEL) Houston, TX, 3/31-4/1/05 DIRT Development Team.
Training Presentation For e-Learning Uploading an assignment on Moodle.
1 Working with MS SQL Server Textbook Chapter 14.
ITIS 3110 LAB 02 Scripts I. Lab IDs Your Lab ID is the same as your 49er ID The PW is different: a + your 800 id a Note: sometimes the a is not.
LiveText is an… Online Work Environment and…YOUR Digital Notebook! No More Lost Paper Assignments!
1 ITI 1120 Lab # 1 An Introduction to the Lab Environment Contributors: G. Arbez, M. Eid, D. Inkpen, A. Williams, D. Amyot.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
NMED 3850 A Advanced Online Design January 12, 2010 V. Mahadevan.
25th District Assembly 2015 – Save the Trees | 1.
1 MANAGEMENT OF THE ST ScI ELECTRONIC GRANTS MANAGEMENT SYSTEM BY INSTITUTIONAL ACCOUNTING STAFF January, 2001.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
Working with Files. Learning Objectives By the end of this lecture, you should be able to: – Examine a file that contains code with unfamiliar material,
1 MANAGEMENT OF THE ST ScI ELECTRONIC GRANTS MANAGEMENT SYSTEM BY INSTITUTIONAL ACCOUNTING STAFF September, 2000.
1 P51UST: Unix and Software Tools Unix and Software Tools (P51UST) Awk Programming (2) Ruibin Bai (Room AB326) Division of Computer Science The University.
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
1 PRINCIPAL INVESTIGATOR USE OF THE ST ScI ELECTRONIC GRANTS MANAGEMENT SYSTEM January, 2001.
School of Computer Science & Information Technology G6DICP - Lecture 4 Variables, data types & decision making.
Manually Creating a New User Account Presented by Carl South.
Copy of the from the secure website - click on the AccoridaLife.zip link.
EWA 101: How to Roster Students Easy to Assign. Easy to Use. Easy to Manage.
Plymouth Public Schools Teacher
Digital Library Demonstration Users Provisioning State Preparation for Digital Library Preview K-12 Leads Webinar 5/20/14.
1.Getting Started 2.Modifying Design 3.Newsletter Templates 4.Announcement 5.Administer Sections Index Training 14 th Mar., 2011.
PHP Form Processing * referenced from
ITIS  Today’s Notes  NFS in the lab  Lecture: ▪ Linux II ▪ vi  Lab 2.
1) One to two days after he submits his “DRA2+ App Admin Request” online form, DA receives Account Activation from Pearson, with link to self-register.
One to two days after he submits his “DRA2+ App Admin Request” online form, DA receives Account Activation from Pearson, with link to self- register.
NBPS Computer Logins, Accounts, and User Storage Del Kunert Director of Technology Confidential and Proprietary to New Brunswick Public Schools Slide.
(Required for DTCs, Recommended for STCs)
How To Register on JKOCMMS
ITIS 2110 Lab #6 Team Project.
What this activity will show you
All about Technology: Using Voki Avatar in the classroom
Program Management Portal (PgMP): What’s New in Release 16.1
CIS 273 Education for Service-- snaptutorial.com.
Web Systems Development (CSC-215)
Using Turnitin.com.
STEP 1 STEP 2 ENTER YOUR USER ID & PASSWORD
PHP: Security issues FdSc Module 109 Server side scripting and
Adding members to ArcGIS Online
Adding members to ArcGIS Online
EVOSS Walkthrough.
CSWA Provider: Program and Tech Review
Local Review is a web site used by state industry projections analysts to obtain, from local area experts, information about economic activity and any.
TURNITIN.COM Instructions
Actively learn student account setup
CSCE 206 Lab Structured Programming in C
MOBILE MONITORING SYSTEM
Reading STAAR Benchmark 8:00 AM- 11:15 AM
Adding members to ArcGIS Online
Presentation transcript:

ITIS 3110 LAB 7 Scripts

Final Projects Due today! Team captains need to wait for feedback Will review immediately after lecture done

Lab 2 and 7 Second part of lab 2: Lab 2 Entering simple scripts Testing Documenting Simple modifications on some Lab 7 Writing your own Major improvements to addpermplus Create new accounts

LAB 7 HINTS

Improve addpermplus.sh 1 st parm must be only u, g, o, or a 2 nd parm must be only r, w, or x 3 rd parm must be a valid name You decide what a valid name consists of size characters anything else Document your choice Test and document it's working Show proper rejections

Create new accounts Source for the new IDs will be an spreadsheet (e.g. Excel) file Contains at least Firstname and Lastname Convert (save) e.g. Excel.xlsx .csv file Read the csv file to generate usernames Up to first 6 character of lastname  last 2 characters of firstname  first Concatinate last+first Create an account for each user Home directory Assign a random pw Your choice for length (but at least 6 chars) Your choice for chars (but at least alpha + numerics) Many samples on the internet Record the pw somewhere so it can be sent to the user Recommend creating a new.csv file with the fname, lname, user name and pw Can be viewed with a text reader or spreadsheet Force new PW when 1 st login

Random Password Use Google to find simple script If you have openssh install it is a simple one-liner

Deliverables Upload to Moodle.doc file Copy of scripts code Copy showing script running Working with good data Rejecting bad data Enhanced addpermplus code New accounts code Can be one module, or a suite of modules Document how it works TA available this lab for advice to debug

Lab 7 Due next week Start of Next Lab This lab is worth 20 points

GET STARTED