abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 00:33 | Bezpečnostní upozornění

    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.

    Ladislav Hagara | Komentářů: 0
    dnes 00:22 | Komunita

    Dle plánu by Debian 13 s kódovým názvem Trixie měl vyjít v sobotu 9. srpna.

    Ladislav Hagara | Komentářů: 0
    včera 13:22 | Komunita

    Vývoj linuxové distribuce Clear Linux (Wikipedie) vyvíjené společností Intel a optimalizováné pro jejich procesory byl oficiálně ukončen.

    Ladislav Hagara | Komentářů: 1
    18.7. 14:00 | Zajímavý článek

    Byl publikován aktuální přehled vývoje renderovacího jádra webového prohlížeče Servo (Wikipedie).

    Ladislav Hagara | Komentářů: 0
    18.7. 12:00 | Nová verze

    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.

    Ladislav Hagara | Komentářů: 1
    17.7. 18:44 | Zajímavý článek

    Nová čísla časopisů od nakladatelství Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 155 (pdf) a Hello World 27 (pdf).

    Ladislav Hagara | Komentářů: 1
    17.7. 16:11 | Nová verze

    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.

    Ladislav Hagara | Komentářů: 4
    17.7. 15:55 | Komunita

    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.

    Ladislav Hagara | Komentářů: 5
    16.7. 21:22 | IT novinky

    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čí.

    Ladislav Hagara | Komentářů: 19
    16.7. 16:22 | IT novinky

    Vláda dne 16. července 2025 schválila návrh nového jednotného vizuálního stylu státní správy. Vytvořilo jej na základě veřejné soutěže studio Najbrt. Náklady na přípravu návrhu a metodiky činily tři miliony korun. Modernizovaný dvouocasý lev vychází z malého státního znaku. Vizuální styl doprovází originální písmo Czechia Sans.

    Ladislav Hagara | Komentářů: 26
    Kolik tabů máte standardně otevřeno ve web prohlížeči?
     (21%)
     (14%)
     (7%)
     (0%)
     (0%)
     (7%)
     (0%)
     (50%)
    Celkem 14 hlasů
     Komentářů: 3, poslední včera 17:26
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    19.11.2019 20:11 Josef Kufner | skóre: 70
    Rozbalit Rozbalit vše Re: /var/log/jurnal a velikost adresáře 1.3GB -Co je to za zhovadilost??
    Viz man journald.conf:
           SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, SystemMaxFiles=, RuntimeMaxUse=,
           RuntimeKeepFree=, RuntimeMaxFileSize=, RuntimeMaxFiles=
               Enforce size limits on the journal files stored. The options prefixed with "System" apply to
               the journal files when stored on a persistent file system, more specifically /var/log/journal.
               The options prefixed with "Runtime" apply to the journal files when stored on a volatile
               in-memory file system, more specifically /run/log/journal. The former is used only when /var is
               mounted, writable, and the directory /var/log/journal exists. Otherwise, only the latter
               applies. Note that this means that during early boot and if the administrator disabled
               persistent logging, only the latter options apply, while the former apply if persistent logging
               is enabled and the system is fully booted up.  journalctl and systemd-journald ignore all files
               with names not ending with ".journal" or ".journal~", so only such files, located in the
               appropriate directories, are taken into account when calculating current disk usage.
    
               SystemMaxUse= and RuntimeMaxUse= control how much disk space the journal may use up at most.
               SystemKeepFree= and RuntimeKeepFree= control how much disk space systemd-journald shall leave
               free for other uses.  systemd-journald will respect both limits and use the smaller of the two
               values.
    
               The first pair defaults to 10% and the second to 15% of the size of the respective file system,
               but each value is capped to 4G. If the file system is nearly full and either SystemKeepFree= or
               RuntimeKeepFree= are violated when systemd-journald is started, the limit will be raised to the
               percentage that is actually free. This means that if there was enough free space before and
               journal files were created, and subsequently something else causes the file system to fill up,
               journald will stop using more space, but it will not be removing existing files to reduce the
               footprint again, either. Also note that only archived files are deleted to reduce the space
               occupied by journal files. This means that, in effect, there might still be more space used
               than SystemMaxUse= or RuntimeMaxUse= limit after a vacuuming operation is complete.
    
               SystemMaxFileSize= and RuntimeMaxFileSize= control how large individual journal files may grow
               at most. This influences the granularity in which disk space is made available through
               rotation, i.e. deletion of historic data. Defaults to one eighth of the values configured with
               SystemMaxUse= and RuntimeMaxUse=, so that usually seven rotated journal files are kept as
               history.
    
               Specify values in bytes or use K, M, G, T, P, E as units for the specified sizes (equal to
               1024, 1024², ... bytes). Note that size limits are enforced synchronously when journal files
               are extended, and no explicit rotation step triggered by time is needed.
    
               SystemMaxFiles= and RuntimeMaxFiles= control how many individual journal files to keep at most.
               Note that only archived files are deleted to reduce the number of files until this limit is
               reached; active files will stay around. This means that, in effect, there might still be more
               journal files around in total than this limit after a vacuuming operation is complete. This
               setting defaults to 100.
    
    Hello world ! Segmentation fault (core dumped)

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.