Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Fully Managed MySQL, PostgreSQL, and SQL Server
Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Legacy Edition 2020, based on Edition 5 (2014) - DISCONTINUED!
After 13 years the "NAV/SQL Performance Field Guide" is finally out of print.
The last print edtion was published in 2014.
This "Legacy Edition" was/is not updated, thus to nowadays reality it is incomplete, outdated and partly wrong. Products have changed, so have Best-Practices.
Nonetheless, I can provide this booklet now for free!
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 server Boot :
wget zram.sh https://sourceforge.net/projects/raspbian-9-webserver/files/zram.sh
sudo chmod +x zram.sh
sudo ....