เรื่อง web server ครับ

พอดีผมเป็นมือใหม่ครับ เพิ่งตัดสินใจย้ายจากค่ายไมโครซอฟท์ มีปัญหาและขอคำปรึกษากับทุกๆคนดังนี้ครับ
1.ผมอยากจะติดตั้ง PHP และ MySQL เวอร์ชั่นล่าสุด ผมจะต้องใช้คำสั่งอะไร และต้องไปคลิ๊กที่ไหน??
2.ผมเห็น debian ทำการติดตั้ง Python+PosgrestSQL มาแล้ว แต่ผมไม่ต้องการ จะทำการ remove ออกอย่างไร

ขอบคุณมากๆมา ณ.ที่นี้ครับ

Re: เรื่อง web server ครับ

เพิ่งย้ายจาก MS คุ้นกับบรรทัดคำสั่งหรือเปล่าครับ? ไม่รู้ละ เห็นเป็น admin ผมทึกทักไว้ก่อนว่าใช้บรรทัดคำสั่งได้ ถ้ามีปัญหายังไงถามเพิ่มได้ครับ

ติดตั้ง PHP, MySQL:

# apt-get install php5 mysql-server php5-mysql

ตัวสุดท้ายนี่เพื่อการเขียนโปรแกรม php เชื่อมต่อกับ MySQL

Python ค่อนข้างจะจำเป็นนะครับ เพราะมีโปรแกรมระบบหลายตัวที่เขียนด้วย python แต่ถ้าจะลบทิ้งจริง ๆ ก็ลองดูครับ:

# apt-get autoremove python

มันจะรื้อถอนทุกอย่างที่ต้องใช้ python ทิ้งหมดด้วย (เพราะถ้าไม่มี python มันก็จะทำงานไม่ได้อยู่ดี) รวมทั้งโปรแกรมเดสก์ท็อปจำนวนมาก จนเครื่องคุณอาจไม่เหลืออะไรให้ใช้เท่าไร ขอแนะนำว่าอย่าลบดีกว่าครับ

การลบ PostgreSQL:

# apt-get autoremove postgresql

เช่นกันครับ ก่อนตอบ yes เช็กดูดี ๆ ก่อน ว่าไม่มีแพกเกจที่ต้องใช้ถูกรื้อไปด้วย

Re: เรื่อง web server ครับ

thanks so much.. I'll try your suggestion and how about thai on debian. I can't typing any words in thai.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <blockquote> <img> <h3> <h4> <h5>
  • Lines and paragraphs break automatically.
  • E-Mail addresses are hidden with reCAPTCHA Mailhide.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.