> For the complete documentation index, see [llms.txt](https://notlar.ogulcanozugenc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notlar.ogulcanozugenc.com/yapilacaklar/sunucu.md).

# Sunucu

## Genel

* Redis
* Memcached
* Varnish HTTPS

## CentOS 7

* Backup & Restore CentOS 7
* CentOS Auto .tar and Upload to Cloud?

Vesta Control Panel'i yeni bir sunucuya aşağıdaki komutla kurma;

```bash
# Connect to your server as root via SSH
ssh root@your.server
# Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
# Run it
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named no --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname hostname-buraya --email e-posta-buraya --password sifre-buraya
```
