I used Windows for about 5 years. I had a lot of problems with it recently like: - black background after booting - irritating restarts after every installation or updates - sometimes not responding file manager So, I was thinking about migrating to ubuntu and this video was really helpful for me. Thank you
You sir. Have just saved my life at 15:04. I thought I was stuck with using the terminal text editor until I saw this. I switched to Ubuntu 20.04 since Windows 10 xampp somehow corrupted itself and everything, even in htdocs was unusable. Best bet was a reformat but I decided to just dual boot Ubuntu. After watching and following your video. Ubuntu 20.04 is the best decision ever~ Thank you so much for your video tutorial and I hope you are staying safe amidst this covid-19 pandemic.
I needed to quickly setup a web development VM for a project. I never used Ubuntu for it, but I need it since a Windows VM would be too resource intensive. I did not have the time to properly learn to use Ubuntu. I just needed to get a web development environment I can immediately use. This video helped me accomplish the above. Huge thanks! EDIT: Forgot to mention that somehow I got an error while installing nodejs. I looked around and found the solution is to run 'sudo apt install ca-certificates' prior to installing nodejs.
Thank you, man! I could not get Oracle VirtualBox to work so I used the default Microsoft Hyper-V and it worked like a charm. Your steps were clear and precise. I am now up and running!
Thanks a lot for this great tutorial! I've just setup everything on kubuntu 20.04 LTS :-) I had to pause the video a few times as not everything was included in my installation, but you did a great job and saved me many hours! Thanks a lot!
you really showed it up all things that every need to know how and where to start in ubuntu. today is my first day in ubuntu that i've installed. thank you so much codeholic!
This is SO supplemental to your 6.5hr PHP course on Traversy Media. Wish I'd seen this first but hey good learning experience. Inadvertently it answers a lot of questions for me. Good share!
I would like to buy the new dell developer edition... but do you think is better to by the laptop with windows 10 and install in duel boot Ubuntu 20.04, linux mint or other debian distro?
I made all the steps, but when I try to connect to my database on the localhost in mysql workbench, on root localhost I get an error that I cannot connect to the database server, any ideas?
I know this is an old video, but is it really worth doing web dev through a VM? Isn't it just going to hold you back if your computer is not that good?
hi. thank you for sharing your knowledge. i installed everything in this video. now i have a problem. in phpmyadmin when i want to import my tables this error (No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration) showing. i tried to edit php.ini and increase upload_max_filesize and other stuff and restarting apache. but nothing changed. could you please help me?
found the solution: for future reference navigate to /var/lib/phpmyadmin/tmp and run (sudo chown [user]:[user] -R ./ ) in terminal. but i don't know it's the best way to solve this problem or not. is there a better way?
Thanks a lot I have been stragelling with working out xdebug debugger for php with ubuntu desktop and vscode. php is working fine, debugger isent, do you have any good tutorial on that? couldent find something that provided the solutions thanks!
This was very helpful, thank you. It would have been nicer if you would have paused for a second when entering a command before you hit enter, so I can read what the command was and have a better place to pause the video.
I was thinking about documenting the steps I followed to setup the lamp stack by myself and now after seeing this video, I think just adding this video for favourites will be enough. Subscribed :)
I used Windows for about 5 years. I had a lot of problems with it recently like:
- black background after booting
- irritating restarts after every installation or updates
- sometimes not responding file manager
So, I was thinking about migrating to ubuntu and this video was really helpful for me. Thank you
Glad to hear that.
Thank you
You sir. Have just saved my life at 15:04. I thought I was stuck with using the terminal text editor until I saw this.
I switched to Ubuntu 20.04 since Windows 10 xampp somehow corrupted itself and everything, even in htdocs was unusable. Best bet was a reformat but I decided to just dual boot Ubuntu.
After watching and following your video. Ubuntu 20.04 is the best decision ever~ Thank you so much for your video tutorial and I hope you are staying safe amidst this covid-19 pandemic.
I am very glad to read that.
Appreciate your feedback.
Thank you
I needed to quickly setup a web development VM for a project. I never used Ubuntu for it, but I need it since a Windows VM would be too resource intensive. I did not have the time to properly learn to use Ubuntu. I just needed to get a web development environment I can immediately use.
This video helped me accomplish the above. Huge thanks!
EDIT: Forgot to mention that somehow I got an error while installing nodejs. I looked around and found the solution is to run 'sudo apt install ca-certificates' prior to installing nodejs.
Thank you, man! I could not get Oracle VirtualBox to work so I used the default Microsoft Hyper-V and it worked like a charm. Your steps were clear and precise. I am now up and running!
Very happy to read that.
Ed, if you can please support me by sharing the video.
Thanks a lot for this great tutorial!
I've just setup everything on kubuntu 20.04 LTS :-) I had to pause the video a few times as not everything was included in my installation, but you did a great job and saved me many hours! Thanks a lot!
Thank you friend
you really showed it up all things that every need to know how and where to start in ubuntu. today is my first day in ubuntu that i've installed. thank you so much codeholic!
Great to hear that it helps...
I’d say well done.
You explained what professors “drawl” over in a matter of six months.
Great | Saw you after a long time | big thanks for this informative lession
i still miss understanding minutes on 12:44 after you finished typing coding hello from php . .
how u save the file?
Hit [ESC] and then :wq (write, quit) From a very handy .PDF I found trevorsullivan.net/wp-content/uploads/2015/11/Trevor-Sullivan-VI-Shortcuts.pdf
Thank you very very much!
I just finished the set up on linux lite. I wish I had found the video earlier, I'd saved a lot of time...
Glad to hear that
How do i save that file in terminal when i wrote Hello from php ?
This is SO supplemental to your 6.5hr PHP course on Traversy Media. Wish I'd seen this first but hey good learning experience. Inadvertently it answers a lot of questions for me. Good share!
I am so happy, this worked perfectly. Thank you so much
I would like to buy the new dell developer edition... but do you think is better to by the laptop with windows 10 and install in duel boot Ubuntu 20.04, linux mint or other debian distro?
Thank you for the video. One question: can the two folders python and nodejs be deleted from the desktop? Sorry for this beginner question...
Hello @thecodeholic how can ably run python files on local Host
Thanks
I made all the steps, but when I try to connect to my database on the localhost in mysql workbench, on root localhost I get an error that I cannot connect to the database server, any ideas?
Great job man !!! I gladly share it.
Thank you man. I really appreciate.
I know this is an old video, but is it really worth doing web dev through a VM? Isn't it just going to hold you back if your computer is not that good?
hi. thank you for sharing your knowledge. i installed everything in this video. now i have a problem. in phpmyadmin when i want to import my tables this error (No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration) showing. i tried to edit php.ini and increase upload_max_filesize and other stuff and restarting apache. but nothing changed. could you please help me?
found the solution: for future reference navigate to /var/lib/phpmyadmin/tmp and run (sudo chown [user]:[user] -R ./ ) in terminal. but i don't know it's the best way to solve this problem or not. is there a better way?
Is this tutorial still suitable in 2024? Thanks
Hi, why not using a less ram eater system like Lubuntu?
I've a question pls, why did u install php, python, node, since all of these are used in the backend?
Since they are the most popular backend technologies for web development.
This was actually helpful. Thank you.
which one is better for beginner, python/django, nodejs or php?
Python
Thanks a lot
I have been stragelling with working out xdebug debugger for php with ubuntu desktop and vscode. php is working fine, debugger isent, do you have any good tutorial on that? couldent find something that provided the solutions
thanks!
Brother i am having a issue that when i run file it say's permission denied please help me out
Awesome! You save my life man!!!!!!
Happy to hear that
other way to install deb package that I think be faster is by terminal with the command: sudo dpkg -i
This was very helpful, thank you. It would have been nicer if you would have paused for a second when entering a command before you hit enter, so I can read what the command was and have a better place to pause the video.
Why vscode looks different in ubuntu...
just installed ubuntu 20.04 lts on virtual box now here to set up
just wonderful video
Thank a lot
15:05 veeeeeery usefull moment
My Nexus 7 only has 16gb Rom. Can I use linux with all sofwares like you 😢
I ams not sure but I think yes
I like it how hard is it to install postgresql?
It's not detecting my keyboard during install, and when i get to the account creation section the install crashes. ^^
can you make a video for java web development in ubuntu please
Why do you have a bunch of egg trays on your wall
They replace acoustic foams.
But I will replace them with acoustic foams soon
Wowww so quick and to-the-point. Which would take me few hours u did it in minutes. Do u have nginx+php+mariadb tutorial?
Excellent!, Please add composer it will be nicer.
Thanks. I think you are right about composer. 👍
Thanks dude!!! You save my day!
Good work Dude
love from india brother
Thank you buddy. Appreciate!!!
😂✔👏both funny and helpful-thank you, sir.
Sorry Bro,
i still miss understanding minutes on 12:44 after you finished typing coding hello from php . .
how we setup laravel ?
Check Laravel's documentation for this.
There is no single line answer.
@@TheCodeholic for linux is difficult setup
But Linux is better environment for Laravel
@@ahmedhabeeb2499 composer and some vscode plugins
cool man, thanks
I learnt how to set mysql password....thank you
A short way for apache & php is ;
sudo apt-get install lamp-server^
It's not the sort way of what I explain.
It is different and maybe easier way.
Awesome!! Thanks man!
I was thinking about documenting the steps I followed to setup the lamp stack by myself and now after seeing this video, I think just adding this video for favourites will be enough.
Subscribed :)
Thanks buddy.
Hello anyone to help me on how i can make my python files run on apache2 server on ubuntu22 lts......i am using LAMPP stack??
@the codeholic
Ubuntu software is not working . How to solve this
What does it mean? "Ubuntu software is not working". Millions of people use it and it works...
@@TheCodeholic bro I made it for the help of terminal. Thank you for your reply 🤗
Good! 👍
Nice video, Thanks, This helped me out a lot @The Codeholic
Kindly paste the direct inks to your external sources e.g node github sources etc.
very cool, thank you
thank you , it is useful.
love it, thanks for help
He be like - I used light mode in the video, will society accept me? xD
Thank you it was perfecttttttttttt
Haha wish you told how to exit and save using wim 😢
Very useful but so fast.
14:26
Thanks Codeholic
Sir you forgot javascript
As far as you have vscode and browser you don't need anything else.
It's already setup. No additional things should be installed.
@@TheCodeholic sir can you make vedio how to bring site from offline to online
On all devices
Just what I was looking for, thank you.
You are welcome!
sudo gedit /etc/apache2/mods-available/dir.conf -> changine -> HTTP ERROR 500 !
I was laughing 😂
thanks
you're funny