Just added legacy.labhub.eu.org to the list of mirrors in ishare2. You should be able to choose it by issuing the command:
> Choose legacy when asked to choose a mirror (option 3)
Example: https://t.me/labhub_chat/5121
ishare2 config
> Choose legacy when asked to choose a mirror (option 3)
Example: https://t.me/labhub_chat/5121
❤1
All mirrors are back online.
Please reinstall ishare2 if needed and choose the autorotate option.
Will fix ishare2 soon
Please reinstall ishare2 if needed and choose the autorotate option.
Will fix ishare2 soon
👍11❤2
You might start hitting quota limits. Please be patient while I launch a new mirror
Also, shout-out to our friend Ram for providing storage for a whole year! He's a hero to the community!
It has come to an end (due to external issues out of our control) but we're grateful for his service last year!
It has come to an end (due to external issues out of our control) but we're grateful for his service last year!
❤17🔥6👏3🤝1
I'm getting some more storage. Hopefully will be able to come up with 3 independent mirrors
❤2👍1🏆1
LabHub & ishare2 Updates ️
You might start hitting quota limits. Please be patient while I launch a new mirror
New mirror:
https://drive.labhub.eu.org/1:/
https://labhub.eu.org/1:/
You will literally see no difference between them, they're the same files but quota will be less exhausted on the new mirror.
I'll get two more soon, meaning we'll soon have:
https://drive.labhub.eu.org/2:/ & https://drive.labhub.eu.org/3:/
(Coming soon)
https://drive.labhub.eu.org/1:/
https://labhub.eu.org/1:/
You will literally see no difference between them, they're the same files but quota will be less exhausted on the new mirror.
I'll get two more soon, meaning we'll soon have:
https://drive.labhub.eu.org/2:/ & https://drive.labhub.eu.org/3:/
(Coming soon)
❤3
With 4 mirrors we'll hopefully have enough bandwidth to get around quota limits. We'll see. ishare2 will need to be reworked to work with this new system.
Currently we have no checks for http status and you get whatever HTML is returned on an error status code.
We'll drop support for the ishare2 bash version that is really broken at this point and will become more complex to manage than it already is. I might make a final release just to keep a good legacy version around.
Currently we have no checks for http status and you get whatever HTML is returned on an error status code.
We'll drop support for the ishare2 bash version that is really broken at this point and will become more complex to manage than it already is. I might make a final release just to keep a good legacy version around.
👍2
LabHub & ishare2 Updates ️
How likely would you be to contribute to a crowdfunding campaign for our $100/year storage costs? (OneDrive)
Also, I didn't follow up on that because I might've hallucinated the $100 Onedrive plan. I never saw it again lol
However, I've been able to get $50 shared drives that we'll use to make the mirrors. So far I've bought two packages for the mirrors, so I basically got a similar deal with more storage for mirrors. (14 TB)
Now the only problem is quota limits. I used to get around them with service accounts, that used to be enough but nowadays that's not working. I'll do more research to solve it but if you have any information on how to get around Google Drive quota limits, please let me know.
However, I've been able to get $50 shared drives that we'll use to make the mirrors. So far I've bought two packages for the mirrors, so I basically got a similar deal with more storage for mirrors. (14 TB)
Now the only problem is quota limits. I used to get around them with service accounts, that used to be enough but nowadays that's not working. I'll do more research to solve it but if you have any information on how to get around Google Drive quota limits, please let me know.
The main storage powering drive.labhub.eu.org has been generously sponsored by KaliNet since 2023. It's been around 34 months, that's an equivalent contribution of $408 USD + the original images he has created.
If you appreciate this project, please consider supporting him: subscribe to his😉 YouTube channel, follow him on social media🌐 KaliNet, go say thanks on 💬 Telegram !
Check out their courses if you are a Spanish speaker.
Huge thanks to KaliNet for making this possible!
If you appreciate this project, please consider supporting him: subscribe to his
Check out their courses if you are a Spanish speaker.
Huge thanks to KaliNet for making this possible!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍10❤8🥰4
Hi all,
Apparently there is an ongoing issue with PNETLab's online mode. Even though THIS IS NOT an emulator specific tool or channel, I know that a lot of users are on PNETLab.
Running this command might fix your issue:
Just put it on bash through ssh
Apparently there is an ongoing issue with PNETLab's online mode. Even though THIS IS NOT an emulator specific tool or channel, I know that a lot of users are on PNETLab.
Running this command might fix your issue:
mode reset offline
Just put it on bash through ssh
❤1
⚠️ Proceed with caution
The following might work too but I haven't tested it.
This will enable offline mode and disable 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):
Let me know if it works or if you have any issues. This assumes you're using the default database password.
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 👀
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
LabHub & ishare2 Updates ️
New mirror: https://drive.labhub.eu.org/1:/ https://labhub.eu.org/1:/ You will literally see no difference between them, they're the same files but quota will be less exhausted on the new mirror. I'll get two more soon, meaning we'll soon have: https://d…
I see people still saying ishare2 doesn't work, just a reminder that it's normal. I haven't added the new indexes yet.
❤2
sudoalex_decode_h1ogJ.zip
5.6 KB
(disregard if you don't know what this is, it's meant for devs)
❤1⚡1
LabHub & ishare2 Updates ️
I see people still saying ishare2 doesn't work, just a reminder that it's normal. I haven't added the new indexes yet.
I've purposely not done this until we have more mirrors btw
(A few more days)
(A few more days)
👍4
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.)
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
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
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
https://alist.labhub.eu.org/LabHub
❤7