Conventions Department of Computer Science and Information Engineering National Taiwan University Conventions 2014/9/16/ 3 1.

Slides:



Advertisements
Similar presentations
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Advertisements

Lab 4 Department of Computer Science and Information Engineering National Taiwan University Lab4 - Bootloader 2014/10/14/ 13 1.
Linux+ Guide to Linux Certification, Second Edition
Linux+ Guide to Linux Certification, Second Edition
Guide To UNIX Using Linux Third Edition
Introduction to Unix (CA263) Introduction to Shell Script Programming By Tariq Ibn Aziz.
Computer System Laboratory
Using Linux Commands 2 Lab#5
COMPUTER SYSTEM LABORATORY Lab8 - Debugging II. Lab 8 Experimental Goal Learn how to debug Linux in source-level by Domingo and diagnose target boards.
A crash course in njit’s Afs
Using Linux Commands 2 Lab#5. Sort command Sort the lines of text files. $ sort fileName by default it will sort in normal order(alphabetical 0-9 A-Z.
COMPUTER SYSTEM LABORATORY Lab4 - Bootloader. Lab 4 Experimental Goal Learn how to build U-Boot bootloader for PXA /10/8/ 142.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Lab 3 Department of Computer Science and Information Engineering National Taiwan University Lab3 - Cross Tools 2014/10/7/ 20 1.
Computer System Laboratory
Creating an Expression Web Site
Introduction to Shell Script Programming
Computer System Laboratory
Week 7 Working with the BASH Shell. Objectives  Redirect the input and output of a command  Identify and manipulate common shell environment variables.
Lab 11 Department of Computer Science and Information Engineering National Taiwan University Lab11 - Porting 2014/12/9/ 26 1.
LING 408/508: Programming for Linguists Lecture 3 August 31 st.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
1 Doxygen National University of Kaohsiung Department of Applied Mathematics Yu-Kai Hong, Chien-Hsiang Liu, Wei-Ren Chang February, 2008.
Linux+ Guide to Linux Certification, Second Edition
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Drexel University Software Engineering Research Group Git for SE101 1.
EMT 2390L Lecture 8 Dr. Reyes Reference: The Linux Command Line, W.E. Shotts.
Linux Operations and Administration
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
Lab 10 Department of Computer Science and Information Engineering National Taiwan University Lab10 – Debugging II 2014/12/2 1 /16.
COMPUTER SYSTEM LABORATORY Lab6 - Root Filesystem.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Lab 14 Department of Computer Science and Information Engineering National Taiwan University Lab14 – Camera 2014/12/30 1 /14.
Shell Advanced Features. Module 8 Shell Advanced Features ♦ Introduction In Linux systems, the shells are often referred to as command line interfaces.
Intro to Programming Environment 1. Today You Will Learn how to connect to a machine remotely with “nomachine NX client” Learn how to create a new “source.
Linux+ Guide to Linux Certification, Third Edition
Linux+ Guide to Linux Certification, Third Edition
Manage Directories and Files in Linux Part 2. 2 Identify File Types in the Linux System The file types in Linux referred to as normal files and directories.
CPSC 217 T03 Week II Part #1: SimpleGraphics.py Hubert (Sathaporn) Hu.
HyperText Markup Language. Web Hosting Creating a web site (on a site like iPage) –Buy domain name ( –iPage has registrar (e.g., FastDomain.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Lab 5 Department of Computer Science and Information Engineering National Taiwan University Lab5 – Bootloader + OS Kernel 2015/10/27/ 25 1.
Lab 1 Department of Computer Science and Information Engineering National Taiwan University Lab1 - Environment Setup 2015/9/15/ 30 1.
Lab 8 Department of Computer Science and Information Engineering National Taiwan University Lab8 - Root Filesystem 2015/11/10/ 22 1.
Lab 9 Department of Computer Science and Information Engineering National Taiwan University Lab9 - Debugging I 2014/11/4/ 28 1.
Implementation of Embedded OS
Lab 7 Department of Computer Science and Information Engineering National Taiwan University Lab7 – uCOS Application 2015/11/10/ 10 1.
Lab 5 Department of Computer Science and Information Engineering National Taiwan University Lab5 - OS Kernel 2014/10/21/ 16 1.
Word 2010 Formatting Text In this lesson you will learn to format the font size, style, and color; highlight the text; and use the Bold, Italic, Underline,
Ns2 Installations and Basics Abdul Razaque. How to install Ubuntu on windows-7 & 8 Download the Ubuntu ISO file. You can get the ISO file from the Ubuntu.
1 ITGS - introduction WYSIWYG What you see is what you get WYSIWYG.
MOAC Lesson 3.  From the HOME TAB you can change the capitalization of text using the change case icon in the font group.  Select the text, Home Tab,
Computer System Laboratory
Computer System Laboratory
PL-IV (Group B-12) Printer Server
Aside on Conversions  . Aside on Conversions  
Excel 2010 Formatting Cells
Uppingham Community College
The Linux Operating System
Lab 1 introduction, debrief
Using Linux Commands Lab 3.
CSCI The UNIX System Shell Startup and Variables
Arleen Williams ESL 3 Academic
Computer System Laboratory
Computer System Laboratory
Computer System Laboratory
Lab 2: Terminal Basics.
WJEC GCSE Computer Science
Presentation transcript:

Conventions Department of Computer Science and Information Engineering National Taiwan University Conventions 2014/9/16/ 3 1

Conventions Department of Computer Science and Information Engineering National Taiwan University  The common content is shown in the font “Verdana”. Highlighted texts are in “bold” or “underline”.  E.g., PXA270 is our experimental board.  E.g., Please connect it and then reset the PC.  Commands and texts typed in shell environment are shown in the font “ Courier New ”.  E.g., The command mkdir is used to create a directory.  Commands starting with “ % ”, “ $ ”, or “ u-boot$ ” are executed in Ubuntu 8.04 (build system), Linux (target system), and U-Boot (bootloader), respectively.  E.g., % mkdir test  Files, directories, and paths are shown in the font “ italic Courier New ”.  E.g., /home/lab202 is the home directory of user lab202.  Variables are described in “bold and italic” enclosed by angle brackets “<>”.  E.g., 2014/9/16/ 3 2

Conventions Department of Computer Science and Information Engineering National Taiwan University  Special terms are enclosed by double quotation marks “”.  E.g., “VirtualBox Manager”  The selection of menu items is specified by a sequence of terms of item names and arrows “  ”.  E.g., “Applications”  “Accessories”  “Terminal”  Value assignment for variables in configuration files is specified in the form “name = value”.  E.g., Netmask =  The “blue texts” are what you have to add or modify.  E.g., #define INTEL_ID_28F256P30B 0x891C891C (modify)  E.g., #define FLASH_28F256P30B 0x00BA (add)  The “red texts” are something important that you have to remember.  E.g., % sudo apt-get install samba 2014/9/16/ 3 3