Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:raid [2023/07/03 00:10] darrontools:raid [2023/07/03 00:11] (current) – [Post install] darron
Line 116: Line 116:
  
 <code> <code>
-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 /usr/bin/vim.basic update-alternatives --set editor /usr/bin/vim.basic
-</code> 
- 
-==Services== 
- 
-Web. 
- 
-<code> 
-apt-get install apache2 php-cli php-mysql default-mysql-client php-sqlite3 sqlite3 
-</code> 
- 
-SQL server (mariadb) 
- 
-<code> 
-apt-get install default-mysql-server 
-</code> 
- 
-==Development== 
- 
-Programming tools for fetching and building code from repositories. 
- 
-<code> 
-apt-get install tcsh bc build-essential git mercurial 
 </code> </code>