เรื่องที่เกี่ยวกับเดเบียนลินุกส์
update 50-07-07
# aptitude install vim-full less screen
# usermod -s /bin/bash user1
# vi /etc/profile
... EDITOR="/usr/bin/vi" export EDITOR ...
ปรับปรุง: จาก debianclub.com: system-wide default editor # update-alternatives --config editor
# update-alternatives --config editor
เอามาจาก ThaiLinuxCafe: ทำ mirror ด้วย rsync อย่างง่าย
ต้องการ syncronize ไดเรคทอรี่ /var/www ของเครื่อง server1.example.com มายังไดเรคทอรี่ /var/www ของเครื่อง mirror.example.com ซึ่งมีข้อดีกว่าการคัดลอกธรรมดาด้วย cp หรือ scp ตรงที่ ถ้าเราลบไฟล์ใน server1 ไฟล์ใน mirror จะถูกลบตามไปด้วย ทำให้ทั้งสองเครื่องมีความสดใหม่เหมือนกัน
ลอง django
ถ้าเครื่องเราอยู่หลังพร๊อกซี่เซิร์ฟเวอร์ แล้วใช้คำสั่ง wget ไม่ได้ ให้แก้ไขไฟล์ /etc/wgetrc ให้ยอมรับพร๊อกซี่ $ vi /etc/wgetrc
/etc/wgetrc
$ vi /etc/wgetrc
... http_proxy = http://proxy.example.com:8080/ ftp_proxy = http://proxy.example.com:8080/ ...
เที่ยวนี้เอาแบบดิบ ๆ เลย
http://www.djangoproject.com/documentation/install/
Install Python # apt-get install python +++ mime-support python python-minimal python2.4 python2.4-minimal
# apt-get install python +++ mime-support python python-minimal python2.4 python2.4-minimal
Install Apache and mod_python # apt-get install apache2 libapache2-mod-python +++ apache2 apache2-mpm-worker apache2-utils apache2.2-common libapache2-mod-python libapr1 libaprutil1 libexpat1 libmagic1 libpcre3 libpq4 libsqlite3-0 python-central
# apt-get install apache2 libapache2-mod-python +++ apache2 apache2-mpm-worker apache2-utils apache2.2-common libapache2-mod-python libapr1 libaprutil1 libexpat1 libmagic1 libpcre3 libpq4 libsqlite3-0 python-central
There are currently 0 users online.
Recent comments