Jak si zobrazit pomocí Chrome a na Chromiu založených webových prohlížečích stránky s neplatným certifikátem? Stačí napsat thisisunsafe.
V repozitáři AUR (Arch User Repository) linuxové distribuce Arch Linux byly nalezeny a odstraněny tři balíčky s malwarem. Jedná se o librewolf-fix-bin, firefox-patch-bin a zen-browser-patched-bin.
Dle plánu by Debian 13 s kódovým názvem Trixie měl vyjít v sobotu 9. srpna.
Vývoj linuxové distribuce Clear Linux (Wikipedie) vyvíjené společností Intel a optimalizováné pro jejich procesory byl oficiálně ukončen.
Byl publikován aktuální přehled vývoje renderovacího jádra webového prohlížeče Servo (Wikipedie).
V programovacím jazyce Go naprogramovaná webová aplikace pro spolupráci na zdrojových kódech pomocí gitu Forgejo byla vydána ve verzi 12.0 (Mastodon). Forgejo je fork Gitei.
Nová čísla časopisů od nakladatelství Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 155 (pdf) a Hello World 27 (pdf).
Hyprland, tj. kompozitor pro Wayland zaměřený na dláždění okny a zároveň grafické efekty, byl vydán ve verzi 0.50.0. Podrobný přehled novinek na GitHubu.
Patrick Volkerding oznámil před dvaatřiceti lety vydání Slackware Linuxu 1.00. Slackware Linux byl tenkrát k dispozici na 3,5 palcových disketách. Základní systém byl na 13 disketách. Kdo chtěl grafiku, potřeboval dalších 11 disket. Slackware Linux 1.00 byl postaven na Linuxu .99pl11 Alpha, libc 4.4.1, g++ 2.4.5 a XFree86 1.3.
Ministerstvo pro místní rozvoj (MMR) jako první orgán státní správy v Česku spustilo takzvaný „bug bounty“ program pro odhalování bezpečnostních rizik a zranitelných míst ve svých informačních systémech. Za nalezení kritické zranitelnosti nabízí veřejnosti odměnu 1000 eur, v případě vysoké závažnosti je to 500 eur. Program se inspiruje přístupy běžnými v komerčním sektoru nebo ve veřejné sféře v zahraničí.
display
z balíku ImageMagick. Nezobrazuje žádná tlačítka okolo a na Esc
skončí (nadpis okna a pozici lze určit při spuštění).
image -a 50 -f 0 -t 0 -p 1 -i droplets.jpg
(vykreslí to obrázok hore v strede s 50% priehľadnosťou; nepoužije sa žiadny fade-in a fade-out efekt)
error while loading shared libraries: libaosd.so.2: cannot open shared object file: No such file or directory
Při pokusu kompilace pomocí make v adresáři image dostanu následující:
image.c:6:18: error: glib.h: No such file or directory
image.c:17: error: expected specifier-qualifier-list before ‘gboolean’
image.c:24: error: ‘TRUE’ undeclared here (not in a function)
image.c:24: warning: excess elements in struct initializer
image.c:24: warning: (near initialization for ‘opts’)
image.c:25: warning: excess elements in struct initializer
image.c:25: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:27: warning: excess elements in struct initializer
image.c:27: warning: (near initialization for ‘opts’)
image.c:29: warning: excess elements in struct initializer
image.c:29: warning: (near initialization for ‘opts’)
image.c: In function ‘render’:
image.c:60: error: ‘struct anonymous’ has no member named ‘alpha’
image.c: At top level:
image.c:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘parse_options’
image.c: In function ‘main’:
image.c:137: warning: implicit declaration of function ‘parse_options’
image.c:137: warning: nested extern declaration of ‘parse_options’
image.c:137: error: ‘FALSE’ undeclared (first use in this function)
image.c:137: error: (Each undeclared identifier is reported only once
image.c:137: error: for each function it appears in.)
image.c:145: error: ‘struct anonymous’ has no member named ‘filename’
image.c:151: error: ‘struct anonymous’ has no member named ‘transparent’
image.c:153: error: ‘struct anonymous’ has no member named ‘pos’
image.c:154: error: ‘struct anonymous’ has no member named ‘x’
image.c:154: error: ‘struct anonymous’ has no member named ‘y’
Failed to compile image.c!
make[1]: *** [image.o] Error 1
make: *** [all] Error 1
make install
) je potrebné ako root spustiť aj program ldconfig
.
Inak v originálnej verzii sa glib nepoužíva, takže predpokladám, že sa pokúšaš skompilovať tú upravenú verziu. Aby to fungovalo je potrebné mierne upraviť makefile (aby sa tam pridali aj potrebné gdk knižnice). Napr. sa to môže upraviť tak, aby to vyzeralo nejako takto (upravujú sa len dva riadky, ostatné sú nezmenené):CPPFLAGS += ${CAIRO_CFLAGS} ${GLIB_CFLAGS} -I../../ -I../../libaosd `pkg-config gdk-2.0 --cflags` LDFLAGS += ${GLIB_LIBS} -L../../libaosd -laosd `pkg-config gdk-2.0 --libs`
SUBDIRS = libaosd ${TEXT_DIR} examplesčili výsledkem je kompilace všech příkladů.
bash$ make Entering directory libaosd. Successfully generated dependencies. Successfully compiled aosd.c. Successfully compiled aosd-internal.c. Successfully compiled aosd-main.c. Successfully linked libaosd.so. Leaving directory libaosd. Entering directory libaosd-text. Successfully generated dependencies. Successfully compiled aosd-text.c. Successfully linked libaosd-text.so. Leaving directory libaosd-text. Entering directory examples. Entering directory animation. Successfully generated dependencies. Successfully compiled animation.c. Successfully linked animation. Leaving directory animation. Entering directory scroller. Successfully generated dependencies. Successfully compiled scroller.c. Successfully linked scroller. Leaving directory scroller. Entering directory image. Successfully generated dependencies. Successfully compiled image.c. Successfully linked image. Leaving directory image.
Tiskni
Sdílej: