Programming

How to setup devise for Rails 7

Devise เป็น Gem ที่จ้ดการเรื่องของการจัดการ User Authentication ใน Rails 7 ดูยุ่งยากในการ Setup เห็น ใน Blog นี้ทำตามแล้ว work เลยขอบันทึกไว้

Unix Command

จด Unix/Linux command แบบเบื้องต้นใช้ใน Terminal หรือ Command Line Description Command Example list contents ls $ ls -l make directory mkdir <dirname> $ mkdir environment change directory cd <dirname> $ cd environment/ cd one directory up $ cd .. cd to home directory $ cd ~ or just $ cd cd to path incl. home dir $ cd …

Unix Command Read More »