Posts

Showing posts from May, 2021

How to install and un-install xampp on ubuntu

Image
 https://drive.google.com/file/d/1GMSwMXmNARFSIQuFc9Ho-4CnjBiHnCth/view?usp=sharing Installing XAMPP on Ubuntu 20.04 Please follow the following steps in order to download, install and configure XAMPP on your system: Step 1: Download the installation package The first step is to download the XAMPP package for Linux from the official Apache Friends website: https://www.apachefriends.org/index.html Click on the XAMPP for Linux option after which you will be prompted to Run the package or Save it to your system. We recommend downloading the package by clicking the Save File option. After which, your downloaded file will be saved to the Downloads folder by default. Step 2: Make the installation package executable We will install the package through the Ubuntu command line, The Terminal. In order to open the Terminal, either use the Dash or the Ctrl+Alt+T shortcut. After the Terminal is open, you need to move to your Downloads folder to access the file. Move to the Down

Network-WeatherMap with LibreNMS

Image
  Network-WeatherMap with LibreNMS Integrating LibreNMS with Network-Weathermap, allows you to build network maps to help visulaize network traffic flow rates.   Link   to Network-Wearthermap Official Website Prerequisites Network-WeatherMap requires php pear to work. Installing Network-WeatherMap Step 1 Extract to your LibreNMS plugins directory   /opt/librenms/html/plugins   so you should see something like   /opt/librenms/html/plugins/Weathermap/   The best way to do this is via git. Go to your install directory and then   /opt/librenms/html/plugins   Enter:   git clone https://github.com/librenms-plugins/Weathermap.git Step 2 Inside the html/plugins directory, change the ownership of the Weathermap directory by typing   chown -R librenms:librenms Weathermap/   Make the configs directory writeable   chmod 775 /opt/librenms/html/plugins/Weathermap/configs   Note if you are using SELinux you need to input the following command   chcon -R -t httpd_cache_t Weathermap/ Step 3 Enable the