PHP Coder USA
PHP Coder USA
  • 41
  • 27 073
How to fix the Apache error AH00558 : Could not reliably determine the server's FQDN
In this video we learn how to fix the 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. We learn how to configure the /etc/apache2/apache2.conf configuration file, and the /etc/apache2/sites-available/000-default.conf configuration file. We learn how to configure the hosts files for Windows/Linux/macOS so we can use a non-routable domain name that uses the .internal top level domain (TLD). We use this TLD in conjunction with a local network that consist of private/non-routable IP addresses.
Associated Article : www.phpcoderusa.com/how-to-fix-the-apache-error-ah00558-could-not-reliably-determine-the-servers-fully-qualified-domain-name/
About Me : Keith Smith - a Freelance PHP Programmer Turn PHP Developer Mentor.
Subscribe to my newsletter to keep up with what is going on and to find out about any special offers : www.phpcoderusa.com/newsletter-subscription/
Visit my website : www.PHPCoderUSA.com/
Don't forget to Subscribe to This TH-cam Channel So You Do Not Miss Any Future Videos.
My Social Media Pages:
- Facebook : PHP-Coder-USA-346066869165684/
- LinkedIn : www.linkedin.com/in/keith-smith/
#phpcoderusa
มุมมอง: 19

วีดีโอ

