slitaz-forge diff mirror/info/index.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 d847e4ce49b9
children cfad9fa3f53c
line diff
     1.1 --- a/mirror/info/index.php	Sun Oct 27 09:46:36 2019 +0200
     1.2 +++ b/mirror/info/index.php	Mon Feb 01 10:43:39 2021 +0000
     1.3 @@ -27,8 +27,6 @@
     1.4  		<a href="http://scn.slitaz.org/">Community</a>
     1.5  		<a href="http://doc.slitaz.org/">Doc</a>
     1.6  		<a href="http://forum.slitaz.org/">Forum</a>
     1.7 -		<a href="http://pro.slitaz.org/">Pro</a>
     1.8 -		<a href="http://slitaz.spreadshirt.net/">Shop</a>
     1.9  		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.10  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    1.11  		<a href="http://cook.slitaz.org/">Cook</a>
    1.12 @@ -42,13 +40,13 @@
    1.13  	<!-- Top block begin -->
    1.14  	<div class="block_info">
    1.15  		<header>Codename: <?php echo $host; ?></header>
    1.16 -		<p>This is the SliTaz GNU/Linux main mirror.
    1.17 -			The server runs naturally SliTaz (stable) in an UML virtual
    1.18 -			machine provided by
    1.19 -			<a href="http://www.ads-lu.com/">Allied Data Sys. (ADS)</a>.</p>
    1.20 +		</p>
    1.21 +			<p>This is the SliTaz GNU/Linux main mirror. The server runs naturally 
    1.22 +			SliTaz (stable) in a virtual machine provided by 
    1.23 +			<a href="https://www.linkedin.com/company/balinor-technologies/">balinor-technologies</a>.</p>
    1.24  		<p>Mirror CPU is a <?php
    1.25  system("( sed '/cpuinfo=/!d;" .
    1.26 -	"s/.*cpuinfo=\\([^ ]*\).*/: \\1/;s/_/ /g' /proc/cmdline ; grep '^model name' /proc/cpuinfo) | sed -e 's/.*Intel(R) //;" .
    1.27 +	"s/.*cpuinfo=\\([^ ]*\).*/: \\1/;s/_/ /g' /proc/cmdline ; grep '^model name' /etc/cpuinfo) | sed -e 's/.*Intel(R) //;" .
    1.28  	"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //;q' |" .
    1.29  	" awk '{ s=$0; n++ } END { if (n == 2) printf \"dual \";" .
    1.30  	"if (n == 4) printf \"quad \"; print s }' ")
    1.31 @@ -57,7 +55,7 @@
    1.32  	"n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ".
    1.33  	"printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")
    1.34  		?> -
    1.35 -		Located in France next to Roubaix.
    1.36 +		Located in France.
    1.37  		This page has real time statistics provided by PHP <code>system()</code>.
    1.38  		Mirror is also monitored by RRDtool which provides <a href="graphs.php">graphical stats</a>.</p>
    1.39  	<!-- Top block end -->