Debian 11 Server Get Started Guide: PHP & MySQL | Manage Services & Ports



Debian 11 Server Get Started Guide: PHP & MySQL | Manage Services & Ports

Debian 11 Server Get Started Guide: PHP & MySQL | Manage Services & Ports

In this video, I’ll show you how to install Debian 11 server(also as a virtual machine on virtualbox).

You’ll learn to install apache web server on debian 11 server & OpenSSH server for remote access.
and some extra utilities like php, MySQL, php-mysql extension, etc.

You’ll also learn to manage listening ports and managing services or server daemons

This is a quick beginners guide to linux servers.

————————
————————

Step1)
00:00 – Get a virtualization product
(virtualbox, vmware, kvm,etc)

Step2)
00:10 – Download Debian 11 netinstaller official iso file

Step3)
00:20 – Create a new virtual machine
minimal settings {
RAM: 1GB
CPU: 1
GPU: 128MB (runlevel 7)
}

Step4)
00:50 – Run the setup & configure settings

Step5)
02:00 – Install & Setup Mysql/MariaDB and php

**********command used as root**********

# kernel version and os-release
uname -v

# install php
apt install php

# 02:20 – install database server
apt install default-mysql-server

# managing database
mysql -u root -p

# install mysql extension for php
apt install php-mysql

# restart apache2 service or daemon
systemctl restart apache2

# list listening ports
ss -tupln

————————
————————

📃Watch related playlists and videos
✅ https://youtube.com/playlist?list=PLi3yjaIfQoXgpnjVu0lKZIYFJa4dmG0LO

Enjoy the video? Click here! https://www.youtube.com/channel/UC66Fwhi8CJsnGlucAOCYMDA
Don’t forget to rate either!
Also feel free to comment how I should improve!

get started in hacking for free:-
tryhackme – https://tryhackme.com/
hackthebox – https://academy.hackthebox.com/
pentesterlabs – https://pentesterlab.com/
hacker101 – https://www.hacker101.com/

cybersecurity
ethical hacking
linux
how to install debian 11
debian 11
debian 10
debian 10 vs debian 11
debian 11 install guide
install kde plasma in debian 11
install xfce in debian 11
install mate desktop in debian 11
debian 11 tutorial
install debian 11 in vmware workstation
vmware workstation
debian 11 tweaks
debian 11 on virtualbox
how to
server on debian 11
install mysql
install php
install apache
open source
debian 11 long term review
debian 11 vs arch linux
debian vs arch
install ssh
ssh
terminal
open source
linux commands
debian server

#Server #Debian #xampp

background music credits:-

Art of silence by uniq
https://soundcloud.com/uniqofficial/
Attribution 4.0 International (CC BY 4.0)
https://creativecommons.org/licenses/by/4.0/
Music promoted by https://www.chosic.com/free-music/all/

Comments are closed.