LabHub & ishare2 Updates ️
6.08K 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
LabHub & ishare2 Updates ️
Since a lot of people were having the issue described here, I decided to automatically implement this fix. ishare2 will automatically comment out the official PNETLab repo and add LabHub's mirror in case of failure as a fallback. Hopefully this will make things…
Today, I realized the automated fix never triggered because ishare2 was exiting right after an installation error. Thanks to someone testing in PNetLab's group, this issue was resolved and will hopefully be easier for ishare2 to auto troubleshoot.
👍3
PSA: Important Notice for PNetLab Users

🚨 Attention: Avoid using the outdated OVA file available on PNetLab's website, as it may lead to complications in the future. Instead, we strongly recommend following the bare-metal installation procedure.

📖 Step-by-Step Guide: Refer to this guide for the installation process: https://pnetlab.com/pages/documentation?slug=install-bare-metal

🖥 Installation on a VM: You can still perform the installation on a Virtual Machine (VM) with no difference in the process. Simply install Ubuntu 18.04 on the VM and proceed with the remaining steps.

🔗 APT Mirror Issues: If you encounter any problems with PNetLab's APT mirror, check the previous messages in this channel. Alternatively, you can use LabHub's mirror for a smooth installation experience.

Avoid having future issues by following these suggestions. It is not under my control to update the documentation on PNetLab's website so this is a temporary workaround while the admins of PNetLab work on a fix
👍103
Hello everyone!

I've got something good for everyone who's looking to get the CCNA certification.

I'll share with you a message from a group of network engineers and instructors who are giving access to CCNA courses from the Cisco Networking Academy.

I've verified it's not a scam and you can safely fill out the form. As usual, this is not sponsored or anything, we just want the same thing, make it easy for everyone to study networking.

You can get a 58% discount once you finish all your exams with 70% score or higher.

Check them out in the following message and happy learning!
3👍3
FREE COURSE CISCO NETWORKING ACADEMY (Jan 2024)

Join our FREE "IT Skills & Carrier Building Program by Cisco Networking Academy - Digital Engineering

First time ever learning and certification are FREE together
https://forms.gle/TGwhgdoqcEhuAe7M9
58% Discount Voucher (Use new email address for a new netacad account )
Our certified professionals are available to teach and guide you in :

1 - IT Essentials: PC Hardware and Software
2 - CCNA : ITN, SRWE, ENSA
3 - Networking Essentials
4 - Cyberops Associate
5 - Devnet Associate
6 - Network Security
----------------------
⛔️ Our Policy
----------------------
Every course duration is 3 months
Enrollment start 2 days after submission
Can get multiple courses at the same time (by using different emails).
On one email 1 course allowed

-----------------------------
👉 REGISTRATION
-----------------------------
2️⃣ Fill and submit detail :
https://forms.gle/TGwhgdoqcEhuAe7M9

