Author: Danilo

Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

Working on MySQL Server on Debian 11 is a practical guide that shows basic database administration tasks after installing the MySQL service. In this article, we will demonstrate how to access the MySQL command line, create a database, create tables, and insert sample data. Before anything, I would like to share some articles that we have written: — Installing Linux Debian 11:https://dpcvirtualtips.com/installing-linux-debian-11/ — Installing MySQL Server on Debian 11:https://dpcvirtualtips.com/installing-mysql-db-on-debian-11/ First and Foremost, How can I access the MySQL Server? In this case, for instance, we are considering you already installed the MySQL server in your OS.So, access the MySQL server…

Read More

Installing MySQL DB on Debian 11 is an article that shows how to install the DB MySQL on Linux Debian 11 step-by-step. First and foremost, we have written an article explaining how to install the Debian 11 in a lab environment. If you want to check it, please visit the below link:https://dpcvirtualtips.com/installing-linux-debian-11/ Downloading and Installing the MySQL Debian Repository First, we must download the MySQL repository file and install it on our Debian 11 OS: After downloading the file “mysql-apt-config_0.8.20-1_all.deb”, we need to install it: Installing the MySQL Server on Debian 11 We will install the MySQL Server package on…

Read More

Installing Apache with PHP on Debian 11 is an article that shows all the necessary steps to install the web browser Apache with PHP support on Debian 11. Apache is one of the most common web servers around the world. It can be used to provide access to a website, a web application, or something like that. Our aim here is just to show all the necessary steps to install this web server. First and foremost, we have written an article explaining how to install the Linux Debian 11 in a lab environment. If you want to know more about…

Read More

Installing Linux Debian 11 is an article that shows how to install the Linux Debian 11 step-by-step. First and Foremost, Where Can I download the Debian 11 installation file? For this article, we are using the Debian 11.0.0 x64 version. You can download the installation file at the following link: About Our Environment So, we are installing the Linux Debian 11 in a lab environment. We are using a nested virtual environment and the following steps were made using the vSphere Client interface. However, you can use your preferred platform to install this OS. Our aim here is to provide…

Read More

Implementing NSX Micro-Segmentation is an article that explains how VMware NSX Distributed Firewall can be used to protect workloads through advanced traffic filtering. In this example, we will explore how to apply micro-segmentation rules to control communication between virtual machines inside the same network segment. First and Foremost, Do you talk about distributed firewalls? What is this and how does it work? DFW is the acronym for Distributed Firewall or Distributed Firewalling. With this resource, all Host Transport Nodes (ESXi hosts) have your firewall modules locally implementing the firewall. Because of that, we called it a Distributed Firewall. So, in…

Read More

Accessing an RDP Server Pool Through the NSX ALB is an article that shows how to load balance user access to an RDP Server Pool using the NSX Advanced Load Balancer solution. First and Foremost, Did you know what is the NSX Advanced Load Balancer (ALB)? Welcome to the VMware NSX Advanced Load Balancer (formerly known as Avi Networks). The NSX Advanced Load Balancer makes it easy to apply load balancing, web application firewall, and container ingress to any application in any data center and cloud. If you would want to know more details about the NSX ALB, I highly recommend you to access…

Read More