Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:raid [2023/07/03 00:09] – external edit 127.0.0.1 | tools:raid [2023/07/03 00:11] (current) – [Post install] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====Linux | + | ====Linux |
This setup installs Debian Buster on twin drives (which do not need to be identical) in RAID 1 mirror mode. | This setup installs Debian Buster on twin drives (which do not need to be identical) in RAID 1 mirror mode. | ||
Line 116: | Line 116: | ||
< | < | ||
- | apt-get install apt-file smartmontools sudo vim | + | apt-get install apt-file smartmontools sudo vim tcsh bc build-essential git mercurial |
apt-file update | apt-file update | ||
update-alternatives --set editor / | update-alternatives --set editor / | ||
- | </ | ||
- | |||
- | ==Services== | ||
- | |||
- | Web. | ||
- | |||
- | < | ||
- | apt-get install apache2 php-cli php-mysql default-mysql-client php-sqlite3 sqlite3 | ||
- | </ | ||
- | |||
- | SQL server (mariadb) | ||
- | |||
- | < | ||
- | apt-get install default-mysql-server | ||
- | </ | ||
- | |||
- | ==Development== | ||
- | |||
- | Programming tools for fetching and building code from repositories. | ||
- | |||
- | < | ||
- | apt-get install tcsh bc build-essential git mercurial | ||
</ | </ | ||