27 August 2025
Yannick Meillier#remove_ishare
If you are facing this error when trying to install a package through APT, it means your apt package manager configuration is broken.
ishare.top is the domain name that was used by the now dead ishare tool. To fix this error, delete it from the sources.list file.
Through the CLI run:
nano /etc/apt/sources.list
Once you have entered the editor, remove the ishare.top line from the list.
Check how to use nano
(Navigate with arrow keys. CTRL+s to save changes, CTRL+x to exit)
If you want to use a reborn of ishare, send #ishare2 to this chat to get the installation instructions.
Yannick Meillier#pnet_repo_fix
If you're having an issue while executing apt update, try the solutions given below.
Yannick Meillier#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
Replymessage unavailable
📀 Installation instructions - PNetLab v6 BETA release
⚠️ Read the full instructions and important notes before starting the process. After you finish reading them, follow the process step by step.
Step 1
Download the Ubuntu Server 20.04 ISO and install the OS on a VM or bare metal.
Step 2
Run the installation script as root (copy-paste the full thing):
curl -sL https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/Focal/install_pnetlab_v6.sh | bash
After the installation script finishes running, reboot the server.
ℹ️ Important notes
- Make sure to enable Virtualization on your system BIOS and make sure your hardware supports nested virtualization.
Check if you meet the requirements by running:
grep -cw vmx /proc/cpuinfo
Check if KVM was installed correctly after the installation script finishes running:
kvm-ok
- When installed on GCP, skip the setup wizard by pressing CTRL + C after the first reboot and if you're tired of having to do that at every login, ask how to disable in this chat.
⚠️ Remember this version is still on beta so you might encounter bugs and unfinished features.
28 August 2025
~~~~~#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
R!its working check above steps
Фотография
click to show
click to show
It is not working for me. I am getting this error message
F Nhave you try it? i try in cisco asav and it show activate your license
okay it works now, using IKEv1, not IKEv2
Jefferson#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.