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”
Author Archives: burhanhd
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”
Add Static Route in Asterisk
~]# ip route add 192.0.2.1 via 10.0.0.1 [dev ifname] Update the route in /etc/rc.d/rc.local route add -net 80.184.248.36 netmask 255.255.255.252 gw 10.28.1.41
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”
pfSense 2.0 – Limit Download & Upload bandwidth per IP
How to multi public WAN IP’s with PFSense
How do I format a usb drive on a PC
Assuming Vista or 7 (think this works on XP, but I’m not sure) and that the disk is not showing up under My Computer at all: Connect your usb disk. Run cmd as an Administrator. Run diskpart.exe. Use ? if you need help in this program. list disk Find the disk that corresponds to yourContinue reading “How do I format a usb drive on a PC”
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”