Ubuntu 22.04 phpmyadmin & LAMP Steps

Open your sources.list file using your favorite text editor, e.g. sudo nano /etc/apt/sources.listLocate the text http://us.archive.ubuntu.com/ubuntu and replace it with http://archive.ubuntu.com/ubuntu. sudo apt updatesudo apt upgradesudo apt install apache2 sudo ufw app list “OutputAvailable applications:ApacheApache FullApache SecureOpenSSH” sudo ufw status Should be inactive sudo apt install mysql-serversudo apt install php libapache2-mod-php php-mysql php -v sudoContinue reading “Ubuntu 22.04 phpmyadmin & LAMP Steps”

Configuring virtual network interfaces in Linux

Configuring virtual network interfaces in Linux 1. Introduction Did you know that you can assign more that one IP address to a single physical network interface? This technique is quite useful, for example when working with Apache and virtual hosts, as it allows you to access same Apache server by using two different IP addresses. 2. TemporaryContinue reading “Configuring virtual network interfaces in Linux”

Connecting two Asterisk PBX servers using an IAX2 trunk

Connecting two Asterisk PBX servers using an IAX2 trunk IAX is the Inter-Asterisk eXchange protocol for Asterisk PBX. IAX2 is version 2 of the protocol. Version 1 (one) is no longer used. IAX2 has some advantages over SIP in that only one network port is opened for communications. SIP uses two ports: SIP and RTP.Continue reading “Connecting two Asterisk PBX servers using an IAX2 trunk”