# HG changeset patch # User Pascal Bellard # Date 1612176219 0 # Node ID 9e7953989d7418e22c3f1bc63567153dabb5c32b # Parent f911834f9e63c4bc023e532f19f0125ceede8466 Virtual machines have moved diff -r f911834f9e63 -r 9e7953989d74 mirror/info/graphs.php --- a/mirror/info/graphs.php Fri Jan 15 08:07:41 2021 +0000 +++ b/mirror/info/graphs.php Mon Feb 01 10:43:39 2021 +0000 @@ -24,8 +24,6 @@ Community Doc Forum - Pro - Shop Bugs Hg Cook @@ -38,15 +36,14 @@
Codename:
-

- This is the SliTaz GNU/Linux main mirror. The server runs naturally SliTaz - (stable) in an UML virtual machine provided by - Allied Data Sys. (ADS).

+

This is the SliTaz GNU/Linux main mirror. The server runs naturally + SliTaz (stable) in a virtual machine provided by + balinor-technologies.

Mirror CPU is a = 1024) { x /= 1024; ". "n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ". "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ") - ?> - Located in France next to - Roubaix. This page has real time statistics provided by PHP + ?> - Located in France. + This page has real time statistics provided by PHP system(). Mirror is monitored by RRDtool which provides graphical stats.

diff -r f911834f9e63 -r 9e7953989d74 mirror/info/index.php --- a/mirror/info/index.php Fri Jan 15 08:07:41 2021 +0000 +++ b/mirror/info/index.php Mon Feb 01 10:43:39 2021 +0000 @@ -27,8 +27,6 @@ Community Doc Forum - Pro - Shop Bugs Hg Cook @@ -42,13 +40,13 @@
Codename:
-

This is the SliTaz GNU/Linux main mirror. - The server runs naturally SliTaz (stable) in an UML virtual - machine provided by - Allied Data Sys. (ADS).

+

+

This is the SliTaz GNU/Linux main mirror. The server runs naturally + SliTaz (stable) in a virtual machine provided by + balinor-technologies.

Mirror CPU is a 2) { x /= 2; y *= 2}; ". "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ") ?> - - Located in France next to Roubaix. + Located in France. This page has real time statistics provided by PHP system(). Mirror is also monitored by RRDtool which provides graphical stats.

diff -r f911834f9e63 -r 9e7953989d74 mirror/root/dir-generator.php --- a/mirror/root/dir-generator.php Fri Jan 15 08:07:41 2021 +0000 +++ b/mirror/root/dir-generator.php Mon Feb 01 10:43:39 2021 +0000 @@ -165,6 +165,7 @@ //$slitaz_style = (dirname($_SERVER["PHP_SELF"]) == '/'); //$slitaz_style = ($_SERVER["SERVER_NAME"] == "mirror1.slitaz.org"); $slitaz_style = preg_match("/mirror1\.slitaz\./", $_SERVER["SERVER_NAME"]); +if (!$slitaz_style) $slitaz_style = preg_match("/mirror\.slitaz\./", $_SERVER["SERVER_NAME"]); if ($slitaz_style) { // SliTaz Style @@ -208,8 +209,6 @@ Community Doc Forum - Pro - Shop Bugs Hg Cook @@ -225,10 +224,15 @@ if (preg_match("/mirror1\.slitaz\./", $_SERVER["SERVER_NAME"])) { ?>

This is the SliTaz GNU/Linux main mirror. The server runs naturally - SliTaz (stable) in an uml virtual machine provided by - ADS and is located in France.

+ SliTaz (stable) in a virtual machine provided by + balinor-technologies + and is located in France.

Mirror info...

+

This is a SliTaz GNU/Linux mirror. The server is synchronized regularly + with the Slitaz main mirror + @@ -498,7 +502,7 @@ // Print folder information foreach($folderlist as $folder) - print "" . + print "" . htmlentities($folder['name']) . "/" . "" . $folder['modtimeasc'] . "" . "-  \n"; @@ -584,7 +588,7 @@ Wikipedia ยท Flattr