How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 24.04 LTS using PHP
มุมมอง 13319 ชั่วโมงที่ผ่านมา
The Apache mod_rewrite module has many reasons for its use. In this video, we cover how to enable the mod_rewrite module, and how to restart Apache. We learn how to create the .htaccess file and we learn what code to put inside of the .htaccess file. We learn what the .htaccess directives mean and what they do. We configure the Apache virtual host configuration file to take advantage of many of...
How to Use Windows Linux MacOS Hosts File Instead of DNS on a Local Network
มุมมอง 14914 วันที่ผ่านมา
In this video, we learn how to configure a local/private .internal top-level domain. I cover private non-routable IP addresses. We learn a bit about how CIDR notation works. I cover how to edit the Linux, Windows, and macOS hosts file to address the need for DNS. Lastly, we test our configuration. Associated Article : www.phpcoderusa.com/how-to-use-windows-linux-macos-hosts-file-instead-of-dns-...
How to Setup Apache2 Virtual Host in Ubuntu 24.04 LTS
มุมมอง 11514 วันที่ผ่านมา
In this video, we learn how to create and configure a virtual host on a Linux, Apache, MySQL, and PHP (LAMP) Ubuntu 24.04LTS server. This consists of creating an Apache2 virtual host configuration file. This is a web server. We also learned what commands are required to complete this task. Associate Article : www.phpcoderusa.com/how-to-setup-apache2-virtual-host-in-ubuntu-24-04-lts/ About Me : ...
How to Install Linux, Apache, MySQL, and PHP LAMP Stack on Ubuntu 24.04LTS Server
มุมมอง 15521 วันที่ผ่านมา
In this video, I covered how to install Apache, MySQL, and PHP on Linux, a LAMP Stack on Ubuntu 24.04LTS Server. Then we test that the configuration to verify it is working correctly. I use Ubuntu 24.04 LTS, Apache2, MySQL, and PHP, a LAMP config, for developing web applications using PHP/MySQL. Associated Article : www.phpcoderusa.com/how-to-install-linux-apache-mysql-and-php-lamp-stack-on-ubu...
How to Change the hostname on Ubuntu 24.04lts Without Rebooting
มุมมอง 53หลายเดือนก่อน
In this video we learn how to permanently change the hostname on a Ubuntu 24.04LTS server. This will work on a desktop machine as well. Associated Article : www.phpcoderusa.com/how-to-change-the-hostname-on-ubuntu-24-04lts-without-rebooting/ About Me : Keith Smith - a Freelance PHP Programmer Turn PHP Developer Mentor. Subscribe to my newsletter to keep up with what is going on and to find out ...
How to Clone a Virtual Machine in VirtualBox | Clone Ubuntu 24.04 Virtual Machine in VirtualBox
มุมมอง 73หลายเดือนก่อน
How to Clone a VirtualBox Virtual Machine : In this video, we learn how to clone an existing guest on VirtualBox. We learn how to give the clone a unique MAC address and a unique IP address. We learn what an IP is, why it is important, and how to manage IP addresses on an Ubuntu 24.04LTS Server. We learn how to identify a static IP address configuration and a dynamic IP address configuration. T...
Change a Static IP Address in Ubuntu Using the Command Line | Change the IP Address in Ubuntu 24.04
มุมมอง 958หลายเดือนก่อน
In this video we learn what an IP is, why it is important, and how to manage IP addresses on an Ubuntu 24.04LTS server. We learn how to identify a static and a dynamic configuration. Then we learn how to change a static IP in Ubuntu 24.04LTS server. Corresponding Article : www.phpcoderusa.com/change-a-static-ip-address-in-ubuntu-using-the-command-line/ About Me : Keith Smith - a Freelance PHP P...
How to Change IP Address From DHCP to Static in Ubuntu
มุมมอง 1662 หลายเดือนก่อน
How to Change IP Address From DHCP to Static in Ubuntu - If you need to change an Ubuntu Linux server/desktop from a dynamic IP address to a static IP address - in this video I give step by step instructions on how to do so. I wrote an article on how to change a dynamic IP address (DHCP) to a static IP address in Ubuntu : www.phpcoderusa.com/how-to-change-ip-address-from-dhcp-to-static-in-ubunt...
How to Install PuTTy on Windows 10
มุมมอง 2332 หลายเดือนก่อน
How to Install PuTTY on Windows 10 PuTTY is a popular SSH and Telnet client used by web developers and Linux system administrators to connect to a remote Linux server via SSH and manage the server from the command line. Steps to Install PuTTY on Windows 10 - Download PuTTY onto Windows 10 - PuTTY does not require installation - Move PuTTY to the desktop - This video covers - How to download PuT...
How to Install Ubuntu 24.04 LTS on VirtualBox in Windows 10
มุมมอง 2112 หลายเดือนก่อน
How to Install Ubuntu 24.04 LTS on VirtualBox in Windows 10 In this tutorial, I'll guide you through the step-by-step process of installing Ubuntu 24.04 LTS on VirtualBox running on Windows 10. We'll cover everything you need to get started: - Obtaining the Ubuntu 24.04 LTS ISO file - Creating a new virtual machine in VirtualBox - Configuring network settings so your virtual machine (VM) will b...
How to Install VirtualBox on Windows 10
มุมมอง 1222 หลายเดือนก่อน
How to Install VirtualBox on Windows 10 1) Set Hardware Virtualization in Your Computers Bios. 2) Download VirtualBox. 3) Start the Install. 4) Accept all Defaults. 5) Once VirtualBox Has Been Installed, Download the VirtualBox Extension Pack. 6) Install the VirtualBox Extension Pack. 7) Once Complete - Congratulations You Have Installed VirtualBox. Don't Forget to Subscribe Next Video Will be ...
How to Fix the Missing Dependencies Python Core Win32api
มุมมอง 1.4K2 หลายเดือนก่อน
About This Video : How to Fix the Missing Dependencies Python Core Win32api About Me : Keith Smith - a Freelance PHP Programmer Turn PHP Developer Mentor. Subscribe to my newsletter to keep up with what is going on and to findout about any special offers : www.phpcoderusa.com/newsletter-subscription/ Visit my website : www.PHPCoderUSA.com/ Don't forget to Subscribe to This TH-cam Channel So You...
Can AI Write PHP Code
มุมมอง 2373 หลายเดือนก่อน
I asked ChatGPT to create a PHP login script as an example and to answer the question “Can AI write PHP code?”. It does a great job. Given my experience, I suspected that AI left out the use of a cookie that would make access by the remote user more secure. AI-generated some cookie code with lots of comments and explanations. All in all, I think using AI, as a senior developer, might reduce dev...
Is it Worth Learning PHP in 2024 | Does PHP Have a Future in 2024 | What is PHP's Future in 2024
มุมมอง 1.4K3 หลายเดือนก่อน
About This Video : Is It Worth Learning PHP in 2024 About Me : Keith Smith - a Freelance PHP Programmer Turn PHP Developer Mentor. Subscribe to my newsletter to keep up with what is going on and to find out about any special offers : www.phpcoderusa.com/newsletter-subscription/ Visit my website : www.PHPCoderUSA.com/ Don't forget to Subscribe to This TH-cam Channel So You Do Not Miss Any Future...
How to Italicize and Emphasize Text In HTML | Learn HTML Part 7
มุมมอง 6310 หลายเดือนก่อน
How to Italicize and Emphasize Text In HTML | Learn HTML Part 7
How to Bold HTML Text Using The Bold and Strong HTML Tags | Learn HTML Part 6
มุมมอง 3910 หลายเดือนก่อน
How to Bold HTML Text Using The Bold and Strong HTML Tags | Learn HTML Part 6
How to Create HTML Paragraphs | Learn HTML Part 5
มุมมอง 60ปีที่แล้ว
How to Create HTML Paragraphs | Learn HTML Part 5
How to Create HTML Headings | Learn HTML Part 4
มุมมอง 62ปีที่แล้ว
How to Create HTML Headings | Learn HTML Part 4
How to Create HTML Comments | Learn HTML Part 3
มุมมอง 71ปีที่แล้ว
How to Create HTML Comments | Learn HTML Part 3
Learn HTML Elements | Learn HTML Front-End Programming | Part 2
มุมมอง 53ปีที่แล้ว
Learn HTML Elements | Learn HTML Front-End Programming | Part 2
Learn HTML | Introduction to HTML - Learn HTML Front-End Programming Part 1
มุมมอง 89ปีที่แล้ว
Learn HTML | Introduction to HTML - Learn HTML Front-End Programming Part 1
Visual Studio Code Tutorial for Beginners - Introduction Part Two
มุมมอง 74ปีที่แล้ว
Visual Studio Code Tutorial for Beginners - Introduction Part Two
Visual Studio Code Tutorial for Beginners Introduction Part One
มุมมอง 378ปีที่แล้ว
Visual Studio Code Tutorial for Beginners Introduction Part One
How to Install Visual Studio Code on Windows 10
มุมมอง 48ปีที่แล้ว
How to Install Visual Studio Code on Windows 10
How to Improve Your Programming Logic
มุมมอง 342ปีที่แล้ว
How to Improve Your Programming Logic
4 Reasons Why I Chose the Visual Studio Code Editor
มุมมอง 81ปีที่แล้ว
4 Reasons Why I Chose the Visual Studio Code Editor
How to Get a PHP Programming Job With No Experience | How to Start a Career in PHP
มุมมอง 2.3Kปีที่แล้ว
How to Get a PHP Programming Job With No Experience | How to Start a Career in PHP
How Much Does a PHP Developer Make in 2023
มุมมอง 418ปีที่แล้ว
How Much Does a PHP Developer Make in 2023
What Skills a PHP Developer should Have | Skills Required to Become a PHP Developer
มุมมอง 1.6Kปีที่แล้ว
What Skills a PHP Developer should Have | Skills Required to Become a PHP Developer