Install phpSysInfo on Debian/Ubuntu
i12bretro
#phpSysInfo #Linux #InstallGuide
Full steps can be found at https://i12bretro.github.io/tutorials/0275.html
01. Log into the Debian/Ubuntu device 02. Run the following commands in a terminal: # update repositories and install any available software updates sudo apt update sudo apt upgrade
install Apache HTTPD
sudo apt install apache2
install PHP components
sudo apt install php7.3 php7.3-xml
download phpSysInfo
wget https://github.com/phpsysinfo/phpsysinfo/archive/v3.3.2.zip
extract v3.3.2.zip
sudo unzip v3.3.2.zip -d /var/www/html
rename the extracted folder
sudo mv /var/www/html/phpsysinfo-3.3.2 /var/www/html/phpsysinfo
make a copy of phpsysinfo.ini
sudo cp /var/www/html/phpsysinfo/phpsysinfo.ini.new /var/www/html/phpsysinfo/phpsysinfo.ini
set the owner of the new phpsysinfo directory to www-data
sudo chown -R www-data:www-data /var/www/html/phpsysinfo sudo systemctl restart apache2 03. Open a web browser and navigate to http://DNSorIP/phpsysinfo Source: https://github.com/phpsysinfo/phpsysinfo/releases/latest
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=O9tTOBULvQk
12982456 Bytes