System Administration HW1

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

Extern name server - translates addresses of s messages - enables users to use aliases - … ID cards system - controls entrance to buildings,
Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and.
Grid Resource Allocation Management (GRAM) GRAM provides the user to access the grid in order to run, terminate and monitor jobs remotely. The job request.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
The Gilda User Interface Discipline: Grid Computing, 07/08-2 Practical classes Inês Dutra, DCC/FCUP.
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Tour Estimation & Billing System .
BY ALEXANDER STEPHENS RYAN PIERCY EmCare Mobile Scheduling Application.
E-Procurement Home Page Bid Submission Process Begins: Bidder logs in using Login ID and Password.
MX250 V3.0 Call Recording, Archive and Archive Viewer.
Set up your own server! Go to “Pricing” and select the $25 package.
System Administration HW1-1 changlp. Computer Center, CS, NCTU 2 Requirements  Basic Install up-to-date –RELEASE of FreeBSD  8.2-R Add a user and a.
VASP PREPAYMENT SYSTEM Training Module for CLIENTS.
System Administration HW2 - FTP, Samba, BT, ZFS jwbai.
System Administration HW1 huanghs. Computer Center, CS, NCTU 2 Requirements  Basic Install FreeBSD and upgrade to up-to-date –RELEASE Recompile your.
SSL, Single Sign On, and External Authentication Presented By Jeff Kelley April 12, 2005.
1 NETS IPT Update April 19, Call Manager 3.x train to 4.x train 4.x train -- administrative and user improvements such as:  Forced authorization.
Week seven CIT 354 Internet II. 2 Objectives Database_Driven User Authentication Using Cookies Session Basics Summary Homework and Project 2.
In the web address box enter Enter your user ID (first and last initial 7 digit ID number) Select Log in.
Pinnacle training sep2008 Step 1: Select Department Portal Pinnacle On-line training.
1. Visit 2. Click on
How to Request for “Patseer Patent Database” Password Gujarat Technological University.
System Administration HW2 - File System Server ylin.
System Administration HW2 - File System Server. Computer Center, CS, NCTU 2 FTP  Install a FTP server for FreeBSD Pure-FTPd: /usr/ports/ftp/pure-ftpd.
Homework #1: C++ Basics, Flow of Control, and Function Basics By J. H. Wang Mar. 13, 2012.
System Administration Practice Homework6 - LDAP login + Puppet + Jail yench / lctseng / chchang2222.
The Kernel At a high level, the kernel in an operating system serves as the bridge between applications and the actual data processing of the hardware.
Hover over Administrator Console and click “Manage Admins” to see all of the members of your institution. Click “Settings” to edit each of their settings.
SharePoint 2013 Configuration steps. Add Permissions to SQL 1.Run the SharePoint Management shell on one of the farm servers, while logged in.
© 2014 Autodesk Getting started with Desktop Subscription.
Advanced Computing Facility Introduction
Veritas Ordering Systems
WebInspect Trial License Request Process
Study Island: Getting Started
Homework 3 frank.
FreeBSD.
System security plan & Status report
USER MANUAL Distributor Portal.
FALCON Annual Meeting December 5th, 2006
By Janet Crawford and Dam Luong Submitted to the Faculty of
Step 1 Login on UHCP Site
System Administration Practice Homework 1-1 : FreeBSD Base
Lab 1 introduction, debrief
IRPS 2018 Manuscript & Platform Presentation Submission Process
PRESENTATION FOR WEB LOGIN
How To Add Non-DOD Staff to RMS 3.0 Government Mode
Homework #05 SSL and TLS Announce: Due:
asset: Academic Survey System & Evaluation Tool
Endorsement Instructions
Endorsement Instructions
Vendor Portal Registration Procedures
Computer System Administration Homework 3 – File Server
Welcome to IRS.gov & e-990 filing We’re here to help you!
Certificate Revocation
System Administration HW5 - Micro Computer Center
Periodic Processes Chapter 9.
System Administration HW3 - File System Server
System Administration Practice Homework2 - File System Server
ക്ഷീര ജാലകം ഹെല്പ് അഡ്മിന്‍ ജീവനക്കാരന്‍ കീഴുദ്യോഗസ്ഥര്‍ക്കു ലോഗിന്‍ പ്രോവിഷന്‍ നല്‍കുന്ന വിധം
User Activity. User Activity Type the URL “ helpdesk.mahyco.com “ from anywhere ( i.e. from Intranet or Internet) to get following login screen.
Project OSCAR Main Page
System Administration HW2 - File System Server
Cancelling a Fault Version 1
ENTER THE LICENSE NUMBER
Reading Fault Notes and Viewing Engineer Status Version 1
Using the Bartlett Diagnostic Sample Submission Program (Plants)
Computer System Administration Homework 1 Install FreeBSD & WireGuard
Presentation transcript:

System Administration HW1 zjlin

Requirements Basic Install up-to-date –RELEASE of FreeBSD Root on ZFS Add a user and a group Group name should be identical to your username User should also be in the ‘wheel’ group Use this user to do this homework instead of root Set your machine to current time zone and adjust current time Enable sshd You can install on VM

Submission Login with the user you created $ rm -f /tmp/sahw1-1.tmp $ : shell prompt order is important Login with the user you created $ rm -f /tmp/sahw1-1.tmp Perform this as root if it cried about 'Permission denied' $ uname –a >> /tmp/sahw1-1.tmp 15% $ date >> /tmp/sahw1-1.tmp 25% $ id >> /tmp/sahw1-1.tmp 25% $ service sshd status >> /tmp/sahw1-1.tmp 10% $ zfs list >> /tmp/sahw1-1.tmp 25% $ mail –s '[SAHW1-1] <ID number>' sahw1@nasa.cs.nctu.edu.tw < /tmp/sahw1-1.tmp

Check submission result Web page at https://nasa.cs.nctu.edu.tw/sap/2017/hw1 You can submit many times, only the last count Due: 2017/10/05 23:59

FAQ Adjust current time ntpdate(8) //non-continuous or ntpd(8) //continuous http://www.freebsd.org/doc/en/books/handbook/network-ntp.html Server time.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw clock.stdtime.gov.tw

Help! CSCC ta@nasa.cs.nctu.edu.tw