วันพฤหัสบดีที่ 11 สิงหาคม พ.ศ. 2559

http://www.practicepython.org/exercise/2014/01/29/01-character-input.html
http://www.practicepython.org/
http://www.ostechnix.com/upgrade-ubuntu-16-04-lts-ubuntu-15-10-2/

Install Ubuntu


File Commands

ls -al แสดงข้อมูลของไฟล์/โฟลเดอร์
cd เปลี่ยน directory
mkdir directory-name สร้างโฟลเดอร์
rm file-name ลบไฟล์
rm -r directory-name ลบโฟลเดอร์
cp file1 file2 คัดลอกfile1 ไป file2
cp -r dir1 dir2 copy โฟลเดอร์[dir1] ไปยัง โฟลเดอร์[dir2] (ถ้าไม่มี dir2 จะสร้างขึ้นเอง)

commit เพิ่มเติม : เพื่ม userstory, bookmark

>>  add userstory ทำการเพิ่ม userstory ใน functional tests >>  add bookmark for user เพิ่มระบบ Bookmark โดยการสร้าง model ขึ...