AlmaLinux OS byl vydán ve verzích 9.8 s kódovým jménem Olive Jaguar a 10.2 s kódovým jménem Lavender Lion. Podrobnosti v poznámkách k vydání (9.8 a 10.2). Opraveny byly zranitelnosti Copy Fail (CVE-2026-31431), Dirty FRAG, Fragnesia (CVE-2026-46300), nginx Rift (CVE-2026-42945) a SSH Keysign Pwn (CVE-2026-46333).
Seznam.cz vykázal za rok 2025 tržby v celkové hodnotě 6,454 miliardy korun. Oproti roku 2024 nárůst o 3,68 %. Zisk před zdaněním oproti předcházejícímu roku poklesl, a to o 11,21 % na 1,330 miliardy korun. Vlastní velké jazykové modely SeLLMa najdou dnes uživatelé téměř na všech seznamáckých službách. Na všechny obsahové služby byla zavedena technologie text-to-speech, díky níž si mohou uživatelé přehrát články v audio verzi namluvené
… více »Vláda představila strategické digitalizační projekty. Roadmapa zahrnuje celkem 55 projektů napříč státní správou, z toho 22 prioritních projektů vycházejících přímo z programového prohlášení vlády a 33 projektů založených na platné legislativě. Portfolio pokrývá oblasti financí, zdravotnictví, digitální identity, dat, registrů, dopravy, krizového řízení, sociálních agend i kybernetické bezpečnosti.
Vyjádřeni Software Freedom Conservancy (SFC) k porušování licence AGPLv3 společností Bambu Lab v jejich softwaru Bambu Studio pro 3D tisk. Bambu Studio vychází z PrusaSliceru. Ten zase z Slic3ru. Spuštěn byl projekt baltobu, který kombinuje několik strategií pro řešení problému. SFC zastřeší vývoj svobodné náhrady proprietární knihovny libbambu_networking pomocí reverzního inženýrství a reimplementace, forku OrcaSliceru pro Bambu Lab tiskárny od Paweła Jarczaka a forku celého Bambu Studia pod názvem Viscose.
Správce souborů GNOME Commander (Wikipedie) byl přepsán do Rustu a vydán v nové verzi 2.0.0.
Sway (Wikipedie), dlaždicový (tiling) správce oken pro Wayland kompatibilní s i3, byl vydán ve verzi 1.12. Do vývoje se zapojilo 50 vývojářů. Přehled novinek na GitHubu. Sway 1.12 závisí na wlroots 0.20.0.
Papež Lev XIV. ve své první encyklice Magnifica Humanitas (Skvělé lidství), která se věnuje umělé inteligenci (AI), varoval před dezinformacemi, které AI manipulací s obsahem vytváří. Moc mají podle něj sociální sítě ovládané hrstkou soukromníků. Upozornil také roli digitálních platforem v obchodování s lidmi, které podle něj musí být uznáno jako současná forma otroctví. Papež se také poprvé omluvil za roli, kterou Vatikán sehrál při legitimizaci otroctví, a za to, že jej po staletí neodsoudil.
Český telekomunikační úřad zveřejnil Výroční zprávu za rok 2025 (pdf), která shrnuje jeho hlavní aktivity v oblasti regulace elektronických komunikací, poštovních služeb, digitálních služeb a přípravy na dohled nad umělou inteligencí. Součástí zprávy jsou také data o vývoji trhu, včetně pokračujícího růstu spotřeby mobilních dat a rozšiřování sítí nové generace. Celkový objem přenesených mobilních dat dosáhl v roce 2025 přibližně
… více »Tým sdružení CZ.NIC vyvíjející routovacího daemona BIRD oznámil vydání nových verzí 3.3.0 a 2.19.0. Ty přinášejí podporu pro EVPN/VXLAN a automatizaci BGP na základě router advertisementů. Více informací je k dispozici v archivu uživatelského mailing-listu.
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].
Řešení dotazu:
man bash
pak napiš*:
/HIST
A kochej se*:
...
HISTCONTROL
A colon-separated list of values controlling how commands are saved on the history list. If the list of
values includes ignorespace, lines which begin with a space character are not saved in the history list. A
value of ignoredups causes lines matching the previous history entry to not be saved. A value of ignoreboth
is shorthand for ignorespace and ignoredups. A value of erasedups causes all previous lines matching the
current line to be removed from the history list before that line is saved. Any value not in the above list
is ignored. If HISTCONTROL is unset, or does not include a valid value, all lines read by the shell parser
are saved on the history list, subject to the value of HISTIGNORE. The second and subsequent lines of a
multi-line compound command are not tested, and are added to the history regardless of the value of HISTCON‐
TROL.
HISTFILE
The name of the file in which command history is saved (see HISTORY below). The default value is
~/.bash_history. If unset, the command history is not saved when a shell exits.
HISTFILESIZE
The maximum number of lines contained in the history file. When this variable is assigned a value, the his‐
tory file is truncated, if necessary, to contain no more than that number of lines by removing the oldest
entries. The history file is also truncated to this size after writing it when a shell exits. If the value
is 0, the history file is truncated to zero size. Non-numeric values and numeric values less than zero
inhibit truncation. The shell sets the default value to the value of HISTSIZE after reading any startup
files.
HISTIGNORE
A colon-separated list of patterns used to decide which command lines should be saved on the history list.
Each pattern is anchored at the beginning of the line and must match the complete line (no implicit `*' is
appended). Each pattern is tested against the line after the checks specified by HISTCONTROL are applied.
In addition to the normal shell pattern matching characters, `&' matches the previous history line. `&' may
be escaped using a backslash; the backslash is removed before attempting a match. The second and subsequent
lines of a multi-line compound command are not tested, and are added to the history regardless of the value
of HISTIGNORE.
HISTSIZE
The number of commands to remember in the command history (see HISTORY below). If the value is 0, commands
are not saved in the history list. Numeric values less than zero result in every command being saved on the
history list (there is no limit). The shell sets the default value to 500 after reading any startup files.
HISTTIMEFORMAT
If this variable is set and not null, its value is used as a format string for strftime(3) to print the time
stamp associated with each history entry displayed by the history builtin. If this variable is set, time
stamps are written to the history file so they may be preserved across shell sessions. This uses the his‐
tory comment character to distinguish timestamps from other history lines.
...
*) Výsledek se může lišit
# smaze historii nactenou v aktualni konzoli, na disku v ~/.bash_history ji ale nechava history -c # ulozi aktualni historii (po predchozim smazani tedy prazdnou) na disk do ~/.bash_history history -w # napoveda pro history, ktera je soucast bash a proto nelze zobrazit pres 'history --help' help history
Tiskni
Sdílej: