Note: Unfortunately XAMPP does not support ARM processors. See my video "Install Linux on your Chromebook" • Install Linux on your ... for how to install Linux.
What you could do as a new video is adding a desktop file so you dont have to run these commands everytime just put in the command in menulibre launcher and use the right directory
At 23:17 my apache web server is stopped and restarting didn’t work. Then I checked for apache2 web server status is stopped and logs giving the error: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
@@norysoft When using XAMPP on my PC, I am able to manually insert my VScode file path into the Apache "conf file" so I could view my work real time on my localhost browser. But I can't seem to be able to do that with XAMPP on Chromebook because it's not letting "Open Conf File". It's showing the button but when I click it, nothing happens. Do you know why? Or am I doing something wrong?
@@SnowDaemon When I run it in the foreground like below, the click of "Open Conf File" started the vi editor. $ sudo /opt/lampp/manager-linux-x64.run However, after repeating it several times, I started getting a core dump. I think there is no choice but to edit the files under /opt/lampp/etc with vi or code.
sudo /opt/lampp/lampp start this command only starts the server but how to access xamp so that i can also go to application folder when i was installing it first following your video it had opened.
It is possible to install WordPress on it. Install WordPress on XAMPP on Chromebook Linux ruclips.net/video/Ual5JM_vmMQ/видео.html Do you want to publish a website on your chromebook?
@@Dhillon1724X It's not impossible, but I wouldn't recommend it. 1. Chromebook Linux requires port forwarding settings. 2. Port numbers less than 1024 cannot be used. 3. Google how to publish to the internet.
Hey, i have a problem at 4:45. This doesnt work. With the help of chat gpt i figured out that my chromebook is a 64-Bit ARM Architecture and not x86_64(64-Bit Intel/AMD). Do you know this problem and tho you have an idea how i can use it anyways? Thank you so much! I would be so happy if you can help me.
I think it's not a reinstall, just an install. I've just run this tutorial and it completed successfully, so I don't think there's a problem with that.
@@norysoft I oversight the modification of Apache port number lol, I changed the port of MySql instead of Apache my bad. Problem resolvedd!! Thanks a lot sir!!!
This tutorial may help. Create shortcuts for Linux apps on Chromebook ruclips.net/video/I96Lq5dCVBA/видео.html drive.google.com/file/d/1ROJiQeCjgCeyMtjmG5Fhic6E_HPi12CW/view?usp=sharing
@@norysoft oh okay thank you! the control panel opened but i can't change the port to 8080, it stays at 80 and says it cannot bind to port 8080 it is probably taken by another application or you don't have enough privileges
thak you nory for this video i have 3 issues tho first when i start the xampp mysql database doesnt start second how do i access php files in the htdocs directory on the browser third how do i access phpyadmin it seems not to work aswell please your reply is valued and thanks a lot
1. Try restarting xampp. 2. cd /opt/lampp/htdocs 3. You cannot use phpmyadmin unless mysql is running. Please refer to the video below. drive.google.com/file/d/1-DOtj7aNFwP2a32MOFwI0JO5NzfA2bcv/view?usp=drive_link
@@norysoft thanks a lot i figured out what the issue was. Turns out i forgot to turn of the standalone mariadb on my linux. Since it was on the xampp mariadb couldn't start. After is stopped the standalone maria db with the command line sudo /etc/init.d/mariadb stop the xampp mysql started running. It seems that every time i start the linux environemnt the Mariadb is automatically activated. The php issue was solved as you said. And about my second question to open the php projects that you saved in the htdocs directory use localhost:8080/hello.php replace hello.php with the name of the file. Thanks for all the cooperation
I'm downloading xampp from one week but it is not downloading please tell me what is the issue behind it when I click on download it doesnot starting downloading without any problem msg
@@norysoft yes but I don't know why its not downloaded after updating Linux when I go to chroom select the new version but when i click on downloaded option it doesn't works also don't show any error msg but when I try it in sidebar a mirror of more option came...please please help me
Go to localhost:8080/phpmyadmin The video below is also helpful. Install WordPress on XAMPP on Chromebook Linux ruclips.net/video/Ual5JM_vmMQ/видео.html
@@norysoft Thanks very much. One final question if you could please help. After installing XAMPP on Chromebook Linux, how can you run Python programs from the XAMPP webserver? Regards.
when i'm checking the status it always says "ProFTPD is deactivated". it only opens if i do xhost si:localuser:root sudo /opt/lampp/manager-linux-x64.run & to open the control panel and start everything from there. what's happening? do i always have to do those two lines?
Hi Nory, I went with your video to the end. But, MySQL Database and Apache Web Server cannot seem to get running. Do you have any ideas what might be stopping them?
XAMPP is a Apache distribution containing MariaDB, PHP, and Perl. After this video, I recommend: Install WordPress on XAMPP on Chromebook Linux ruclips.net/video/Ual5JM_vmMQ/видео.html
@@norysoft with the help of sudo /opt/lampp/lampp start i have been able to start the server in my chromebook but i want to open htdocs folder and i wanted to ask you if there is a way to open the htdocs folder
I have now gone through this tutorial and had no problems. drive.google.com/file/d/10KCesnen06IXHVZUgahdNUzLNzd2xnlS/view?usp=sharing If you would like assistance, please provide detailed information.
This tutorial changes the standard port number 80 to 8080. If your question is you need to revert to the standard port number or it automatically reverts on shutdown, the answer is no.
@@norysoft does it affect my router or just ports open on my server/laptop. Basically I just want to know if there is something extra I have to do to close ports for safety
This one. www.asus.com/laptops/for-home/chromebook/asus-chromebook-c223/techspec/ It also appears in this video. Turn on developer mode on your Chromebook. ruclips.net/video/s5qPReYj-24/видео.html
For example, hoge.html. 1. Place hoge.html in Linux files. 2. Copy hoge.html to /opt/lampp/htdocs. 3. Access hoge.html in chrome. Please refer to the images below. drive.google.com/drive/folders/117YiHO6Wkt8wWUNhVpunz6s2jj-Ifo-6?usp=drive_link
You make a lot of sense, but I chose to show the completion time instead. This also has the advantage of letting you know how much time you actually need.
@@norysoft Yeah I think leaving it in shows a realistic representation, because on my chromebook it took a long time, so it is good to see that its normal.
Best video ever I've watched a lot of videos on this but this is the best among them all. Great job
Thank you for your comment.
Please comment if you have any other questions or requests.
What you could do as a new video is adding a desktop file so you dont have to run these commands everytime just put in the command in menulibre launcher and use the right directory
Thank you man! One of the best video and save my college activities! You are the best! Wish you success
Thank you for your comment.
Please comment if you have any other questions or requests.
thankyou, i am now able to code and try html in my small chromebook
Thank you for your comment.
Please comment if you have any other questions or requests.
At 23:17 my apache web server is stopped and restarting didn’t work. Then I checked for apache2 web server status is stopped and logs giving the error:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Did you follow this tutorial and get that error?
thanks so much this was the only video that explained exactly how to do this. youre the best.
Thank you for your comment.
Please comment if you have any other questions or requests.
@@norysoft When using XAMPP on my PC, I am able to manually insert my VScode file path into the Apache "conf file" so I could view my work real time on my localhost browser. But I can't seem to be able to do that with XAMPP on Chromebook because it's not letting "Open Conf File". It's showing the button but when I click it, nothing happens. Do you know why? Or am I doing something wrong?
@@SnowDaemon When I run it in the foreground like below, the click of "Open Conf File" started the vi editor.
$ sudo /opt/lampp/manager-linux-x64.run
However, after repeating it several times, I started getting a core dump.
I think there is no choice but to edit the files under /opt/lampp/etc with vi or code.
sudo /opt/lampp/lampp start
this command only starts the server but how to access xamp so that i can also go to application folder when i was installing it first following your video it had opened.
Sorry. I can't understand what you're saying.
@@norysoft I meant how can we access the xampp panel because the command i mentioned above only runs the server
@@killuazoldyck670 Is this xampp panel?
drive.google.com/file/d/10cEv-52w7Et6vCTg_GwFapDiUvpWNqUF/view?usp=share_link
Can we host an Wordpress website and if we can how to do this and connect domain and url.plz reply
It is possible to install WordPress on it.
Install WordPress on XAMPP on Chromebook Linux
ruclips.net/video/Ual5JM_vmMQ/видео.html
Do you want to publish a website on your chromebook?
Thanks
Yes I want to host site on Chromebook like an hosting service
@@Dhillon1724X
It's not impossible, but I wouldn't recommend it.
1. Chromebook Linux requires port forwarding settings.
2. Port numbers less than 1024 cannot be used.
3. Google how to publish to the internet.
That tutorial is great... 100 out of 100 friend... a master without a doubt... Greetings and blessings
Thank you for your comment.
Please comment if you have any other questions or requests.
When I type the command sudo /opt/lampp/lampp start, it tells me: This command does not exist
Please refer to the image below.
drive.google.com/file/d/1sG0GmpzAJbn2RJMd0zO0B3d49aJ7lore/view?usp=drive_link
Finally Done! after watching some xyz video hats off to you
Thank you for your comment.
Please comment if you have any other questions or requests.
Hey, i have a problem at 4:45. This doesnt work. With the help of chat gpt i figured out that my chromebook is a 64-Bit ARM Architecture and not x86_64(64-Bit Intel/AMD). Do you know this problem and tho you have an idea how i can use it anyways?
Thank you so much! I would be so happy if you can help me.
I don't think XAMPP is compatible with ARM.
Good day sir, I tried reinstalling XAMPP using this steps but once installed the 'localhost/dashboard' route is not accessible.
i tried start/restart the server but visiting the localhost/dashboard only display a message that is not supported the current version i guess
When you say reinstall, do you mean you were able to install it previously and it worked fine?
@@norysoft yes, a year ago but last week I did a powerwash on my chromebook and then this happened after installing again the XAMPP
I think it's not a reinstall, just an install. I've just run this tutorial and it completed successfully, so I don't think there's a problem with that.
@@norysoft I oversight the modification of Apache port number lol, I changed the port of MySql instead of Apache my bad. Problem resolvedd!! Thanks a lot sir!!!
hello, is there a way to have the control panel as an app i can access from the app menu?
This tutorial may help.
Create shortcuts for Linux apps on Chromebook
ruclips.net/video/I96Lq5dCVBA/видео.html
drive.google.com/file/d/1ROJiQeCjgCeyMtjmG5Fhic6E_HPi12CW/view?usp=sharing
@@norysoft oh okay thank you! the control panel opened but i can't change the port to 8080, it stays at 80 and says it cannot bind to port 8080 it is probably taken by another application or you don't have enough privileges
I was able to do that.
drive.google.com/file/d/1-AetfPhgg9u3GyiFRb5oaroRTkefbvEw/view?usp=sharing
thak you nory for this video i have 3 issues tho
first when i start the xampp mysql database doesnt start
second how do i access php files in the htdocs directory on the browser
third how do i access phpyadmin it seems not to work aswell
please your reply is valued and thanks a lot
1. Try restarting xampp.
2. cd /opt/lampp/htdocs
3. You cannot use phpmyadmin unless mysql is running.
Please refer to the video below.
drive.google.com/file/d/1-DOtj7aNFwP2a32MOFwI0JO5NzfA2bcv/view?usp=drive_link
@@norysoft thanks a lot i figured out what the issue was. Turns out i forgot to turn of the standalone mariadb on my linux. Since it was on the xampp mariadb couldn't start. After is stopped the standalone maria db with the command line sudo /etc/init.d/mariadb stop the xampp mysql started running. It seems that every time i start the linux environemnt the Mariadb is automatically activated.
The php issue was solved as you said.
And about my second question to open the php projects that you saved in the htdocs directory use localhost:8080/hello.php replace hello.php with the name of the file.
Thanks for all the cooperation
I'm downloading xampp from one week but it is not downloading please tell me what is the issue behind it when I click on download it doesnot starting downloading without any problem msg
Are you watching my tutorials?
@@norysoft yes but I don't know why its not downloaded after updating Linux when I go to chroom select the new version but when i click on downloaded option it doesn't works also don't show any error msg but when I try it in sidebar a mirror of more option came...please please help me
I'm new and only utube is my source of teaching
Did you miss the 1:48?
@@norysoft may be is it your video or anything which i don't know thank you you are such a great person thanx for reply
After everything my Apache Web server don't want to run and MySQL even changing the port for Apache to 8080
Many, many thanks Nory. Great video, as usual. Any ideas how to manage mysql in linux after installing Xampp
Go to localhost:8080/phpmyadmin
The video below is also helpful.
Install WordPress on XAMPP on Chromebook Linux
ruclips.net/video/Ual5JM_vmMQ/видео.html
@@norysoft Thanks very much. One final question if you could please help. After installing XAMPP on Chromebook Linux, how can you run Python programs from the XAMPP webserver? Regards.
@@johntobin7424 I will try to make a tutorial about it.
@@norysoft Thank you.
@@johntobin7424 I'm sorry, I gave up on that.
It was impossible to run mod_wsgi with apache2 enclosed with Xampp.
Should i have to write this codr again and again when i need apache
I am unable to understand your question.
When I again click on the xampp file it shows that this cannot run
This video was awesome 🤩
why is mine says ELF: not found and syntax error: word unexpected (expecting ")")
Please tell me the command you executed.
Do you know why after reboot there is no mark of Xampp on the chromebook and and need to set it up again?
If you reboot, run the following command.
sudo /opt/lampp/lampp start
I tried to install the latest version but I cant access the localhost with the port of 8080 and also I can't visit phpmyadmin please help
Did you change the port at 23:10 ?
when i'm checking the status it always says "ProFTPD is deactivated". it only opens if i do
xhost si:localuser:root
sudo /opt/lampp/manager-linux-x64.run &
to open the control panel and start everything from there. what's happening? do i always have to do those two lines?
If possible, reinstall Linux and try again.
@@norysoft why?? what could be causing it?
your video is very help full. Thank you so much
Glad it helped
Hi Nory, I went with your video to the end. But, MySQL Database and Apache Web Server cannot seem to get running. Do you have any ideas what might be stopping them?
Check their status and start them using the image below as a reference.
drive.google.com/file/d/10fWeJ07l8HknuCfKNOTeDlvTXMlFYu8S/view?usp=sharing
@@norysoft Thank you, Nory. I had to uninstall everything and reinstall it back. Then, it worked. Your video really helped. ありがとうございます.
THAKS. after this video, the installation of XAMPP. for the continuation with mysql or mariadb, which video?
XAMPP is a Apache distribution containing MariaDB, PHP, and Perl.
After this video, I recommend:
Install WordPress on XAMPP on Chromebook Linux
ruclips.net/video/Ual5JM_vmMQ/видео.html
last question and sorry in advance 😢
how can i enter and exit to my xampp?
how can i access the directory?
thank you and sorry for disturbing you.
What you're saying doesn't make sense.
Please ask questions so that I can understand.
Is Xampp looking like wampserver ? I want to set up Wampserver on my pc Chromebook
WAMP only supports Windows and cannot be installed on Chromebook Linux .
100/100 thanks for the tuts
Thank you for your comment.
Please comment if you have any other questions or requests.
@@norysoft How do i run xampp btw? i don't see it in my apps
but i already run it earlier after installing
@@nielmharrchavez553 Execute the following command in the Linux console.
sudo /opt/lampp/lampp start
Hello friend Nory, in the command "ls -l manager*" it tells me that "no such file or directory". Would you help me?
Please check the current directory using the pwd command.
drive.google.com/file/d/11GSEQZZJxLVPuoV606BjnUKdF3kP0LRl/view?usp=drive_link
Hi Norry, do you know how to make xampp/lampp(linux) on your Chromebook accessible on other devices? , sorry if my english is bad
if you understand please make a video tutorial, help me because I am a beginner
I made it.
Access Linux on Chromebook externally
ruclips.net/video/VJnucoHF_58/видео.html
Where to find htdocs in XAMPP chromebook ?
cd /opt/lampp/htdocs
How can you access the htdocs folder in the xampp folder directory because im trying to view outputs of php code
Please refer to these images.
drive.google.com/drive/folders/15IooUg58bPN8eWnTjczxElnun1FwqCE-?usp=share_link
@@norysoft can you tell the command to open htdocs folder
@@killuazoldyck670 Do you want to operate with GUI?
@@norysoft with the help of sudo /opt/lampp/lampp start i have been able to start the server in my chromebook but i want to open htdocs folder and i wanted to ask you if there is a way to open the htdocs folder
@@killuazoldyck670 Is this image your desired answer?
drive.google.com/file/d/1192t8vmy-5o9EMpuRvdovYE4b3fDRZmD/view?usp=share_link
Hi Nory hope you're good
I got a problem juste after the installation. They said Errcode: 13 "Permission denied" how should I do
Which command caused it?
Maybe you forgot about sudo?
@@norysoft I wrote it. My SQL server won't run. I continued the video and made the installation,but the SQL server is not running
I have now gone through this tutorial and had no problems.
drive.google.com/file/d/10KCesnen06IXHVZUgahdNUzLNzd2xnlS/view?usp=sharing
If you would like assistance, please provide detailed information.
When we set port 8080, do we have to close that port when we are done using the server? Or does shutting down xampp do that?
This tutorial changes the standard port number 80 to 8080.
If your question is you need to revert to the standard port number or it automatically reverts on shutdown, the answer is no.
@@norysoft does it affect my router or just ports open on my server/laptop. Basically I just want to know if there is something extra I have to do to close ports for safety
It's not accessible outside of it unless you set up port forwarding.
drive.google.com/file/d/1-5aDbxERo-nmokPH-M3Yt4Y-T8Ol44Ac/view?usp=share_link
@@norysoft okay thank you this is what i wanted to know. I love your channel all the knowlege you share is so helpful!
How to access the htdocs folder?
cd /opt/lampp/htdocs
Hello Nory, what is the model and specs of your chromebook?
This one.
www.asus.com/laptops/for-home/chromebook/asus-chromebook-c223/techspec/
It also appears in this video.
Turn on developer mode on your Chromebook.
ruclips.net/video/s5qPReYj-24/видео.html
@@norysoft i think yt deleted my comment but I said i have a Acer C738T. I just wanted to compare specs. So thanks
Bro what do I do it says
1: syntax error "(" unexpected
How many minutes and seconds in this video did the trouble occur?
heyyoo thank you for the video it really help me I just wanna ask how can I paste a jquery file into htdocs folder?
>I just wanna ask how can I paste a jquery file into htdocs folder?
I don't understand what you are saying.
hello so please how do i run a php file after doing this
Please watch this.
Operate MariaDB from PHP with XAMPP on Chromebook Linux
ruclips.net/video/TPhV_EySPpE/видео.html
how to restart XAMPP after quitting terminal
Please refer to the image below.
drive.google.com/file/d/104ihsVEQ1yMZ1A6b-F5_Edfn6iHU7-CS/view?usp=drive_link
thank u s much, great tutorial. new sub and keep going
Thank you for your comment.
Please comment if you have any other questions or requests.
Thak you very much, help me a lot of.
Thank you for your comment.
Please comment if you have any other questions or requests.
how can i add a file into the htdocs folder
great vid btw
htdocs folder is in the opt/lampp section
For example, hoge.html.
1. Place hoge.html in Linux files.
2. Copy hoge.html to /opt/lampp/htdocs.
3. Access hoge.html in chrome.
Please refer to the images below.
drive.google.com/drive/folders/117YiHO6Wkt8wWUNhVpunz6s2jj-Ifo-6?usp=drive_link
Nice video but you could of edited some of the install “time” out or fast forwarded it.
You make a lot of sense, but I chose to show the completion time instead. This also has the advantage of letting you know how much time you actually need.
i exit the terminal and its gone
In that case, please restart the tutorial from the beginning.
@@norysoft noted, sorry for my com, im just worried 🥲
Thank you sir!
Thank you for your comment.
Please comment if you have any other questions or requests.
I restart my laptop and xampp is gone how to fix that situation?@@norysoft
my xampp dissapeared when i restart the laptop and the xampp not install in linux apps
@@norysoft
thank you youre the best
Thank you for your comment.
Please comment if you have any other questions or requests.
Thank you again!
Thank you for your comment.
Please comment if you have any other questions or requests.
Thank you
Thank you for your comment.
Please comment if you have any other questions or requests.
@@norysoft how to import files to phpmyadmin for chromebook
Please watch this.
Operate MariaDB from PHP with XAMPP on Chromebook Linux
ruclips.net/video/TPhV_EySPpE/видео.html
Thanks bro ❤
Thank you for your comment.
Please comment if you have any other questions or requests.
Thank you broh
Thank you for your comment.
Please comment if you have any other questions or requests.
hi thanx you a lot !!
Thank you for your comment.
Please comment if you have any other questions or requests.
thank you so muchh
Thank you for your comment.
Please comment if you have any other questions or requests.
Please just cut the installing part that was like half the video
I apologize for the inconvenience, but I would like you to skip to the completion time.
@@norysoft Yeah I think leaving it in shows a realistic representation, because on my chromebook it took a long time, so it is good to see that its normal.
Thanks
Thank you for your comment.
Please comment if you have any other questions or requests.
Helpoo
Don't urge me.
Help😓. When I type "sudo ./xampp...etc." it' says "syntax error unterminated qouted string "
Please enter the command exactly as shown in the image below.
drive.google.com/file/d/1-D6OXnSu_ZIaUAJfW4Kl4T4pkc_W5ZRY/view?usp=share_link
It keeps saying that still
Perfect thank you!!
Thank you for your comment.
Please comment if you have any other questions or requests.
When I run xampp installer I get error ELF not found.
dpkg architecture is arm64
Unfortunately XAMPP does not support ARM CPUs.