slitaz-forge diff tank/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 8176f5915c1e
children cfad9fa3f53c
line diff
     1.1 --- a/tank/web/graphs.php	Sat Sep 19 16:15:43 2015 +0200
     1.2 +++ b/tank/web/graphs.php	Mon Feb 01 10:43:39 2021 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	<div id="block_nav">
     1.5  		<h4><img src="images/server.png" alt="[ Server ]" />Project servers</h4>
     1.6  		<ul>
     1.7 -			<li><a href="http://mirror.slitaz.org/">Mirror server</a></li>
     1.8 +			<li><a href="http://mirror1.slitaz.org/">Mirror server</a></li>
     1.9  			<li><a href="http://pangolin.slitaz.org/">Pangolin server</a></li>
    1.10  		</ul>
    1.11  	</div>
    1.12 @@ -31,16 +31,17 @@
    1.13  			This is the SliTaz GNU/Linux main server and build host. 
    1.14  			The server runs naturally SliTaz and provides some services
    1.15  			to all contributors such as: secure access, disk space, a 
    1.16 -			public directory or cron jobs.
    1.17 +			public directory or cron jobs. The virtual machine provided by 
    1.18 +			<a href="https://www.linkedin.com/company/balinor-technologies/">balinor-technologies</a>.
    1.19  		</p>
    1.20  		<p>
    1.21  			Tank CPU is a <?php system("sed -e '/^model name/!d;s/.*Intel(R) //;" .         
    1.22 -			"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //' </proc/cpuinfo |" .
    1.23 +			"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //' </etc/cpuinfo |" .
    1.24  			" awk '{ s=$0; n++ } END { if (n == 2) printf \"dual \";" .
    1.25  			"if (n == 4) printf \"quad \"; print s }' ")?> -
    1.26  			<?php system("free | awk '/Mem:/ { x=2*$2-1; while (x >= 1024) { x /= 1024; ".
    1.27  			"n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ".
    1.28 -			"printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?>  - Located in Gravelines,
    1.29 +			"printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?>  - Located in Paris,
    1.30  			France.
    1.31  		</p>
    1.32  	</div>