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í
×
    včera 16:44 | Komunita

    Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.

    Ladislav Hagara | Komentářů: 3
    včera 14:55 | Humor

    McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.

    Ladislav Hagara | Komentářů: 8
    včera 00:11 | Nová verze

    Byla vydána (𝕏) červnová aktualizace aneb nová verze 1.102 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.102 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.

    Ladislav Hagara | Komentářů: 0
    10.7. 21:00 | Bezpečnostní upozornění

    Byla vydána nová verze 2.4.64 svobodného multiplatformního webového serveru Apache (httpd). Řešeno je mimo jiné 8 bezpečnostních chyb.

    Ladislav Hagara | Komentářů: 4
    10.7. 15:22 | Nová verze

    Společnost xAI na síti 𝕏 představila Grok 4, tj. novou verzi svého AI LLM modelu Grok.

    Ladislav Hagara | Komentářů: 11
    10.7. 12:55 | Bezpečnostní upozornění

    Ministerstvo vnitra odhalilo závažný kyberincident v IT systému resortu. Systém, do kterého se dostal útočník bez oprávnění, byl odpojen a nedošlo k odcizení dat [𝕏].

    Ladislav Hagara | Komentářů: 16
    10.7. 11:55 | Humor

    Před rokem byla streamovací služba HBO Max přejmenována na Max. Dle managementu slovo HBO v názvu nebylo důležité. Včera byl Max přejmenován zpět na HBO Max. Kolik milionů dolarů to stálo? 😂

    Ladislav Hagara | Komentářů: 10
    10.7. 02:11 | Nová verze

    Byla vydána nová major verze 8.0.0 svobodného systému pro detekci a prevenci průniků a monitorování bezpečnosti počítačových sítí Suricata (Wikipedie). Přehled novinek v oficiálním oznámení a v aktualizované dokumentaci.

    Ladislav Hagara | Komentářů: 0
    10.7. 01:11 | Nová verze

    Mastodon (Wikipedie) - sociální síť, která není na prodej - byl vydán ve verzi 4.4. Přehled novinek s náhledy a videi v oznámení na blogu.

    Ladislav Hagara | Komentářů: 1
    10.7. 00:11 | IT novinky

    Instituce státní správy nebudou smět využívat produkty, aplikace, řešení, webové stránky a webové služby poskytované čínskou společností DeepSeek. Na doporučení Národního úřadu pro kybernetickou a informační bezpečnost rozhodla o jejich zákazu vláda Petra Fialy na jednání ve středu 9. července 2025.

    Ladislav Hagara | Komentářů: 7
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (27%)
     (7%)
     (2%)
     (1%)
     (1%)
     (3%)
    Celkem 383 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    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
    1.2.2015 18:33 mhepp | skóre: 22
    Rozbalit Rozbalit vše Re: Bash - konečné řešení vymazání historie
    V příkazové řádce zadej*: 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

    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.