home.social

#tftp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tftp, aggregated by home.social.

fetched live
  1. spielt eigentlich noch jemand mit #TFTP-Server und #Bootimages und #Netboot rum? Oder ist das völlig aus der Mode gekommen?

    Da die Netzwerke schnell geworden sind, und irgendwie so kompaktes Mini-Zeugs ja wieder hip ist, könnte man fast in die Versuchung kommen, die Boot-Images zentral zu verwalten, und dann remote ne config draufzubügeln. Statt den einzelnen devices hinterher zu laufen...

  2. Dans le cadre des évaluations de #TFTP, j'ai décoouvert cette plateforme.

    « Mesure et augmente ta circularité réelle.
    Déclare un objet, suis ton impact et trouve les bons acteurs de seconde vie près de chez toi... »

    Une plateforme de vente seconde main avec :
    - tout le processus, et un retour sur les CO2 économisé
    - Pour individus, entreprises et collectivités territoriales.

    Je recommande.
    (Encore en développement)

    changeos.app/

    Les évaluations : 1-million-planet.com.

  3. C'est parti ! Et pendant tout le mois d'août, évaluations #TeamforthePlanet des « innovations qui tabassent les gaz à effet de serre ! »
    Ouvert à toutes et tous ! Pas besoin d'être de #TFTP.

    Après l'inscription,
    👨‍🎓 👩‍🎓 Suivi le tuto (quelques minutes)
    📝 Signer (en ligne) la charte de l'évaluateur

    Et vous accédez à l'interface pour les évalutations. Prêt à commencer !
    Du 1er au 31 août 2026.

    Accessible dans toutes les langues.

    Des questions aux innovateurs.

    1-million-planet.com/fr

  4. 🐝🍯 Oh, the riveting saga of a #TFTP honey pot—spoiler alert: it was forbidden! 🔐🚫 Apparently, attempting to #access this tantalizing "research" is like asking a bouncer to let you into a library rave. Nice try, but you shall not pass! 😂📚
    bruceediger.com/posts/tftp-hon #HoneyPot #Forbidden #LibraryRave #CyberSecurity #Research #Humor #HackerNews #ngated

  5. 1 million pour la planète.
    Team For The Planet recherche des innovateurs qui cherchent à décarbonner le monde, afin de les subventionner dans leurs projets.

    #TeamforthePlanet #TFTP #innovation #décarbonner

    innovation-plateform.lovable.a

  6. Team for the Planet devient mondial Team for the Planet goes global Team for the Planet se vuelve mundial Team […]

    video.infosec.exchange/w/moeoB

  7. Mood : youtube.com/shorts/o56qL2t4swA

    Doing network booting (#DHCP, #TFTP, #iPXE, #UEFI, #SecureBoot)
    I haven't reached the “Oh, that's why” so far. But very annoyed

    ipxe.org/secboot
    “The Secure Boot shim (e.g. ipxe-shim.efi or snponly-shim.efi) will automatically load the iPXE binary with the corresponding name (e.g. ipxe.efi or snponly.efi).”
    Definitely not what's happening…
    So It kept loading the wrong iPXE firmware (not the snmponly) and I kept wondering why my keyboard wasn't working :<

  8. Запускаем Tetris на домашнем роутерe

    Интернет пестрит информацией о том, как запускают DOOM на различных устройствах. Захотелось и мне запустить Doom на своём стареньком TP-Link WR-841N. Как видно из заголовка статьи, у меня этого не получилось, но результатом стало понимание основ написания прошивок роутеров и работающий тетрис.

    habr.com/ru/companies/ruvds/ar

    #linux #embedded #openwrt #router #firmware #mips #uboot #harwarehacking #tftp #ruvds_статьи

  9. This week's exciting forays into computing:

    🟠 Finally replaced Windows 11 with Debian on my main computer.

    🟠 Got one of my many Raspberry Pis to boot entirely from the network greatly reducing my use of stupid SD cards or expensive NVME drives.

    🟠 Related to the above, started building my own smart doorbell where no data leaves my network.

    🟠 Re-learned the ancient art of making network cables.

    How was your week?

    #debian #windows11 #raspberrypi #nfs #tftp #cat6a

  10. En début d’année, Free a sorti une mise à jour du firmware des Freebox Server qui apportent deux fonctionnalités majeures Sur le blog Tuto #Freebox #TFTP et Options #DHCP blog.genma.fr/?Tuto-Freebox-TF

  11. @whitequark it’s not that involved

    ## netboot.xyz
    enable-tftp
    tftp-root=/opt/tftp
    #dhcp-boot=netboot.xyz.kpxe
    #dhcp-boot=boot/grub/i386-pc/core.0,,192.168.250.1
    
    #pxe-service=x86PC,"PXELINUX (BIOS)",pxelinux.0
    #pxe-service=X86-64_EFI,"PXELINUX (EFI)",netboot.xyz.efi
    #dhcp-boot=meow
    #dhcp-boot=openwrt
    dhcp-boot=netboot.xyz.efi
    #enable-tftp
    #tftp-root=/opt/tftp/
    

    here’s a raw snippet from my config. can’t be bothered to make more sense of it so you get the whole 5 years of evolution

    port=0 to disable the DNS resolver

  12. Сеть вместо SD-карты: как собрать минимальный Linux для Raspberry Pi с возможностью загрузки по сети

    Когда собираешь и тестируешь свой Linux для одноплатника достаточно долго, начинаешь замечать, что деплой Linux на SD-карту — монотонная повторяющаяся последовательность действий, занимающая ценное время, в которой легко совершить ошибку. К тому же больно видеть, как исчерпывает свой ресурс SD-карта и слот для неё. Часто при embedded-разработке эти проблемы решают при помощи сетевой загрузки Linux. В этой статье я расскажу, как организовать сетевую загрузку для Raspberry Pi и собрать минимальное ядро Linux, поддерживающее сетевую загрузку. Сетевая загрузка рассматривается для Raspberry Pi 3 Model В и Raspberry Pi 4 Model B, которые я далее называю общим термином Raspberry Pi или более ласково — малинка. Основное назначение окружения для сетевой загрузки — ускорение отладки и тестирование пользовательских приложений и программ разрабатываемого дистрибутива Linux. Тема сетевой загрузки довольно многогранна и затрагивает несколько уровней стека — от протоколов локальной сети до особенностей загрузчика Raspberry Pi. Я старался изложить материал максимально просто и последовательно, но если у вас нет базовых знаний о работе локальных сетей (DHCP, TFTP), протоколах TCP/IP или процессе загрузки Linux, некоторые моменты могут показаться сложными. Статья является продолжением моей предыдущей статьи , где я рассказывал, как создать минимальный Linux для Raspberry Pi, который грузится с SD-карты. В свой репозиторий я поместил исходный код Docker-образов, упрощающий сборку минимального Linux и настройку окружения для сетевой загрузки. Надеюсь, что статья сэкономит вам время, которое вы сможете потратить на свой увлекательный проект.

    habr.com/ru/companies/ruvds/ar

    #сетевая_загрузка #минимальный_linux #raspberrypi #tftp #dhcp #nfs #embeded_linux #rpi3 #rpi4 #статьи_ruvds

  13. Flashing Linux images on RK3568 made simple ⚙️
    This guide shows how to flash boot.img & rootfs.img via TFTP + U-Boot on the Forlinx RK3568 dev board.

    ✔️ Fast network flashing
    ✔️ Clear eMMC partitioning
    ✔️ Industrial-grade reliability
    ✔️ Ready for AI & edge apps
    forlinx.net/industrial-news/fo

    #RK3568 #EmbeddedLinux #Forlinx #TFTP #UBoot #IoT #EdgeAI

  14. Les Freebox intègrent maintenant un serveur TFTP : à quoi ça sert ? dlvr.it/TQDGsL #Freebox #TFTP