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 speed...