Open source software pro úpravu digitálních fotografií LightZone (Wikipedie) byl vydán v nové verzi 5.0.0. LightZone je dnes k dispozici pod licencí BSD. Původně se jednalo o proprietární software vyvíjený společností Light Crafts. Ta v prosinci 2012 souhlasila s uvolněním zdrojových kódů jako open source [Wayback Machine].
Byla vydána verze 0.84 telnet a ssh klienta PuTTY (Wikipedie). Podrobnosti v přehledu nových vlastností a oprav chyb a Change Logu.
Microsoft představil Azure Linux 4.0 a Azure Container Linux. Na konferenci Open Source Summit North America 2026 organizované konsorciem Linux Foundation a sponzorované také Microsoftem. Azure Linux 4.0 vychází z Fedora Linuxu. Azure Container Linux je založen na projektu Flatcar. Azure Linux (GitHub, Wikipedie) byl původně znám jako CBL-Mariner.
Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 165 (pdf).
Byla vydána verze 9.2 open source virtualizační platformy Proxmox VE (Proxmox Virtual Environment, Wikipedie) založené na Debianu. Přehled novinek v poznámkách k vydání a informačním videu.
Firefox 151 podporuje Web Serial API. Pro komunikaci s různými mikrokontroléry připojenými přes USB nebo sériové porty už není nutné spouštět Chrome nebo na Chromiu postavené webové prohlížeče.
Byla vydána nová stabilní verze 8.0 webového prohlížeče Vivaldi (Wikipedie). Postavena je na Chromiu 148. Přehled novinek i s náhledy v příspěvku na blogu.
Ve FreeBSD byla nalezena a opravena zranitelnost FatGid aneb CVE-2026-45250. Jedná se o lokální eskalaci práv. Neprivilegovaný uživatel se může stát rootem.
Společnost Flipper Devices oznámila Flipper One. Zcela nový Flipper postavený od nuly. Jedná se o open-source linuxovou platformu založenou na čipu Rockchip RK3576. Hledají se dobrovolníci pro pomoc s dokončením vývoje (ovladače, testování, tvorba modulů).
Vývojáři Wine oznámili vydání verze 2.0 knihovny vkd3d pro překlad volání Direct3D na Vulkan. Přehled novinek na GitLabu.
root@mail:~# tail -f /var/log/syslog Nov 12 11:23:14 mail named[16894]: client 68.2.181.144#57619: query (cache) 'sema.cz/ANY/IN' deniedTie zaznamy sa stale opakuju
root@mail:~# tail -f /var/log/query.log client 68.2.181.144#26821: query: sema.cz IN ANY +E (192.168.0.31)Chcem len vediet ci to mam dobre zabezpecene, alebo nieco mi tam este chyba. Na nete som asi nieco ako open dns, ale to moc nechcem. Konfiguraky: named.conf
root@mail:~# cat /etc/bind/named.conf
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
include "/etc/bind/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
trusted-keys {
dlv.isc.org. 257 3 5 "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
};
named.conf.local
root@mail:~# cat /etc/bind/named.conf.local
logging {
channel query.log {
file "/var/log/query.log";
// Set the severity to dynamic to see all the debug messages.
severity debug 3;
};
category queries { query.log; };
};
+ Zonove zaznamy
named.conf.options
root@mail:~# cat /etc/bind/named.conf.options
acl "allowed" {
192.168.5.0/24;
192.168.10.0/24;
localhost;
localnets;
};
options {
directory "/var/cache/bind";
allow-query { any; };
allow-recursion { allowed; };
allow-query-cache { allowed; };
forwarders {
8.8.8.8;
8.8.4.4;
195.210.29.64;
};
rate-limit {
responses-per-second 5;
};
forward only;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
also-notify {};
fetch-glue no;
};
root@mail:~# time tail -f /var/log/query.log client 221.229.162.197#30569: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#30569: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#6948: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#6948: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#1216: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#1216: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#45720: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#45720: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#11571: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#11571: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#1768: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#1768: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#22297: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#22297: drop REFUSED response to 80.250.115.0/24 client 80.250.115.133#58805: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#58805: slip REFUSED response to 80.250.115.0/24 client 221.229.162.197#17687: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#17687: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#3585: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#3585: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#16553: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#16553: drop REFUSED response to 80.250.115.0/24 client 221.229.162.197#9780: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#9780: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#49030: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#49030: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#4523: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#4523: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#63228: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#63228: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#29943: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#29943: slip REFUSED response to 221.229.162.0/24 client 80.250.115.133#2142: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#2142: slip REFUSED response to 80.250.115.0/24 client 221.229.162.197#12853: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#12853: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#18454: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#18454: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#12803: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#12803: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#11976: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#11976: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#42548: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#42548: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#27375: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#27375: drop REFUSED response to 80.250.115.0/24 client 221.229.162.197#17555: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#17555: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#46601: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#46601: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#51315: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#51315: slip REFUSED response to 221.229.162.0/24 client 80.250.115.133#48420: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#48420: slip REFUSED response to 80.250.115.0/24 client 221.229.162.197#33798: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#33798: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#3435: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#3435: drop REFUSED response to 80.250.115.0/24 client 221.229.162.197#58059: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#58059: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#62829: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#62829: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#25584: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#25584: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#32870: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#32870: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#64117: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#64117: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#21581: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#21581: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#48471: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#48471: slip REFUSED response to 80.250.115.0/24 client 221.229.162.197#39125: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#39125: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#64811: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#64811: drop REFUSED response to 221.229.162.0/24 client 80.250.115.133#50582: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#50582: drop REFUSED response to 80.250.115.0/24 client 221.229.162.197#2589: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#2589: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#42520: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#42520: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#14914: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#14914: slip REFUSED response to 221.229.162.0/24 client 80.250.115.133#19227: query: wradish.com IN ANY +E (192.168.0.31) client 80.250.115.133#19227: slip REFUSED response to 80.250.115.0/24 client 221.229.162.197#6794: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#6794: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#57811: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#57811: slip REFUSED response to 221.229.162.0/24 client 221.229.162.197#46059: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#46059: drop REFUSED response to 221.229.162.0/24 client 221.229.162.197#7354: query: wradish.com IN ANY +E (192.168.0.31) client 221.229.162.197#7354: slip REFUSED response to 221.229.162.0/24 real 0m1.260s user 0m0.004s sys 0m0.000s
Nevidím tam nikde DNSSEC, takže to máš naprosto nezabezpečené.
Tiskni
Sdílej: