- For your convenience, here are the reference cards of Linux (server) and Emacs (editor).
- Apply for a UND Engineering Linux Account.
- Use VPN (Virtual Private Network) to connect to the UND networks.
- Log in to the Linux Server
undcemcs02.und.edu
.
- Open your account by using the Linux command
chmod
such as
shell> chmod 755 ~/../*
- Create your web folders by using the Linux command
mkdir
such as
shell> mkdir public_html
shell> mkdir public_html/resume
- Enter the folder “
public_html/resume
” by using the Linux command cd
such as
shell> cd public_html/resume
- Create the file by using an editor such as
shell> emacs index.index
where an HTML template is index.html and the source file is index.txt,
- Do not forget to open the files and folders you just created such as
shell> chmod 755 ~/public_html
shell> chmod 755 ~/public_html/resume
shell> chmod 755 ~/public_html/resume/index.html
- Use a browser to check your result at
http://undcemcs02.und.edu/~user.id/resume
My example is shown below: