File Name: | Udemy – Self Web Hosting at Home in Ubuntu Linux |
Content Source: | https://www.udemy.com/course/self-web-hosting-at-home-in-ubuntu-linux/ |
Genre / Category: | Other Tutorials |
File Size : | 1.4 GB |
Publisher: | udemy |
Updated and Published: | January 19, 2025 |
This course is a step-by-step guide for hosting your own website both for beginners and intermediate users as well. By the end of the last section the student will be able to set up a basic web server in apache and set it to be accessed externally, outside their home network using the public IP address or a domain that they will register for free. For simplicity this course uses the Ubuntu desktop version to accomplish all the tasks. Behind the scenes, the desktop and server versions of the Ubuntu operating system uses the same kernel and so nothing changes except that the former has a GUI and the latter a command line interface. This will help beginners understand the concepts easily and make their learning curve smooth.
The student will learn how to transfer files from the development machine to the web server using FTP and File server applications. FileZilla and VSFTPD are FTP applications of choice used in this course. At the same time the samba file server is also used to implement file transfer. More so, you will be able to use the file server as your own custom implementation of Google drive, Microsoft OneDrive or Dropbox.
Implementation of programming logic to the web server is also discussed in-depth and students will practically learn how to add PHP and WSGI modules so that they can be processed by the web server to run python and PHP scripts. Students will see how to set up a flask framework in Python as well. All these concepts are well explained, and the student is guided on what to do in every step; and enabled to use their favorite scripting language to run their web application.
Database concepts are also discussed in depth. The student will set up MySQL and PostgreSQL database servers and install the web admin interfaces as well, such as phpMyAdmin and phpPgAdmin for MySQL and PostgreSQL respectively.
Students will also practically see how to do remote administration of their server using SSH and RDP. The SSH will connect via the command line in terminal and RDP using windows remote desktop.
The course ends with a discussion and practical examples on data backup. Students shall see how to perform system backup and regular file backup and how to restore in the case of data loss.