1. open terminal2. ຖ້າຫາກໃຊ້ຄຳສັ່ງ sudo apt-get update ບໍ່ຜ່ານໃຫ້ລອງພິມ sudo apt-get clean ກ່ອນຈາກນັ້ນ restart ຄອມ.
2. sudo dpkg-reconfigure -plow phpmyadmin
3. select NO
4. choose apache2 then OK ENTER
5. sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
6. sudo /etc/init.d/apache2 restart
Get PHP
learning deep PHP and AJAX tutorial with compatible Tool
Monday, May 28, 2012
ບັນຫາທີພົບໃນອູບັນຕູ
1. ຖ້າຫາກ ເຂົ້າ phpmyadmin ແລ້ວເຈີຄຳວ່າ 404 not found ໃຫ້ເຮັດຕາມຂັ້ນຕອນລຸ່ມນີ້
Sunday, May 27, 2012
ໃຊ້ໂປຣແກຣມຂອງວິນໂດ ເທິງ ອູບັນຕູ
ໃນອູບັນຕູ ຖ້າຕ້ອງການຕັ້ງໂປຣແກຣມແມ່ນຕ້ອງຜ່ານ Terminal ຫຼື file *.deb, ສຳລັບວິນໂດແລ້ວແມ່ນ .*exe
ສະນັ້ນອູບັນຕູບໍ່ສາມາດຮູ້ຈັກກັບໄຟລ໌ ທີ່ເປັນ .*exe ໄດ້.
ຕໍ່ໄປນີ້ຕ້ອງລົງໂປຣແກຣມ wine ຈຶ່ງສາມາດເປີ ໄຟລ໌ ທີ່ເປັນ .*exe
ຂັ້ນຕອນທີ່1 : ເປີດ Terminal ແລ້ວພິມ sudo apt-get install wine
ຂັ້ນຕອນທີ່2 : ໃຫ້ copy file .exe ມາປະໄວ້ໃນ ubuntu ຈາກນັ້ນ ຄລິກຂວາ ເລື່ອກ Open With > Wine
ສະນັ້ນອູບັນຕູບໍ່ສາມາດຮູ້ຈັກກັບໄຟລ໌ ທີ່ເປັນ .*exe ໄດ້.
ຕໍ່ໄປນີ້ຕ້ອງລົງໂປຣແກຣມ wine ຈຶ່ງສາມາດເປີ ໄຟລ໌ ທີ່ເປັນ .*exe
ຂັ້ນຕອນທີ່1 : ເປີດ Terminal ແລ້ວພິມ sudo apt-get install wine
ຂັ້ນຕອນທີ່2 : ໃຫ້ copy file .exe ມາປະໄວ້ໃນ ubuntu ຈາກນັ້ນ ຄລິກຂວາ ເລື່ອກ Open With > Wine
ການປ່ຽນບ່ອນເກັບ ເວັບເຊີເວີ ເທິງອູບັນຕູ
ໃນອູບັນຕູນັ້ນ ເວັບເຊີເວີ ແມ່ນຢູ່ບ່ອນ /var/www ເຮົາຈະປ່ຽນໄປເປັນ /home/ຊື່ຜູ້ໃຊ້ອູບັນຕູ/www
ຕົວຢ່າງ: /home/nkubuntu/www
ຂັ້ນຕອນທີ 1: ເປີດ Terminal ຂື້ນມາ
ຂັ້ນຕອນທີ 2: ພິມຄຳສັ່ງ sudo nano /etc/apache2/sites-available/default
(ສຳຄັນ: ຕົວອັກສອນນ້ອຍໃຫຍ່ນັ້ນຖືວ່າເປັນຄົນລະອັນກັນ)
ຂັ້ນຕອນທີ 3: ຈະມີໂປຣແກຣມເປີດຂື້ນມາ ຍ້ອນເຮົາໃຊ້ຄຳສັ່ງ nano ຈາກນັ້ນໃຫ້ປ່ຽຊື່ຕາມຕົວອັກສອນສີແດງນີ້:
ປ່ຽນຈາກ DocumentRoot /var/www ໄປເປັນ DocumentRoot /home/ຊື່ຜູ້ໃຊ້ອູບັນຕູ/www
change from <Directory /var/www> ໄປເປັນ <Directory /home/ຊື່ຜູ້ໃຊ້ອູບັນຕູ/www>
ຂັ້ນຕອນທີ 4: ກົດ Ctrl + x ເພື່ອອອກໂປຣແກຣມ ແລ້ວຕອບ y ເພື່ອ save ຈາກນັ້ນກັບມາໜ້າ Terminal ໃຫ້ Restart Web Server ໂດຍພິມຄຳສັ່ງນີ້: sudo /etc/init.d/apache2 restart
Tuesday, May 15, 2012
ການພັດທະນາ ເວັບໂປຣແກຣມມິງເທິງ ອູບັນຕູ (ຕອນທີ 1)
ການອັບເດດ
1. click start menu icon2. on the search BOX type "terminal"
3. click on terminal to open
4. type "sudo apt-get update" then press enter(it will prompt password enter ur pass)
5. wait untill finish (you will see "reading package lists...Done")
ການຕິດຕັ້ງ Apache2
6. type "sudo apt-get install apache2"7. it ask you to continue Now type "Y" and press enter
8. Now your server host is 127.0.0.1 (let's try with your firefox)
9. if you see massage "It Works!" it mean your Done with Apache2
ການຕິດຕັ້ງ PHP5
10. type "sudo apt-get install php5" then press Enter=== Restart apache2====
11. Type "sudo /etc/init.d/apache2 restart" then press Enter
ລອງສ້າງໜ້າເວັບ PHP ເທິງ Ubuntu
12. Type "sudo gedit /var/www/info.php" then press ENTER13. The gedit(Like Notepad on Windows) will appear
14. Now Write some PHP ---> <?php phpinfo(); ?>
15. Press Save button then Try to open Browser and http://127.0.0.1/info.php
16. Done
ການຕິດຕັ້ງ Install mysql server
17. type "sudo apt-get install mysql-server" then press ENTER18. it will prompt ask you. Just Type "Y" and press Enter to confirm
19. wait for serveral time it will ask you for PASSWORD mySQL Just SET your password
ການຕັ້ງຄ່າໃຫ້ PHP ສາມາດໃຊ້ງານກັບ MySQL
20. type "gksudo gedit /etc/php5/apache2/php.ini" then press ENTER21. CHANGE ;extension=msql.so INTO extension=msql.so (JUST REMOVE THIS " ; " )
22. save and close it
23. Now Restart Apache2 with "sudo /etc/init.d/apache2 restart"
ການຕິດຕັ້ງ phpMyadmin ສຳລັບຈັດການຖານຂໍ້ມູນ
24. type "sudo apt-get install phpmyadmin" then press ENTER25. it will ask you just Type "Y" to continue
26. wait serveral time choose APACHE2 then ENTER
27. it will ask you for password MAKE sure your password is same all
28. type "exit" to exit from TERMINAL
29. after finish try to open browser then type http://127.0.0.1/phpmyadmin
30. DONE EVERYTHING
Tuesday, May 24, 2011
ສ້າງໂຄດ໌ Login
Subscribe to:
Posts (Atom)