ผลต่างระหว่างรุ่นของ "Acmsetup"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (Acmsetup ถูกเปลี่ยนชื่อเป็น Acmsetup/old) |
Jittat (คุย | มีส่วนร่วม) |
||
(ไม่แสดง 6 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 1: | แถว 1: | ||
− | + | : ''old docs: [[Acmsetup/old]]'' | |
+ | |||
+ | '''For machines in room 201,''' you do not have perform the first two step, just head to the final set up for acm users. | ||
+ | |||
+ | == Install software == | ||
+ | |||
+ | sudo apt-get install g++ gcc vim emacs codeblocks geany | ||
+ | |||
+ | == Create user == | ||
+ | |||
+ | sudo adduser acm | ||
+ | |||
+ | user password: acm | ||
+ | |||
+ | == Set up acm user == | ||
+ | |||
+ | Log in as acm, on the terminal, type: | ||
+ | |||
+ | su acm | ||
+ | cd | ||
+ | |||
+ | On the terminal run: | ||
+ | |||
+ | wget http://theory.cpe.ku.ac.th/~jittat/acm59/pc2-9.3.2-3449.tar.gz | ||
+ | tar -zxvf pc2-9.3.2-3449.tar.gz | ||
+ | rm runpc2 | ||
+ | wget http://theory.cpe.ku.ac.th/~jittat/acm59/runpc2 | ||
+ | chmod u+x runpc2 | ||
+ | |||
+ | == Documentation == | ||
+ | |||
+ | On the terminal run: | ||
+ | |||
+ | wget http://theory.cpe.ku.ac.th/~jittat/acm59/docs/jdk-7u79-docs-all.zip | ||
+ | unzip jdk-7u79-docs-all.zip | ||
+ | mv docs Desktop/java-docs | ||
+ | wget http://theory.cpe.ku.ac.th/~jittat/acm59/docs/html_book_20151129.zip | ||
+ | unzip html_book_20151129.zip | ||
+ | mv reference Desktop/cpp-docs |
รุ่นแก้ไขปัจจุบันเมื่อ 04:38, 11 กันยายน 2559
- old docs: Acmsetup/old
For machines in room 201, you do not have perform the first two step, just head to the final set up for acm users.
Install software
sudo apt-get install g++ gcc vim emacs codeblocks geany
Create user
sudo adduser acm
user password: acm
Set up acm user
Log in as acm, on the terminal, type:
su acm cd
On the terminal run:
wget http://theory.cpe.ku.ac.th/~jittat/acm59/pc2-9.3.2-3449.tar.gz tar -zxvf pc2-9.3.2-3449.tar.gz rm runpc2 wget http://theory.cpe.ku.ac.th/~jittat/acm59/runpc2 chmod u+x runpc2
Documentation
On the terminal run:
wget http://theory.cpe.ku.ac.th/~jittat/acm59/docs/jdk-7u79-docs-all.zip unzip jdk-7u79-docs-all.zip mv docs Desktop/java-docs wget http://theory.cpe.ku.ac.th/~jittat/acm59/docs/html_book_20151129.zip unzip html_book_20151129.zip mv reference Desktop/cpp-docs