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”

ENABLE OUTSIDE ACCESS TO INTERNAL DEVICES – Mikrotik

Let’s say you have a DVR that has a static IP of 192.168.1.200 and you need to forward port 7000 so that you can connect to it remotely. This article will give you step by step instructions to set up the port forwarding. How to port forward? 1. Once logged in, go to IP > FirewallContinue reading “ENABLE OUTSIDE ACCESS TO INTERNAL DEVICES – Mikrotik”

Unable to connect to remote asterisk on doing asterisk -r

I had installed asterisk 11.8 and create the a dialplan and tested it one week earlier ,it worked fine i was able to run asterisk -r and all my database transactions worked fine But after one week ,now i am not able to switch to asterisk cli by asterisk -r it says Unable to connectContinue reading “Unable to connect to remote asterisk on doing asterisk -r”

Install OPEN VPN in Pfsense

First Install the OpenVPN Client Export Utility Package 1) Goto System —> Packages 2) Choose “Available Packages Tab” 3) Locate the OpenVPN Client Export Utlity Package and install it by pressing the “+” on the right Setup your Certs 1) Goto System —> Cert Manager 2) Goto CA Tab and create a CA by pressingContinue reading “Install OPEN VPN in Pfsense”

Quick Snort Setup Instructions for New Users

Here are the steps for a very quick and easy initial setup of the Snort package on pfSense for new users 1.  Go to the Available Packages tab under the System menu and install the snort package. 2.  When the installation completes, click on Snort under the Services menu.  This will open the Snort main setup page. 3.  Click the Global Settings tab and perform the following:Continue reading “Quick Snort Setup Instructions for New Users”