Great, thanks! Just a little tip for a better usability of your videos: When I hit stop to write a code into my own command line, the UA-cam Play/Next/Volume buttons are on top of your active command line so I cant see the line anymore. Maybe you can add a little extra space in the video editing next time. :)
Hello Tony, I've been watching your videos lately. Thanks for the great videos. How do one start apache as a service using xampp or lamp? Do you have a video on that ? Thanks
Hi Thanks for the video! I had a question, when you copied the IP Address, to verify if the setup was working, which IP Address is it? Is it the Public IPv4 Address? or something else?
Hi Tony, There is no proper guide or video all over the internet about ** Staging a WordPress website ** hosted on VPS such as Digital Ocean, Linode, etc. Can you please make a video about how to do that and then push those changes made on the Staging website to the Live Website that would be very helpful and will definitely get tonnes of views.
Super tutorial bro, i am learning this also in school this period of time a this help me a lot for practice, ca you make a video also how to install wordpress there?
Here's a WordPress install tutorial for a LAMP server ua-cam.com/video/q-qfLUTgUl8/v-deo.html I'm curious where you are learning this stuff in school. Is it at college?
@@TonyTeachesTech Is a 1 year profesional school for It & Computer tech, we learn a lot form reparing pc, routers, windos server, linux, html css php java, and some other topics but they are not super full in detail for each topic so i have to make my research to learn more. School name is called Instituti Profesional ATC.
@@TonyTeachesTech And i have another quesion i am making a project at home building a webserver form an old pc, is it posible to acces webpage from other network for free or i need to buy and public ip from internet company.
@@EKBShorts sorry I missed your question here. I hope you saw my response on your other question (comment reply notifications are different than comment notification on UA-cam)
04:34h i can't get back and continue like u do. Please tell me what do you do, and also, could you please resiye your screen so when we pause we can actually see what are you doing.
Hey Tony, I followed your instructions, when it came to creating mysql password, I get the following error. FAILED! ERROR: SET PASSWORD has no significance for user 'root'@'localhost' as authentication method used doesn't store authentication data in the MYSQL server. Please consider using ALTER USER instead if you want to change authentication parameters. - any ideas?
Thank you very much for this video. Have watched but not tried the specific commands yet. Question -- I notice that you're installing as the root user. Do you know if it makes a difference if you're a regular user and just use sudo on all the `apt install ...` commands instead? UPDATE: i tried it and it doesn't seem to make a difference. The reason I asked this question is because I had noticed that the user and group on the files are all root:root which makes me nervous. I had seen a coworker system admin at another company have the user:group be something like nobody:nogroup. I'll search around for something on that either way. Thanks for getting me started.
Thanks. I did some more searching and everybody so far said to avoid both "root" and "nobody". Found some discussions like at stackoverflow and Ubuntu docs saying to run it as www-data with no other user being a member of that group. So I added the user/group and ran a chown -R after doing the install to make it be www-data.
hello Tony, I am getting an error while upgrading, it is showing the following packages have been kept back: grub-efi-amd64-bin grub-efi-amd64-signed python3-software-properties software-properties-common ubuntu-advantage-tools update-notifier-common 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. please help me with this error correction.
Hi, i am getting timed out when I am trying to connect with my instances public ip to the webpage. I went back and checked the steps but nothing i seem to be doing is getting the web page to pop up.
Yes! LAMP is a software configuration for web applications. It's simply a buzzword to describe installing Linux (Ubuntu in this case), Apache, MySQL (or MariaDB), and PHP on a single server.
Sorry for not making that clear. You must hit the Esc key and then type :wp followed by Enter. This video will go over the basics of vim for you ua-cam.com/video/uE4aljoMBeg/v-deo.html
noob Q: if you disallowed root login for Apache, does this mean i must adduser on ssh if using ssh? I was going to add/change that later. I have a brand new headless Pi4 server and Debian OS on a PC, if that affects anything.
Hey, great video! Question for anyone who can help: Which ip address do I use? I tried my public ipv4, but putting that in a browser takes me to a Linksys smart Wi-Fi page. Is that normal? Thanks.
The IP address is the IP address of your server. If you don't have access to a server, you can create a virtual server. Check out the link to Digital Ocean in the description.
Suddenly I am facing a problem that I am not able to login in to my server & my website is showing that "this site can't be reached"... please help 😥😥😥
ls - List Files Command: ls [options] [directory] Explanation: Lists files and directories in the specified directory. Common options include -l (long format) and -a (show hidden files). cd - Change Directory Command: cd [directory] Explanation: Changes the current working directory to the specified directory. pwd - Print Working Directory Command: pwd Explanation: Displays the current working directory's full path. cp - Copy Command: cp [source] [destination] Explanation: Copies files or directories from the source to the destination. mv - Move/Rename Command: mv [source] [destination] Explanation: Moves files or directories from the source to the destination. Can also be used for renaming. rm - Remove/Delete Command: rm [options] [file] Explanation: Removes or deletes files. Be cautious, as this action is irreversible. Common options include -r (recursively remove directories) and -f (force). mkdir - Make Directory Command: mkdir [directory] Explanation: Creates a new directory with the specified name. rmdir - Remove Directory Command: rmdir [directory] Explanation: Removes an empty directory. touch - Create Empty File Command: touch [filename] Explanation: Creates an empty file with the specified name. nano/vi/vim - Text Editors Command: nano [filename], vi [filename], vim [filename] Explanation: Opens the specified file in a text editor. nano is a simple text editor, while vi and vim are more advanced with various modes and commands. cat - Concatenate and Display Command: cat [file] Explanation: Displays the contents of a file. Can also be used to concatenate and display multiple files. grep - Search Text Command: grep [pattern] [file] Explanation: Searches for a specified pattern in a file. Useful for text processing and searching. chmod - Change File Permissions Command: chmod [permissions] [file] Explanation: Changes the permissions of a file. Permissions include read (r), write (w), and execute (x) for the owner, group, and others. chown - Change Owner Command: chown [new_owner:new_group] [file] Explanation: Changes the owner of a file. ps - Process Status Command: ps [options] Explanation: Displays information about running processes. Common options include -e (all processes) and -aux (detailed information). kill - Terminate a Process Command: kill [process_id] Explanation: Sends a signal to terminate a specified process.
Concise and straight to the point. Great Video.
This saved my day. Thanks a lot Tony!
You're welcome!
Very Well explained. Clear voice and gearte zoom in video. Thankyou so much Tony.
Thank you - The fastest install I've ever done! I'll be looking over your other videos for good instruction!!!
No problem David, happy to help
Great, thanks! Just a little tip for a better usability of your videos: When I hit stop to write a code into my own command line, the UA-cam Play/Next/Volume buttons are on top of your active command line so I cant see the line anymore. Maybe you can add a little extra space in the video editing next time. :)
Thanks for advising me on that!
Tony , ur videos are just awesome🔥🔥🔥🔥🔥
Thank you 🙏
simple and to the point
This video was super helpful! Thanks!
Glad it was helpful!
Great video, Tony - thanx!!
You're welcome Brian
this helped me a lot. thank you for such a great tutorial
You're very welcome!
Hello Tony, I've been watching your videos lately. Thanks for the great videos. How do one start apache as a service using xampp or lamp? Do you have a video on that ? Thanks
can you make a video on shopware development and all the installation required in ubuntu 22.04 ?
please it will be very helpful if you do.
thanks for the quick version.. much appreciated
Sure thing Dennis
great video !
Thanks
Hi Thanks for the video! I had a question, when you copied the IP Address, to verify if the setup was working, which IP Address is it? Is it the Public IPv4 Address? or something else?
Your IPV4 should work.
thank you so much for this video ❤❤
thanks ... you mentioned two more videos about wordpress and multiple hosts but I cant find them !!!
Sorry about that. Here you go.
- ua-cam.com/video/lGSRDV2IQhw/v-deo.html
- ua-cam.com/video/q-qfLUTgUl8/v-deo.html
Where do I put the css and js files?
Hi Tony, There is no proper guide or video all over the internet about ** Staging a WordPress website ** hosted on VPS such as Digital Ocean, Linode, etc. Can you please make a video about how to do that and then push those changes made on the Staging website to the Live Website that would be very helpful and will definitely get tonnes of views.
Great topic. I will add it to my list of videos to make :)
@@TonyTeachesTech would be waiting fo this video.
soooo helpful. thank you!
Glad it was helpful!
Thanks nice great tutorial
Thanks!
Super tutorial bro, i am learning this also in school this period of time a this help me a lot for practice, ca you make a video also how to install wordpress there?
Here's a WordPress install tutorial for a LAMP server ua-cam.com/video/q-qfLUTgUl8/v-deo.html
I'm curious where you are learning this stuff in school. Is it at college?
@@TonyTeachesTech Is a 1 year profesional school for It & Computer tech, we learn a lot form reparing pc, routers, windos server, linux, html css php java, and some other topics but they are not super full in detail for each topic so i have to make my research to learn more. School name is called Instituti Profesional ATC.
@@TonyTeachesTech And i have another quesion i am making a project at home building a webserver form an old pc, is it posible to acces webpage from other network for free or i need to buy and public ip from internet company.
@@EKBShorts sorry I missed your question here. I hope you saw my response on your other question (comment reply notifications are different than comment notification on UA-cam)
@@TonyTeachesTech No problem bro thank you for answer
wasn't allowed to use that, but terminal read:
the following packages replace it:
mariadb-server-10.0Was able to use php-mysqul, though
Great
Great video. Can you post the commands in the video description?
04:34h i can't get back and continue like u do. Please tell me what do you do, and also, could you please resiye your screen so when we pause we can actually see what are you doing.
Sorry about that. Please watch this short video to understand how to save and exit in vim ua-cam.com/video/uE4aljoMBeg/v-deo.html
Hey Tony, I followed your instructions, when it came to creating mysql password, I get the following error. FAILED! ERROR: SET PASSWORD has no significance for user 'root'@'localhost' as authentication method used doesn't store authentication data in the MYSQL server. Please consider using ALTER USER instead if you want to change authentication parameters. - any ideas?
I have never seen that error before. I unfortunately don't have any ideas on that
Wow ok
Did you figure anything out yet?? Cause I'm having the same problem.
Thanks😊
Welcome 😊
thank you Tony
You're welcome
Thank you very much for this video. Have watched but not tried the specific commands yet. Question -- I notice that you're installing as the root user. Do you know if it makes a difference if you're a regular user and just use sudo on all the `apt install ...` commands instead? UPDATE: i tried it and it doesn't seem to make a difference. The reason I asked this question is because I had noticed that the user and group on the files are all root:root which makes me nervous. I had seen a coworker system admin at another company have the user:group be something like nobody:nogroup. I'll search around for something on that either way. Thanks for getting me started.
Sure thing Roger. Thanks for the update. It's not ideal to use root, but better than nobody:nogroup
Thanks. I did some more searching and everybody so far said to avoid both "root" and "nobody". Found some discussions like at stackoverflow and Ubuntu docs saying to run it as www-data with no other user being a member of that group. So I added the user/group and ran a chown -R after doing the install to make it be www-data.
Thank you
nice explanation
Thanks !
hello Tony, I am getting an error while upgrading, it is showing the following packages have been kept back: grub-efi-amd64-bin grub-efi-amd64-signed python3-software-properties software-properties-common ubuntu-advantage-tools update-notifier-common 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. please help me with this error correction.
Hi, i am getting timed out when I am trying to connect with my instances public ip to the webpage. I went back and checked the steps but nothing i seem to be doing is getting the web page to pop up.
You need to port forward if you want to access website from remote locations.
sudo apt-get install tasksel ?
What's that?
how to install maria DB? is it better than Mysql?
apt install mariadb-server
Ok. İnstalled LAMP Server ? LAM server :) Where is this "P" Phpmyadmin :) Thanks bro. Good Job.
You're welcome ☺️
Linux, Apache Mysql PHP , not phpmyadmin
howdy dear buddy - i am on MX-Linux - i wanna install the LAMP-Stack on this machine too. Any difference here !?
Sorry I'm not familiar with MX Linux
There is an issue while installing the apache2 service it is showing couldn't open the lock file and Unable to acquire the dpkg frontend lock
prepend the sudo command to the install command, that should make it run the install. I.E. "sudo apt install apache"
Ben's advice is right
Basically what is lamp?? Is that a server, that is used for web applications?? Or else lamp is leatest version of Apache php mysql??
Yes! LAMP is a software configuration for web applications. It's simply a buzzword to describe installing Linux (Ubuntu in this case), Apache, MySQL (or MariaDB), and PHP on a single server.
@@TonyTeachesTech lamp runs on which OS?
@@sahithisahi1486 Any "Linux" OS that's capable of installing Apache, MySQL, and PHP. This could be Ubuntu, Debian, CentOS, Fedora, etc.
@@TonyTeachesTech OK thank you
Tomorrow I am having seminar on this topic could you please suggest any PPT?
@@sahithisahi1486 What is a PPT?
Very good 👍👍👍👍👍👍
Thank you! Cheers!
How we can allow root user remote login after installation?
This is allowed by default
muito bom o tutorial.
:)
ty
yw
how do i get out of the screen at 4:33???? help!
Sorry for not making that clear. You must hit the Esc key and then type :wp followed by Enter.
This video will go over the basics of vim for you ua-cam.com/video/uE4aljoMBeg/v-deo.html
@@TonyTeachesTech Thank you so much!!
noob Q: if you disallowed root login for Apache, does this mean i must adduser on ssh if using ssh? I was going to add/change that later. I have a brand new headless Pi4 server and Debian OS on a PC, if that affects anything.
Yeas add a user first before disabling root login
hey im stuck with the html part and i can't figure out how to save my html file
For a quick vim primer, see this video ua-cam.com/video/uE4aljoMBeg/v-deo.html
@@TonyTeachesTech thank you so much you saved my day :)
enter and type up of the page, it is too hard to watch it.
Sorry about that
Hey, great video! Question for anyone who can help: Which ip address do I use? I tried my public ipv4, but putting that in a browser takes me to a Linksys smart Wi-Fi page. Is that normal? Thanks.
where to get that ip address ??
The IP address is the IP address of your server. If you don't have access to a server, you can create a virtual server. Check out the link to Digital Ocean in the description.
@@TonyTeachesTech is their any other way other than this
no else you need to work on localhost which is the virtual network
@@kendjinone830 when i open local host it says 'page not found'
@@_bharatbk_ you needs to start apache idk how it works on linux though but it's very easy to do on windows
How we get phpmyadmin
ua-cam.com/video/ZlmHC3rvGSE/v-deo.html
apache keeps failing on mine for some reason
What is the error you get?
Suddenly I am facing a problem that I am not able to login in to my server & my website is showing that "this site can't be reached"... please help 😥😥😥
Sounds like your server is offline. Can you confirm the status?
You actually changed a HTML code.. :)
Yes indeed
No PhpAdmin :P
Yo Tony brother, Please specify on the title that the latter is for beginners.
Thank you for the video.
You're welcome :)
ls - List Files
Command: ls [options] [directory]
Explanation: Lists files and directories in the specified directory. Common options include -l (long format) and -a (show hidden files).
cd - Change Directory
Command: cd [directory]
Explanation: Changes the current working directory to the specified directory.
pwd - Print Working Directory
Command: pwd
Explanation: Displays the current working directory's full path.
cp - Copy
Command: cp [source] [destination]
Explanation: Copies files or directories from the source to the destination.
mv - Move/Rename
Command: mv [source] [destination]
Explanation: Moves files or directories from the source to the destination. Can also be used for renaming.
rm - Remove/Delete
Command: rm [options] [file]
Explanation: Removes or deletes files. Be cautious, as this action is irreversible. Common options include -r (recursively remove directories) and -f (force).
mkdir - Make Directory
Command: mkdir [directory]
Explanation: Creates a new directory with the specified name.
rmdir - Remove Directory
Command: rmdir [directory]
Explanation: Removes an empty directory.
touch - Create Empty File
Command: touch [filename]
Explanation: Creates an empty file with the specified name.
nano/vi/vim - Text Editors
Command: nano [filename], vi [filename], vim [filename]
Explanation: Opens the specified file in a text editor. nano is a simple text editor, while vi and vim are more advanced with various modes and commands.
cat - Concatenate and Display
Command: cat [file]
Explanation: Displays the contents of a file. Can also be used to concatenate and display multiple files.
grep - Search Text
Command: grep [pattern] [file]
Explanation: Searches for a specified pattern in a file. Useful for text processing and searching.
chmod - Change File Permissions
Command: chmod [permissions] [file]
Explanation: Changes the permissions of a file. Permissions include read (r), write (w), and execute (x) for the owner, group, and others.
chown - Change Owner
Command: chown [new_owner:new_group] [file]
Explanation: Changes the owner of a file.
ps - Process Status
Command: ps [options]
Explanation: Displays information about running processes. Common options include -e (all processes) and -aux (detailed information).
kill - Terminate a Process
Command: kill [process_id]
Explanation: Sends a signal to terminate a specified process.