Posts by Saeed Bhatti

    Thanks biko for this but I collect these all comnd from different forums

    After collecting all I shared here in Linux forume

    ✋ Peace be upon you

    🙏 Blessed Friday

    🎁 A simple gift for loved ones




    ♦️ Backup for the amazing photo

    ♦️Vti 15.00.2

    ♦️ for the amazing device

    ♦️Vuultimo4k

    ♦️ The image is updated to the latest version..

    ♦️ All plugins have been updated to the latest versions..Thank you to the developers

    ♦️ The audio and visual settings and languages have been set as they should

    ♦️ The latest single and double emo.. Thanks developers

    ♦️ A set of skins compatible with the picture.. Thanks to the developers

    ♦️ Event Library Committee settings have been set

    ♦️ The internal beacon path is set (change your convenience)

    ♦️ M / Khaled Ali channels file... Thanks to him

    ♦️ Bacon file M / Khaled Ali.. Thanks to him


    ✅(Move it out to reduce the size of the image)


    ✅ The addition of navigation between images has been integrated with the new bot for the image of openbh..



    ♦️ Quality / 1080

    ♦️user/root

    ♦️Pass/root




    ✅ tested on me

    ✅egamiboot

    ✅openmultiboot

    ✅The new openbh image bot...and works successfully...


    ❓ I haven't tried Neobot... Try and let us know the result


    ♦️ The rest of the contents are in the pictures... Continue 👇


    :Translate:



    @@ RestartEnigma @@

    systemctl restart enigma2 # DreamOS

    killall -9 enigma2 # Opensource


    @@ openpli IP Audio @@

    opkg install gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad-meta gstreamer1.0-plugins-ugly libgstplayer-1.0-0

    opkg install --force-depends gstreamer1.0-plugins-bad-meta


    @@ Delete Image @@

    rm -R /etc/enigma2 && killall -9 enigma2


    @@ Log Enigma2 @@

    init 5; enigma2.sh >/tmp/enigma2_logfile.log 2>&1


    @@ Log Enigma2 Dreamos @@

    journalctl -f -u enigma2>/usr/enigma_log


    @@ Debug Enigma @@

    init 4; sleep 5; enigma2 >/tmp/enigma2_debug.log 2>&1


    @@ Remove Log @@

    find $HOME -name '*.log' -exec rm {} \;


    @@ Init Codes @@

    init 0 # Deep Standby

    init 1 # Stops Enigma2 and network

    init 3 # Starts Enigma2 normally

    init 4 # Stops Enigma2

    init 6 # Reboots the box


    @@ Directory @@

    pwd  # Current Dir

    cd  # Home

    cd .. # Up

    cd / # Root

    cd $HOME # Home

    cd /tmp # /tmp


    @@ File List @@

    ls

    ls --full-time

    ls -1

    ls -als

    ls -ls


    @@ Search @@

    find / -iname FILE_NAME

    find / -size +10000k

    grep -r PATTERN dir

    grep PATTERN FILES


    @@ System @@

    which FILE_NAME

    echo root:XXXX | chpasswd # Change Password

    date

    top

    uname -a

    uptime

    whoami

    dmesg | more

    shutdown -r now # Full reboot.

    shutdown -h now # Full shutdown.

    cat /proc/meminfo # memory info


    @@ User @@

    id

    last

    who


    @@ Network @@

    ifconfig

    netstat

    head -n 1 /etc/hostname # Show Hostname

    ping google.com -c 3 # 3 seconds

    ip route get 1.2.3.4 | awk '{print $7}' # Show IP addresses

    hostname -i | awk '{print $1}'  # Show locale host



    @@ DNS Google @@

    echo "nameserver 8.8.8.8" > /etc/resolv.conf; echo "nameserver 8.8.4.4" >> /etc/resolv.conf; killall -9 enigma2


    @@ Change MAC @@

    ifconfig eth0 down

    ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx

    ifconfig eth0 up

    ifconfig eth0 | grep HWaddr | awk '{print $5}'

    echo $(ethtool -P eth0 | awk '{print $3}')


    @@ File Permission @@

    chmod 755 /tmp/FILE_NAME

    chmod 766 /tmp/FILE_NAME

    chmod 777 /tmp/FILE_NAME


    @@ Disk usage @@

    df -h

    df -i

    df -a


    @@ Sound @@

    alsamixer


    @@ Delete Portals @@

    init 4; sleep 5; sed -e s/config.plugins.MultiStalker.portals.*//g -i /etc/enigma2/settings; init 3


    @@ Stalker Portals @@

    wget -qO $HOME/stalker.conf https://raw.githubusercontent.com/karimSATPRO/Portal-100mag/main/stalker.conf; killall -9 enigma2


    @@ Opensource @@

    opkg update

    opkg download FILE_NAME

    opkg whatdepends FILE_NAME

    opkg --autoremove FILE_NAME

    opkg update; opkg upgrade

    opkg flag hold FILE_NAME # Stop Plug-in auto updating

    opkg flag user FILE_NAME # Star Plug-in auto updating

    opkg install --force-overwrite /tmp/*.ipk

    opkg install $(< packList.txt)

    opkg remove $(< packList.txt)

    opkg list | fgrep -i FILE_NAME

    opkg remove --force-depends FILE_NAME

    opkg remove --force-depends enigma2-plugin-softcams-ncam

    opkg remove --force-depends enigma2-plugin-softcams-oscam*


    @@ DreamOS @@

    apt-get update

    apt-get update; apt-get upgrade

    apt-get install -f -y

    dpkg -i --force-overwrite /tmp/*.deb

    apt-get purge --auto-remove FILE_NAME

    apt-get purge --auto-remove enigma2-plugin-softcams-ncam

    apt-get purge --auto-remove enigma2-plugin-softcams-oscam*


    @@ Python 2 @@

    opkg install python-requests

    opkg install python-sqlite3

    opkg install python-beautifulsoup4

    opkg install python-pycrypto

    opkg install python-urllib3


    @@ Python 3 @@

    opkg install python3-requests

    opkg install python3-sqlite3

    opkg install python3-beautifulsoup4

    opkg install python3-pycrypto

    opkg install python3-urllib3


    @@@@--- Command ---@@@@

    opkg install nano

    opkg install wget

    opkg install curl

    opkg install astra-sm

    opkg install dvbsnoop

    opkg install ffmpeg

    opkg install enigma2-plugin-extensions-clearmem

    opkg install enigma2-plugin-extensions-cacheflush

    opkg install enigma2-plugin-extensions-chromium2

    opkg install qtwebengine

    opkg install enigma2-plugin-drivers-ntfs-3g

    opkg install enigma2-plugin-drivers-exfat

    opkg install gstplayer libgstplayer-1.0-0

    opkg install exteplayer3

    opkg install livestreamer

    opkg install livestreamersrv

    opkg install libusb-1.0-0

    opkg install libssl1.0.2

    opkg install libcurl4

    opkg install libpcsclite1

    opkg install libcrypto1.0.2

    opkg install enigma2-plugin-systemplugins-serviceapp

    opkg install --force-reinstall enigma2-plugin-systemplugins-serviceapp

    opkg install gstreamer1.0-plugins-good

    opkg install gstreamer1.0-plugins-base

    opkg install gstreamer1.0-plugins-bad

    opkg install gstreamer1.0-plugins-ugly

    opkg install gstreamer1.0-plugins-bad-meta

    opkg install enigma2-plugin-systemplugins-softcamstartup # TeamBlue

    opkg install enigma2-plugin-systemplugins-softwaremanager # Openpli 8.3


    @@ Skins @@


    opkg install enigma2-plugin-skins-metrix-atv-fhd-icons

    opkg install enigma2-plugin-skins-madmax-impossible

    opkg install enigma2-plugin-skins-pdreamy-fhd


    @@ myflow_DreamOS @@

    wget https://raw.githubusercontent.com/ostende/dreamos-skins/main/myflow/myflow-installer_dreamos.sh -qO - | /bin/sh


    @@ Nitro AdvanceFHD @@

    wget https://raw.githubusercontent.com/biko-73/NitroAdvanceFHD/main/installer.sh -qO - | /bin/sh


    @@ Red-Dragon-FHD @@

    wget https://raw.githubusercontent.com/biko-73/zelda77/main/installerR.sh -qO - | /bin/sh

    wget https://raw.githubusercontent.com/biko-73/TeamNitro/main/script/installerD.sh -O - | /bin/sh


    @@ Klll-Pro @@

    wget https://raw.githubusercontent.com/biko-73/zelda77/main/installer.sh -qO - | /bin/sh


    @@ Metrix-FHD @@

    wget http://ipkinstall.ath.cx/ipk-install/MetrixFHD/MetrixFHD.sh -qO - | /bin/sh


    @@ Novax-FHD @@

    wget https://github.com/popking159/down/raw/master/novax-fhd-install.sh -qO - | /bin/sh


    @@ BO-HlaLa FHD @@

    wget https://raw.githubusercontent.com/biko-73/TeamNitro/main/script/installerB.sh -O - | /bin/sh



    @@ SoftCam secret feed @@

    wget http://updates.mynonpublic.com/oea/feed -qO - | /bin/sh


    @@ Kodi : Opensource @@

    opkg install enigma2-plugin-extensions-kodi

    opkg remove --force-depends kodi

    opkg install kodi-addon-pvr-iptvsimple kodi-addon-pvr-vuplus


    @@ Wifi Driver @@


    @@ Driver Wifi Novaler @@

    opkg list-installed | grep mt7601u

    opkg install enigma2-plugin-drivers-network-usb-mt7601u

    opkg remove --force-depends enigma2-plugin-drivers-network-usb-mt7601u



    @@ Driver Wifi 5370 @@

    opkg list-installed | grep rt3070

    opkg install rt3070 firmware-rt3070


    @@@@--- Plugins ---@@@@


    @@ e2script @@

    python -c "$(wget https://raw.githubusercontent.com/MOHAMED19OS/e2script/main/e2script.py -qO -)"


    @@ Bugs Bunny @@

    sh -c "$(wget http://tropical.jungle-team.online/auto_install_images/Bugs_bunny_1.10.sh -qO -)"


    @@ FreeServerCCcam @@

    wget https://ia803104.us.archive.org/0/items/freecccamserver/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/FreeServer



    @@ NovaIPAudio @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/NovaIPAudio/installer.py -qO - | python

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/NovalerIPaudio


    @@ NovalerTV @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/NovalerTV/installer.py -qO - | python

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/NovalerTV


    @@ NovCam @@

    python -c "$(wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/NovCam/installer.py -qO -)"

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/NOVACAMSUPTVActivator


    @@ PlutoTV @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/PlutoTV/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/PlutoTV


    @@ Quran Karim @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/Quran/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/Quran


    @@ AJPanel @@

    wget https://raw.githubusercontent.com/biko-73/AjPanel/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/AJPan


    @@ Arabic Savior @@

    wget https://raw.githubusercontent.com/fairbird/ArabicSavior/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/ArabicSavior


    @@ YouTube @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/YouTube/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/YouTube


    @@ IPtoSAT @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/IPtoSAT/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPtoSAT


    @@ FootOnsat @@

    wget https://raw.githubusercontent.com/ziko-ZR1/FootOnsat/main/Download/install.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/FootOnSat


    @@ IP Audio @@

    wget http://ipkinstall.ath.cx/ipaudio/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPAudio


    @@ E2iPlayer_TSIPlayer @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/E2IPLAYER_TSiplayer/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer


    @@ Raed Quick Signal @@

    wget https://raw.githubusercontent.com/fairbird/RaedQuickSignal/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal


    @@ EPG Grabber @@

    wget https://raw.githubusercontent.com/ziko-ZR1/Epg-plugin/master/Download/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/EPGGrabber

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/EPGGrabber/api/epg_status.json


    @@ Key Adder @@

    wget https://raw.githubusercontent.com/fairbird/KeyAdder/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/KeyAdder


    @@ SupTv @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/Suptv/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/suptv


    @@ Multi-Stalker @@

    wget https://raw.githubusercontent.com/ziko-ZR1/Multi-Stalker-install/main/Downloads/installer.sh -qO - | /bin/sh

    wget -O /usr/lib/enigma2/python/Plugins/Extensions/MultiStalker/commons/commons.py https://raw.githubusercontent.com/karimSATPRO/Portal-100mag/main/commons.py && killall -9 enigma2

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/MultiStalker


    @@ New Virtual KeyBoard @@

    wget https://raw.githubusercontent.com/fairbird/NewVirtualKeyBoard/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/SystemPlugins/NewVirtualKeyBoard

    rm -rf /usr/lib/enigma2/python/Screens/NewVirtualKeyBoard.py*


    @@ Multiboot FlashOnline @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/FlashOnline/installer.py -qO - | python

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/FlashOnline


    @@ Ansite @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/Ansite/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/Ansite



    @@ XcPlugin Forever @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/XC-Code/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/XCplugin


    @@ SubsSupport @@

    wget https://raw.githubusercontent.com/biko-73/SubsSupport/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/SubsSupport


    @@ DreamSatPanel @@

    wget http://ipkinstall.ath.cx/ipk-install/DreamSatPanel/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/DreamSat


    @@ XtraEvante @@

    wget https://github.com/digiteng/xtra/raw/main/xtraEvent.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/xtraEvent

    rm -rf /usr/lib/enigma2/python/Components/Converter/xtra*

    rm -rf /usr/lib/enigma2/python/Components/Renderer/xtra*

    rm -rf /usr/share/enigma2/xtra


    @@ JediMakerXtream @@

    wget https://raw.githubusercontent.com/biko-73/JediMakerXtream/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream


    @@ X-Streamity @@

    wget https://raw.githubusercontent.com/biko-73/xstreamity/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/XStreamity


    @@ OpenMultiboot @@

    wget https://raw.githubusercontent.com/biko-73/openmultiboot/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/OpenMultiboot


    @@ OpenMultiboot Enhanced by e2TURK @@

    wget https://raw.githubusercontent.com/e2TURK/omb-enhanced/main/install.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/OpenMultiboot


    @@ NEOBOOT @@

    wget https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot


    @@ BackupFlash @@

    wget https://raw.githubusercontent.com/fairbird/backupflash/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/backupflashe2


    @@ NordVPN @@

    wget http://nordvpnconnector.dd-dns.de/nvpnc-installer_ipk.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/NordVPNConnector


    @@ ChocholousekPicons @@

    wget https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup -qO - | bash -s install

    wget https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup -qO - | bash -s uninstall


    @@ EvgQuickSignal @@

    wget https://raw.githubusercontent.com/biko-73/EvgQuickSignal/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/EvgQuickSignal


    @@ TheWeather @@

    wget https://raw.githubusercontent.com/biko-73/TheWeather/main/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/TheWeather


    @@ HasBahCa @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/HasBahCa/installer.sh -qO - | /bin/sh

    rm -rf /usr/lib/enigma2/python/Plugins/Extensions/HasBahCa


    @@ Channel @@

    wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/Channel/installer.py -qO - | python


    @@ EMU Install @@

    python -c "$(wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/Emu/installer.py -qO -)"


    @@ SpeedTest @@

    wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py -qO - | python


    @@ Softcam @@

    wget -qO /etc/tuxbox/config/SoftCam.Key https://raw.githubusercontent.com/MOHAMED19OS/SoftCam_Emu/main/Enigma2/SoftCam.Key

    rm -rf /etc/tuxbox/config/SoftCam.Key


    @@ Satellites @@

    wget -qO /etc/tuxbox/satellites.xml https://raw.githubusercontent.com/oe-alliance/oe-alliance-tuxbox-common/master/src/satellites.xml

    rm -rf /etc/tuxbox/satellites.xml


    @@ PowerCAM @@

    wget http://files.powercam.me/powercam-openpli-arm.sh -qO - | /bin/sh # ARM CPU

    wget http://files.powercam.me/powercam-openpli-mipsel.sh -qO - | /bin/sh # MIPSEL CPU

    wget http://files.powercam.me/powercam-openpli-mipsel_oe2.0.sh -qO - | /bin/sh # MIPSEL OE 2.0 CPU

    wget http://files.powercam.me/powercam-openpli-sh4.sh -qO - | /bin/sh # SH4 CPU

    wget http://files.powercam.me/powercam-openpli-arm_64.sh -qO - | /bin/sh # AARCH 64 CPU



    @@ DreamArabia Feed @@


    # DreamOS 2.5 #

    apt update && wget -O /tmp/dreamarabia-addons-feed.deb http://dreambox4u.com/dreamarabia/2.5/DreamArabia-Addons/dreamarabia-addons-feed.deb && dpkg -i /tmp/dreamarabia-addons-feed.deb


    # DreamOS 2.6 #

    wget http://dreambox4u.com/dreamarabia/scripts/installer.sh -qO - | /bin/sh


    @@ BoxPirates @@

    wget http://boxpiratespanel.boxpirates.dynvpn.de/ipk-installer.sh -qO - | /bin/sh # Opensource


    wget http://boxpiratespanel.boxpirates.dynvpn.de/dreamos-installer.sh -qO - | /bin/sh # DreamOS


    @@ OpenWebif @@

    wget http://tunisia-dreambox.info/TSplugins/openWebif/installer.sh -qO - | /bin/sh


    @@ just watch @@

    wget http://justwatch.boxpirates.dynvpn.de/dreamos-installer.sh -qO - | /bin/sh


    @@ PlexDream @@

    wget http://plugins.boxpirates.dynvpn.de/plexdream-dreamos-installer.sh -qO - | /bin/sh


    @@ Disney+ @@

    wget http://disneydream.boxpirates.dynvpn.de/dreamos-installer.sh -qO - | /bin/sh


    @@ Amazon Prime @@

    wget http://amazonprimedream.bpdl2.mine.nu/dreamos-installer.sh -qO - | /bin/sh


    @@ DAZN Dream @@

    wget http://dazndream.boxpirates.dynvpn.de/dreamos-installer.sh -qO - | /bin/sh


    @@ Netflix Dream @@

    wget http://netflixdream.boxpirates.dynvpn.de/dreamos-installer.sh -qO - | /bin/sh


    @@ MediaPortal OE2.5 @@

    wget http://feed.newnigma2.to/mpgz/mpgz-full-installer_dreamos_oe25.sh -qO - | /bin/sh

    1- wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/Epg-plugin/master/Download/installer.sh -O - | /bin/sh

    2- wget -q "--no-check-certificate" http://ipkinstall.ath.cx/ipk-install/E2IPLAYER-DREAMSATPANEL/e2iplayer.sh -O - | /bin/sh

    3- wget -q "--no-check-certificate" https://raw.githubusercontent.com/ziko-ZR1/FootOnsat/main/Download/install.sh -O - | /bin/sh

    4- wget https://raw.githubusercontent.com/MOHAMED19OS/Download/main/IPtoSAT/installer.sh -qO - | /bin/sh

    5- wget -q "--no-check-certificate" http://linuxsat5.webhop.info/ipaudio/installer.sh -O - | /bin/sh

    6- wget https://raw.githubusercontent.com/biko-73/AjPanel/main/installer.sh -O - | /bin/sh

    7- wget https://raw.githubusercontent.com/biko-73/xstreamity/main/installer.sh -O - | /bin/sh

    8- wget https://raw.githubusercontent.com/fairbird/RaedQuickSignal/main/installer.sh -O - | /bin/sh

    9- wget -q "--no-check-certificate" http://ipkinstall.ath.cx/ipk-install/DreamSatPanel/installer.sh -O - | /bin/sh

    السلام عليكم####

    باكاب لجهاز uno4kse صورة vti

    منقول للافادة


    Backup VTI 15-0-1- VU Uno 4K SE


    - channel list Hotbird 13E & Astra 19.2E by JAKITAKI


    dodane pluginy


    - enigma2-plugin-extensions-ajpanel_v7.4.0

    - enigma2-plugin-extensions-m2b_2.7

    - enigma2-plugin-extensions-dreamsatpanel_1.3

    - enigma2-plugin-extensions-freeserver_8.1.5

    - enigma2-plugin-extensions-glasssysutil_12.12

    - enigma2-plugin-extensions-vhannibal-autosetting-ngsetting_1.5

    - enigma2-plugin-extensions-multistalker1.3

    - enigma2-plugin-extensions-e2iplayer - 30.09.2022

    - enigma2-plugin-extensions-jedimakerxtream - 6.20

    - enigma2-plugin-extensions-freearhey_2.7

    - enigma2-plugin-extensions-hasbahca_1.5

    - enigma2-plugin-extensions-xcplugin-forever - 2.2

    - enigma2-plugin-extensions-xstreamity_3.80

    - enigma2-plugin-extensions-AddKey-5.9

    - enigma2-plugin-extensions-plutotv_20221003


    skins


    - enigma2-plugin-skin- 750s

    - enigma2-plugin-skin- AtileHD

    - enigma2-plugin-skin- MetrixCurveFHD

    - enigma2-plugin-skin- MuteSpectator

    - enigma2-plugin-skin- StyleFHD

    - enigma2-plugin-skin- Vu_HD_1080p


    SoftCam


    - enigma2-plugin-cams-ncam-13.4

    - enigma2-plugin-cams-oscam-11.715_ICam


    FTP

    - root

    - satedu