ผลต่างระหว่างรุ่นของ "Acmsetup/old"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย ' sudo cp /etc/apt/source.list /etc/apt/source.list.org เข้าไปแก้ /etc/apt/source.list search-replace source เก...')
 
(Acmsetup ถูกเปลี่ยนชื่อเป็น Acmsetup/old)
 
(ไม่แสดง 3 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
sudo cp /etc/apt/source.list /etc/apt/source.list.org
+
'''1 Install software'''
 
เข้าไปแก้ /etc/apt/source.list
 
  
search-replace source เก่า โดยใน vi สั่งประมาณ
+
Source: [http://theory.cpe.ku.ac.th/~jittat/acm/archives.tgz]
  
%s/mirrors1.ku.ac.th/old-releases.ubuntu.com/g
+
Follow these instructions:
  
หรือ
+
cd Downloads
 +
wget http://theory.cpe.ku.ac.th/~jittat/acm/archives.tgz
 +
tar -zxvf archives.tgz
 +
cd archives
 +
sudo dpkg -i *.deb
  
%s/th-archive.ubuntu.com/old-releases.ubuntu.com/g
+
'''2 Create ACM user'''
  
จากนั้นสั่ง update/install
+
Run:
  
  sudo apt-get update
+
  sudo adduser acm
  
  sudo apt-get install g++ gcc build-essential eclipse-jdt eclipse-cdt emacs openjdk-7-jdk openjdk-7-jre
+
User password: acm
 +
 
 +
'''3 Set up acm user'''
 +
 
 +
Log in as acm
 +
 
 +
On the terminal run:
 +
 
 +
  eclipse
 +
 
 +
Lock eclipse on the launcher
 +
 
 +
Type these commands:
 +
 
 +
wget http://theory.cpe.ku.ac.th/~jittat/acm/acmonline.zip
 +
unzip acmonline.zip
 +
wget http://theory.cpe.ku.ac.th/~jittat/acm/runpc2
 +
chmod u+x runpc2

รุ่นแก้ไขปัจจุบันเมื่อ 05:53, 8 กันยายน 2559

1 Install software

Source: [1]

Follow these instructions:

cd Downloads
wget http://theory.cpe.ku.ac.th/~jittat/acm/archives.tgz
tar -zxvf archives.tgz
cd archives
sudo dpkg -i *.deb

2 Create ACM user

Run:

sudo adduser acm

User password: acm

3 Set up acm user

Log in as acm

On the terminal run:

eclipse

Lock eclipse on the launcher

Type these commands:

wget http://theory.cpe.ku.ac.th/~jittat/acm/acmonline.zip
unzip acmonline.zip
wget http://theory.cpe.ku.ac.th/~jittat/acm/runpc2
chmod u+x runpc2