- 履歴一覧
- ソース を表示
- Ben A. Abderazek Group /Frequently Asked Question は削除されています。
|
Home
|
RPS
|
RPR
|
Projects
|
Doc
|
Tools
|
Links
|
Management
|
FAQ
|
Q1:What is a WEB server and what is our WEB server?
A1.
- An WEB server is the computer stores files like HTML texts and delivers server content to client software like web browser using HTTP.
- ASL web server is aslweb.u-aizu.ac.jp.
Q2:What is a FILE server and what is our FILE server?
A2.
- A FILE sever is the computer that stores many files in order that users shar and back up them.
- ASL file server is zxw001.u-aizu.ac.jp.
Q3:What is a DNS server and what is our DNS server?
A3.
- A DNS server is the computer that translates damain name to IP address or vice versa.
- DNS sever on the campus is 100.1.143.163.in-addr.arpa.
- Called eureka.u-aizu.ac.jp.
- IP address is 163.143.1.100.
Q4:How to uplaod my RPR and RPS presentations. What I should uplaod?
A4.
- How to upload the presentations;
- You should upload your presentation about RPS of RPS.
Q5:How to login to my account?
A6.
At ASL lab;
- You can login our web server and file server directly.
- How to login web server.
- Using ssh through port 20022.
- Home directry is /home/[LOGIN NAME].
- e.g. ssh -p 20022 -l [LOGIN NAME] aslweb
- How to login file server.
- Using ssh through default port 22.
- e.g. ssh zxw001.
Outside ASL lab;
- You can longin only web server directly.
- So if you login file server outside lab, you need to login web server and then login file server.
Q6. How to use FTP ?
A6,
You have 2 way of transferring files to file server.
- Type "\\zxw001.u-aizu.ac.jp" in address bar.
- Type login name and password.
- Another is using WinSCP.
- See here for more information.