Linux/PhpSysInfo: Difference between revisions
Appearance
< Linux
Die Seite wurde neu angelegt: „Category:Linux/Webservices Category:Linux“ |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Installation == | |||
* apt install phpsysinfo | |||
** just for dependencies | |||
* git clone https://github.com/phpsysinfo/phpsysinfo.git | |||
== phpsysinfo.ini == | |||
<pre> | |||
SHOW_PICKLIST_LANG=false | |||
SHOW_PICKLIST_TEMPLATE=false | |||
LOAD_BAR=true | |||
HIDE_FS_TYPES="tmpfs,devtmpfs" | |||
</pre> | |||
[[Category:Linux/Webservices]] | [[Category:Linux/Webservices]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Latest revision as of 14:25, 1 April 2017
Installation
- apt install phpsysinfo
- just for dependencies
- git clone https://github.com/phpsysinfo/phpsysinfo.git
phpsysinfo.ini
SHOW_PICKLIST_LANG=false SHOW_PICKLIST_TEMPLATE=false LOAD_BAR=true HIDE_FS_TYPES="tmpfs,devtmpfs"