This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb11:pluto [2022/09/22 22:03] – [Installation] Bernard Condrau | deb11:pluto [2026/08/21 13:39] (current) – [Pluto] Bernard Condrau | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * I originally switched my VPS from a provider in Thailand to a VPS provided by [[https:// | * I originally switched my VPS from a provider in Thailand to a VPS provided by [[https:// | ||
| * I switched 27< | * I switched 27< | ||
| + | * Read [[deb11: | ||
| + | |||
| ===== VPS specification ===== | ===== VPS specification ===== | ||
| Line 17: | Line 19: | ||
| * [[deb9: | * [[deb9: | ||
| - | ===== Apache 2.4 & PHP 8.1 with SSL ===== | + | ===== Pluto ===== |
| - | * Install Apache< | + | * [[deb11:apache|Apache 2.4 & PHP 7/8]] |
| - | $ sudo apt install apache2</ | + | * [[deb11: |
| - | * Install PHP - [[https:// | + | |
| - | $ sudo sh -c 'echo "deb https:// | + | |
| - | $ wget -qO - https:// | + | |
| - | $ sudo apt update | + | |
| - | $ sudo apt install php8.1 php8.1-mysql php8.1-sqlite3 | + | |
| - | </ | + | |
| - | * Enable required modules< | + | |
| - | $ sudo a2enmod ssl</ | + | |
| - | * Setup your virtual hosts | + | |
| - | * Create sub folders in ''/ | + | |
| - | * Install | + | |
| - | + | ||
| - | ===== ProFTP Server ===== | + | |
| * Install [[deb720: | * Install [[deb720: | ||
| - | |||
| - | ===== BackupPC ===== | ||
| * Setup [[deb10: | * Setup [[deb10: | ||
| + | * Install [[deb13: | ||
| - | ===== Crontab ===== | ||
| - | * Root< | ||
| - | 35 3 * * 6 certbot renew && / | ||
| - | ===== Other apps ===== | ||
| - | ==== Install ==== | ||
| - | * < | ||
| - | $ sudo apt install vim | ||
| - | $ sudo apt install zip | ||
| - | $ sudo apt install rename | ||
| - | $ sudo apt install rsync</ | ||
| - | |||
| - | ==== Config ==== | ||
| - | * Change visudo editor< | ||