slitaz-forge diff pangolin/web/graphs.php @ rev 714

Virtual machines have moved
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 01 10:43:39 2021 +0000 (2021-02-01)
parents 5091de3dc58d
children cfad9fa3f53c
line diff
     1.1 --- a/pangolin/web/graphs.php	Wed Jan 01 13:42:50 2020 +0100
     1.2 +++ b/pangolin/web/graphs.php	Mon Feb 01 10:43:39 2021 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4  		<ul>
     1.5  			<li><a href="http://www.slitaz.org/en/devel/">Website devel</a></li>
     1.6  			<li><a href="http://scn.slitaz.org/">Community</a></li>
     1.7 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
     1.8  			<li><a href="http://hg.slitaz.org/">Mercurial Repos</a></li>
     1.9  			<li><a href="http://cook.slitaz.org/">Build Bot</a></li>
    1.10  			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
    1.11 @@ -48,11 +49,12 @@
    1.12  			This is the SliTaz GNU/Linux main server and build host. 
    1.13  			The server runs naturally SliTaz and provides some services
    1.14  			to all contributors such as: secure access, disk space, a 
    1.15 -			public directory or cron jobs.
    1.16 +			public directory or cron jobs. The virtual machine provided by 
    1.17 +			<a href="https://www.linkedin.com/company/balinor-technologies/">balinor-technologies</a>.
    1.18  		</p>
    1.19  		<p>
    1.20  			Pangolin CPU is a <?php system("sed -e '/^model name/!d;s/.*Intel(R) //;" .
    1.21 -			"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //' </proc/cpuinfo |" .
    1.22 +			"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //' </etc/cpuinfo |" .
    1.23  			" awk '{ s=$0; n++ } END { if (n == 2) printf \"dual \";" .
    1.24  			"if (n == 4) printf \"quad \"; print s }' ")?> -
    1.25  			<?php system("free | awk '/Mem:/ { x=2*$2-1; while (x >= 1024) { x /= 1024; ".