- # diff -r f911834f9e63 -r 9e7953989d74 pangolin/web/graphs.php --- a/pangolin/web/graphs.php Fri Jan 15 08:07:41 2021 +0000 +++ b/pangolin/web/graphs.php Mon Feb 01 10:43:39 2021 +0000 @@ -35,6 +35,7 @@
@@ -54,11 +53,12 @@

This is the SliTaz GNU/Linux main server and build host. The server runs naturally SliTaz and provides some services - to all contributors. + to all contributors. The virtual machine provided by + balinor-technologies.

Pangolin CPU is a - = 1024) { x /= 1024; ". @@ -230,8 +230,17 @@ array( "flag" => "de", "http" => "http://ftp.uni-stuttgart.de/slitaz/", "ftp" => "ftp://ftp.uni-stuttgart.de/slitaz/"), + array( "flag" => "de", + "ftp" => "ftp://fb04272.mathematik.tu-darmstadt.de/pub/linux/distributions/slitaz/", + "ftp" => "ftp://linux.mathematik.tu-darmstadt.de/pub/linux/distributions/misc/slitaz/"), + array( "flag" => "pl", + "ftp" => "ftp://ftp.icm.edu.pl/vol/rzm5/linux-ibiblio/distributions/slitaz/"), array( "flag" => "au", "http" => "http://mirror.iprimus.com/slitaz/"), + array( "flag" => "fr", + "http" => "https://dl.aurorafoss.org/slitaz/"), + array( "flag" => "us", + "http" => "http://mirror.math.princeton.edu/pub/slitaz/"), array( "flag" => "us", "http" => "http://mirror.clarkson.edu/slitaz/", "rsync" => "rsync://mirror.clarkson.edu/slitaz/")) as $mirror) { @@ -240,8 +249,10 @@ foreach(array("http", "ftp", "rsync") as $proto) { if (!isset($mirror[$proto])) continue; $link = $mirror[$proto]; + $serveur = parse_url($link, PHP_URL_HOST); if (!test_url($link, $proto)) continue; - $serveur = parse_url($link, PHP_URL_HOST); + #if (!test_url($link, $proto)) $link2 = "".$link.""; + #else $link2 = $link; if ($head) echo << map diff -r f911834f9e63 -r 9e7953989d74 tank/web/graphs.php --- a/tank/web/graphs.php Fri Jan 15 08:07:41 2021 +0000 +++ b/tank/web/graphs.php Mon Feb 01 10:43:39 2021 +0000 @@ -20,7 +20,7 @@

[ Server ]Project servers

@@ -31,16 +31,17 @@ This is the SliTaz GNU/Linux main server and build host. The server runs naturally SliTaz and provides some services to all contributors such as: secure access, disk space, a - public directory or cron jobs. + public directory or cron jobs. The virtual machine provided by + balinor-technologies.

Tank CPU is a - = 1024) { x /= 1024; ". "n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ". - "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?> - Located in Gravelines, + "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?> - Located in Paris, France.

diff -r f911834f9e63 -r 9e7953989d74 tank/web/index.php --- a/tank/web/index.php Fri Jan 15 08:07:41 2021 +0000 +++ b/tank/web/index.php Mon Feb 01 10:43:39 2021 +0000 @@ -21,7 +21,7 @@

development.pngDevelopers Corner

@@ -41,16 +41,17 @@

This is the SliTaz GNU/Linux main server and build host. The server runs naturally SliTaz and provides some services - to all contributors. + to all contributors. The virtual machine provided by + balinor-technologies.

Tank CPU is a - = 1024) { x /= 1024; ". "n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ". - "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?> - Located in Gravelines, + "printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")?> - Located in Paris, France. Tank is also monitored by RRDtool which provides graphical stats.