Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:raid [2023/07/03 00:10] – darron | tools:raid [2023/07/03 00:11] (current) – [Post install] darron | ||
---|---|---|---|
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 | ||
</ | </ | ||