58% Discount Voucher (Use new email address for a new netacad account )
Important note for Students that are expecting Discount Vouchers :
- Register with new email that has never been used on Netacad for any course before (Don't create the netacad account, fill the form and wait the enrollment email)
- In account profile, your email or recovery phone number must not be used in any other profile, they have to be unique.
9👍3
Hello everyone!

I've just launched a new channel on WhatsApp for those who might not use Telegram as often or do not use it at all: https://whatsapp.com/channel/0029VaN1egzHbFVDPGcwyT3Q

I think Telegram is much better for these types of projects but I understand if you don't like it and still would like to be aware of what's new from some other source, so feel free to join.

Remember that your phone number will not be shown on a WhatsApp channel and we won't have a group at least until WhatsApp implements a feature to hide your phone number.
👍3
Hello guys, we've got an update on the way...

I've noticed many of you are having issues when downloading files from the Google Drive mirror with ishare2.
The images are not being downloaded correctly mainly because of quota limits.

A lot of people use the Google Drive mirror because it's the default. Unfortunately, the method that used to work to bypass those limits seems to be broken so we cannot get around this issue at the time being.

To address this issue, I've made a significant change on ishare2.

Mirrors rotation: This will be the default setting, rotating mirrors each time ishare2 is executed.

During ishare2 configuration, you'll have the option to enable mirror rotation, which will be the default setting. In addition, I've added a check for small files. If a file is too small, it will warn you that the file is likely corrupt and provide troubleshooting steps.

I hope these changes help make the download of images more straightforward.

These changes are available on version 3.4.0 alpha only! They will be merged to the main branch once it's proved to be stable.

PS: I haven't had time to maintain ishare2 in recent weeks due to my internship.

Happy learning!
👍63
I've just merged the alpha version of ishare2 to the beta branch.

This update includes an update checker and a new MOTD feature that will display important notices from us.

You can test the latest version by using this command:
wget -O /usr/sbin/ishare2 https://raw.githubusercontent.com/ishare2-org/ishare2-cli/beta/ishare2 && chmod +x /usr/sbin/ishare2 && ishare2


Better formatting of messages was also part of the update.

Once this version is ready, it will be pushed to the main branch. Please make sure to always keep ishare2 up-to-date!
👍10
👥 PNETLab APT Repository Update

Good news! The issue with the PNETLab repository has finally been fixed by the PNETLab team. The repository is now using a valid SSL certificate.

The bad news is that there's still one problem... in previous instructions on how to install PNetLab http is used instead of https. Even the OVA, which by the way is NOT recommended that you use the old OVA as an installation method (read this message to know why), uses http instead of https.

This is causing issues since all traffic is being redirected to https now that the certificate was fixed.

What you need to do now is edit the sources.list and replace http with https

1. Open sources.list with a text editor like nano.
nano /etc/apt/sources.list


2. Locate the line starting with "deb [trusted=yes] http://repo.pnetlab.com ./"
3. Replace with:
deb [trusted=yes] https://repo.pnetlab.com ./


Make sure to save the changes and you will now be able to use the official repository of PNetLab.

The mirror I made a couple months ago will stay up but you're still advised to use the official repository.

Let me know if you have any questions about this!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4🥰2
🛠️ Updates to ishare2 addressing the APT repo Issue

Hey everyone! Just wanted to share some progress on the issue we talked about before. I've been working on an automated fix that should work better this time, with less guessing involved.

Without getting too technical, a couple checks will be made always before installing the required dependencies, then if a potential issue is found it'll be auto fixed.

I've also been beautifying the "UI" a bit. I know it's a stretch to call it a UI since it's a CLI app, but I think you'll like the improvements.

🔍 What's Next: As usual, the updates will be tested in the alpha and beta channels first. Once we're sure everything's running smoothly, they'll be merged to the main branch.

🔊 MOTD Feature: I'm working on making this feature a bit less annoying by making it show less times before sending more MOTDs 😅

Stay tuned for these updates, and thanks for testing the unstable versions!
👍10🥰1
💡 Tip of the day:
If you use ishare2 —init in the latest version, you can skip the initial configuration and it'll use the default values on first run.
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥111
⚠️ labhub.eu.org is down and will continue to be down for a couple hours, use alternative mirrors like: drive.labhub.eu.org or alist.labhub.eu.org for the time being
👍5
I made a new OVA with PNetLab version 5.3.13 which you can download and direct users to:
https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/OVA/PNetLab/PNetLab-v.5.3.13.ova

I recently made a post stating the reasons why using the OVA available in PNetLab's official website is not a good option. Since many users find it easier and quicker to deploy an OVA, I made this updated version that should work out-of-the-box, however if you find any issues, don't hesitate to ask for a solution or report problems with it.

I did not include ishare2 nor did I include additional configuration, therefore, you might still need to setup the DNS server and of course download images by the usual methods.
👍75
⚠️ Ongoing issue with redis database
The main mirror of LabHub is down again because of a problem with the redis database server. Please use alternative mirrors while I work on a hot fix
1
Redis database restored!
The main domain mirror is working again!
(redis has been a bit of a headache but worth it :))
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥11👍3
Two offline packages were added to the upgrades directory in LabHub. Calling them offline is actually not that accurate because you still need Internet for APT. This is however, LabHub independent if that's what you want to call it 😅
I made this because some users can't access the site on some regions or IPs, you can use this in case that happens.
https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/offline-pnetlab-update-v5.zip
https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/offline-pnetlab-v6.zip
👍10
Forwarded from Programmer Jokes
🤣202👍2💯2😁1
Hello everyone I just wanted to quickly remind you, you can still join these Netacad courses for free. Please read the instructions carefully and sign up.