19 June 2025
Replymessage unavailable
PNETLab version 5 BETA installation/upgrade instructions
After installing PNETLab version 4.2.10 as base, run the execute the following command:
curl -sL 'https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/bionic/install_pnetlab_v5_testing.sh' | sh
After the installation is completed, reboot your VM.
Replymessage unavailable
PNETLab version 5 installation/upgrade instructions
After installing PNETLab version 4.2.10 as base, run the following command:
curl -sL 'https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/bionic/install_pnetlab_latest_v5.sh' | sh
After the installation is completed, reboot your VM.
20 June 2025
Alexcama#stable_v5
PNETLab version 5 installation/upgrade instructions
After installing PNETLab version 4.2.10 as base, run the following command:
curl -sL 'https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/bionic/install_pnetlab_latest_v5.sh' | sh
After the installation is completed, reboot your VM.
Oktay AKAN#stable_v5
PNETLab version 5 installation/upgrade instructions
After installing PNETLab version 4.2.10 as base, run the following command:
curl -sL 'https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/bionic/install_pnetlab_latest_v5.sh' | sh
After the installation is completed, reboot your VM.
Oktay AKAN#apt_skip_ssl
📝 Note: PNETLab Installation skipping SSL certificate check
To install PNETLab bypassing the SSL verification, follow these steps:
1. Open the terminal and edit the /etc/apt/sources.list file using a text editor like nano:
sudo nano /etc/apt/sources.list
2. Locate the line starting with "deb http://repo.pnetlab.com ./" and make sure it's using https:// not http://
3. Save and exit the text editor.
4. Back in the terminal, execute the command:
sudo apt-get install pnetlab -y --allow-unauthenticated
Feel free to reach out if you have any questions!
Recommended resources:
- How to use nano
Oktay AKAN#fix_apt
Troubleshooting steps for broken APT
1. Ensure you have an active internet connection.
- Test your connection by pinging google.com, 8.8.8.8, 1.1.1.1, or your preferred service provider.
- Check your DNS configuration.
2. Follow the steps to remove i-share.top from the list of sources (Send #remove_ishare to see the instructions).
3. Confirm that all sources in /etc/apt/sources.list are reachable.
- If there's an error related to repo.pnetlab.com, check spelling and use the correct protocol (https://). If issues persist, share the error message with @pnetlab.
- If other packages in sources.list cause problems, temporarily remove them and check if apt works with apt update.
5. If the mentioned steps don't resolve the issue, use these search terms for further troubleshooting: "fix apt Ubuntu $version," "apt fails to update + $error message"
Recommended forums and resources for Ubuntu troubleshooting:
- Ask Ubuntu
- FOSS Linux
- Ubuntu Help
Oktay AKAN#ishare2
ishare2:
ishare2 installation instructions
Ensure your DNS is functioning correctly by pinging GitHub or Google:
ping raw.githubusercontent.com
0. (Optional) Remove old ishare2 configuration files:
rm -rf /opt/ishare2/ && rm -rf /usr/sbin/ishare2
1. Run the quick one-line installation command:
wget -O /usr/sbin/ishare2 https://raw.githubusercontent.com/ishare2-org/ishare2-cli/main/ishare2 && chmod +x /usr/sbin/ishare2 && ishare2
2. Enjoy ishare2!
Extra notes:
- If you face errors downloading images with ishare2 run:
ishare2 config
Then press enter in all questions to use the default configuration.
- If you encounter any errors while configuring ishare2 related to the site i-share.top, send #remove_ishare to this chat to learn how to fix it.
See more installation methods in the GitHub README