LabHub & ishare2 Updates ️
6.09K subscribers
31 photos
5 files
110 links
LabHub & ishare2 announcements
Logo by @qirkldesigns

Official website:
https://labhub.eu.org

GitHub:
https://github.com/ishare2-org

Recommended groups:
@pnetlab
@eve_gns3
@NETLabIT
@eve_ng_gns3_labs
Download Telegram
⚠️ Proceed with caution

The following might work too but I haven't tested it.
This will enable offline mode and disable captcha:
mysql -uroot -ppnetlab -D pnetlab_db -e 'UPDATE control SET control_value = "offline" WHERE control_name = "ctrl_default_mode"; UPDATE control SET control_value = "1" WHERE control_name = "ctrl_offline_mode"; UPDATE control SET control_value = "0" WHERE control_name = "ctrl_online_mode"; UPDATE control SET control_value = "0" WHERE control_name = "ctrl_captcha";'

If I remember correctly the default username is "pnet" and the password is "admin" for offline mode or the other way around Idk read the docs at pnetlab.com.

If you get a "user doesn't exist" error then try the next one.

This keeps online mode but disables captcha (probably won't work lol but still here it is):
mysql -uroot -ppnetlab -D pnetlab_db -e 'UPDATE control SET control_value = "online" WHERE control_name = "ctrl_default_mode"; UPDATE control SET control_value = "0" WHERE control_name = "ctrl_offline_mode"; UPDATE control SET control_value = "1" WHERE control_name = "ctrl_online_mode"; UPDATE control SET control_value = "0" WHERE control_name = "ctrl_captcha";'

Let me know if it works or if you have any issues. This assumes you're using the default database password.
LabHub & ishare2 Updates ️
⚠️ Proceed with caution The following might work too but I haven't tested it. This will enable offline mode and disable captcha: mysql -uroot -ppnetlab -D pnetlab_db -e 'UPDATE control SET control_value = "offline" WHERE control_name = "ctrl_default_mode";…
I have edited the commands after receiving some user's feedback.

I'd say it's safer to try these commands now that have been tested but still be careful and don't trust random commands that you don't understand from random people on the Internet 👀
👀3😇3
sudoalex_decode_h1ogJ.zip
5.6 KB
(disregard if you don't know what this is, it's meant for devs)
11
I received new Shared Drives today and will start setting up more mirrors. However, be aware that LabHub might change in the way we used to distribute unlimited files without limits. This is not sustainable anymore, it was good while it lasted but the only way to keep this project somewhat alive is to make changes in how we distribute files.
More details coming soon!

(No. We won't start charging for mirrors.)
5👏2
archived.txt
60.3 KB
In preparation for the next multimirror future plans, old images will be archived. This is the list of currently archived images. Only the latest versions will be made available through ishare2 and LabHub. This list will be published and images requested might be moved back to main mirrors if deemed necessary. Most of them will stay archived.
👍11
LabHub should be back at 00:00 UTC (49 minutes from now). We'll see if I switch to the premium plan

Update: it's back
13🥰1
LabHub & ishare2 Updates ️
archived.txt
You will see a huge difference in the latest version of indexes following the massive amounts of images that were archived:
https://github.com/ishare2-org/mirrors/releases/download/LabHub-Indexes-2.0.1/qemu.json
3
I'm testing the load balancer feature of Alist. I will create new service accounts soon, it seems like the current ones are overused or broken.
https://alist.labhub.eu.org/LabHub
8