#tftp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tftp, aggregated by home.social.
-
https://team-planet.com/fr/become-shareholder
#greenEnergy #greenTransition #greenpower #transitionEcologique #transitionenergetique #ClimateChange #GlobalWarming #UpheavalClimate #ecology #environment #climate #change #innovation #citizen #changementclimatique #ClimateAction #savoirscientifique #pédagogie #citoyenneté #transitionEcologique #tech #technology #technologie #teamfortheplanet #tftp
-
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...
-
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)Les évaluations : https://1-million-planet.com.
-
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'évaluateurEt 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.
-
45 minutes d'intelligence avec les arbres 🌳 🌳 🌳
-
🐝🍯 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! 😂📚
https://bruceediger.com/posts/tftp-honeypot-results/ #HoneyPot #Forbidden #LibraryRave #CyberSecurity #Research #Humor #HackerNews #ngated -
Qui vole vos libertés ?
-
Qui vole vos libertés ?
-
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. -
Team for the Planet goes global
-
Team for the Planet goes global
-
Team for the Planet devient mondial Team for the Planet goes global Team for the Planet se vuelve mundial Team […]
-
Mood : https://www.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 annoyedhttps://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 :< -
Запускаем Tetris на домашнем роутерe
Интернет пестрит информацией о том, как запускают DOOM на различных устройствах. Захотелось и мне запустить Doom на своём стареньком TP-Link WR-841N. Как видно из заголовка статьи, у меня этого не получилось, но результатом стало понимание основ написания прошивок роутеров и работающий тетрис.
https://habr.com/ru/companies/ruvds/articles/1006570/
#linux #embedded #openwrt #router #firmware #mips #uboot #harwarehacking #tftp #ruvds_статьи
-
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?
-
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 https://blog.genma.fr/?Tuto-Freebox-TFTP-et-Options-DHCP
-
@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=0to disable the DNS resolver -
Сеть вместо 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 и настройку окружения для сетевой загрузки. Надеюсь, что статья сэкономит вам время, которое вы сможете потратить на свой увлекательный проект.
https://habr.com/ru/companies/ruvds/articles/976846/
#сетевая_загрузка #минимальный_linux #raspberrypi #tftp #dhcp #nfs #embeded_linux #rpi3 #rpi4 #статьи_ruvds
-
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
https://www.forlinx.net/industrial-news/forlinx-rk3568-tftp-flash-guide-766.html -
Les Freebox intègrent maintenant un serveur TFTP : à quoi ça sert ? http://dlvr.it/TQDGsL #Freebox #TFTP
-
Team for the Planet's Evolution Video
-
Team for the Planet's Evolution Video
-
Vidéo Team for the Planet Éclosion
-
pas besoin d'etre milliardaire.....
https://friendica.world/display/84b6ef2b-1069-4f98-79e8-228337886460
-
#curl 8.15.0 has been released (#libcurl / #Haxx / #DICT / #FILE / #FTP / #FTPS / #Gopher / #HTTP / #HTTPS / #IMAP / #IMAPS / #LDAP / #LDAPS / #MQTT / #POP3 / #POP3S / #RTMP / #RTMPS / #RTSP / #SCP / #SFTP / #SMB / #SMBS / #SMTP / #SMTPS / #Telnet / #TFTP / #WebSocket / #SOCKS4 / #SOCKS5 / #SCRAM / #TLS / #HTTP2 / #HTTP3) https://curl.se/
-
#curl 8.14.1 has been released (#libcurl / #Haxx / #DICT / #FILE / #FTP / #FTPS / #Gopher / #HTTP / #HTTPS / #IMAP / #IMAPS / #LDAP / #LDAPS / #MQTT / #POP3 / #POP3S / #RTMP / #RTMPS / #RTSP / #SCP / #SFTP / #SMB / #SMBS / #SMTP / #SMTPS / #Telnet / #TFTP / #WebSocket / #SOCKS4 / #SOCKS5 / #SCRAM / #TLS / #HTTP2 / #HTTP3) https://curl.se/
-
#curl 8.14.0 has been released (#libcurl / #Haxx / #DICT / #FILE / #FTP / #FTPS / #Gopher / #HTTP / #HTTPS / #IMAP / #IMAPS / #LDAP / #LDAPS / #MQTT / #POP3 / #POP3S / #RTMP / #RTMPS / #RTSP / #SCP / #SFTP / #SMB / #SMBS / #SMTP / #SMTPS / #Telnet / #TFTP / #WebSocket / #SOCKS4 / #SOCKS5 / #SCRAM / #TLS / #HTTP2 / #HTTP3) https://curl.se/