A free lightweight Windows Apache MySQL and PHP Server Solution.
Uniform Server is a free lightweight WAMP server solution for Windows.
Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer.
No installation required! No registry dust! Just unpack and fire up!
-------
Note: The latest version of Uniform Server requires a **64-bit version** of Windows.
-------
This Operating System is specially for Raspberry Web Server Administration.
Note :
After Login, don't forget to put this command for usefull your fulldisk
sudo parted
(parted) print
(parted) resizepart
Partition number? 2
End? 100%
(parted) quit
sudo resize2fs
after finish
For editing Swap Memory size :
sudo nano /etc/dphys-swapfile
change :
CONF_SWAPSIZE=100
to :
CONF_SWAPSIZE=1000 (for 1Gb swap memory)
ctrl + x (for save)
sudo reboot
For make...