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 05:33 | Nová verze

    Bun (Wikipedie), tj. běhové prostředí (runtime) a toolkit pro JavaScript a TypeScript, alternativa k Node.js a Deno, byl vydán ve verzi 1.3. Představení novinek také na YouTube. Bun je naprogramován v programovacím jazyce Zig.

    Ladislav Hagara | Komentářů: 0
    včera 14:22 | IT novinky

    V Lucemburku byly oznámeny výsledky posledního kola výzev na evropské továrny pro umělou inteligenci neboli AI Factories. Mezi úspěšné žadatele patří i Česká republika, potažmo konsorcium šesti partnerů vedené VŠB – Technickou univerzitou Ostrava. V rámci Czech AI Factory (CZAI), jak se česká AI továrna jmenuje, bude pořízen velmi výkonný superpočítač pro AI výpočty a vznikne balíček služeb poskytovaný odborníky konsorcia. Obojí bude sloužit malým a středním podnikům, průmyslu i institucím veřejného a výzkumného sektoru.

    Ladislav Hagara | Komentářů: 7
    včera 01:22 | Nová verze

    Byla vydána (𝕏) zářijová aktualizace aneb nová verze 1.105 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.105 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.

    Ladislav Hagara | Komentářů: 0
    9.10. 15:33 | Komunita

    Ve Firefoxu bude lepší správa profilů (oddělené nastavení domovské stránky, nastavení lišt, instalace rozšíření, uložení hesla, přidání záložky atd.). Nový grafický správce profilů bude postupně zaváděn od 14.října.

    Ladislav Hagara | Komentářů: 0
    9.10. 12:44 | Nová verze

    Canonical vydal (email) Ubuntu 25.10 Questing Quokka. Přehled novinek v poznámkách k vydání. Jedná se o průběžné vydání s podporou 9 měsíců, tj. do července 2026.

    Ladislav Hagara | Komentářů: 0
    9.10. 12:22 | Nová verze

    ClamAV (Wikipedie), tj. multiplatformní antivirový engine s otevřeným zdrojovým kódem pro detekci trojských koní, virů, malwaru a dalších škodlivých hrozeb, byl vydán ve verzi 1.5.0.

    Ladislav Hagara | Komentářů: 0
    9.10. 01:22 | Nová verze

    Byla vydána nová verze 1.12.0 dynamického programovacího jazyka Julia (Wikipedie) určeného zejména pro vědecké výpočty. Přehled novinek v příspěvku na blogu a v poznámkách k vydání. Aktualizována byla také dokumentace.

    Ladislav Hagara | Komentářů: 0
    8.10. 15:11 | Bezpečnostní upozornění

    V Redisu byla nalezena a v upstreamu již opravena kritická zranitelnost CVE-2025-49844 s CVSS 10.0 (RCE, vzdálené spouštění kódu).

    Ladislav Hagara | Komentářů: 5
    8.10. 14:00 | IT novinky

    Ministr a vicepremiér pro digitalizaci Marian Jurečka dnes oznámil, že přijme rezignaci ředitele Digitální a informační agentury Martina Mesršmída, a to k 23. říjnu 2025. Mesršmíd nabídl svou funkci během minulého víkendu, kdy se DIA potýkala s problémy eDokladů, které některým občanům znepříjemnily využití možnosti prokázat se digitální občankou u volebních komisí při volbách do Poslanecké sněmovny.

    Ladislav Hagara | Komentářů: 20
    8.10. 12:33 | Zajímavý software

    Společnost Meta představila OpenZL. Jedná se o open source framework pro kompresi dat s ohledem na jejich formát. Zdrojové kódy jsou k dispozici na GitHubu.

    Ladislav Hagara | Komentářů: 0
    Jaké řešení používáte k vývoji / práci?
     (38%)
     (46%)
     (16%)
     (17%)
     (21%)
     (16%)
     (17%)
     (16%)
     (16%)
    Celkem 206 hlasů
     Komentářů: 13, poslední 8.10. 07:41
    Rozcestník

    Dotaz: zaznamy v /etc/sysctl.conf

    25.12.2019 21:22 kyci
    zaznamy v /etc/sysctl.conf
    Přečteno: 419×
    Příloha:
    Prosim Vas vedel by niekto poradit ci su tieto zaznamy v poriadku?mam pripojenie na net cez kabel na router udava rychlost 1000 mb stahovanie -1,4mb/s ale stranky otvara 100kb

    Odpovědi

    25.12.2019 21:42 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    ten zaznam :# IPv6 Privacy Extensions (RFC 4941) # --- # IPv6 typically uses a device's MAC address when choosing an IPv6 address # to use in autoconfiguration. Privacy extensions allow using a randomly # generated IPv6 address, which increases privacy. # # Acceptable values: # 0 - don’t use privacy extensions. # 1 - generate privacy addresses # 2 - prefer privacy addresses and use them over the normal addresses. net.ipv6.conf.all.use_tempaddr = 2 net.ipv6.conf.default.use_tempaddr = 2
    25.12.2019 21:46 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    zaznam v sysctl.conf:

    # # Configuration file for setting network variables. Please note these settings # override /etc/sysctl.conf. If you prefer to use /etc/sysctl.conf, please # adjust IPT_SYSCTL in /etc/default/ufw. #

    # Uncomment this to allow this host to route packets between interfaces #net/ipv4/ip_forward=1 #net/ipv6/conf/default/forwarding=1 #net/ipv6/conf/all/forwarding=1

    # Turn on Source Address Verification in all interfaces to prevent some # spoofing attacks net/ipv4/conf/default/rp_filter=1 net/ipv4/conf/all/rp_filter=1

    # Do not accept IP source route packets (we are not a router) net/ipv4/conf/default/accept_source_route=0 net/ipv4/conf/all/accept_source_route=0 net/ipv6/conf/default/accept_source_route=0 net/ipv6/conf/all/accept_source_route=0

    # Disable ICMP redirects. ICMP redirects are rarely used but can be used in # MITM (man-in-the-middle) attacks. Disabling ICMP may disrupt legitimate # traffic to those sites. net/ipv4/conf/default/accept_redirects=0 net/ipv4/conf/all/accept_redirects=0 net/ipv6/conf/default/accept_redirects=0 net/ipv6/conf/all/accept_redirects=0

    # Ignore bogus ICMP errors net/ipv4/icmp_echo_ignore_broadcasts=1 net/ipv4/icmp_ignore_bogus_error_responses=1 net/ipv4/icmp_echo_ignore_all=0

    # Don't log Martian Packets (impossible packets) net/ipv4/conf/default/log_martians=0 net/ipv4/conf/all/log_martians=0

    # Change to '1' to enable TCP/IP SYN cookies This disables TCP Window Scaling # (http://lkml.org/lkml/2008/2/5/167) net/ipv4/tcp_syncookies=0

    #net/ipv4/tcp_fin_timeout=30 #net/ipv4/tcp_keepalive_intvl=1800

    # normally allowing tcp_sack is ok, but if going through OpenBSD 3.8 RELEASE or # earlier pf firewall, should set this to 0 net/ipv4/tcp_sack=1

    # Uncomment this to turn off ipv6 autoconfiguration #net/ipv6/conf/default/autoconf=0 #net/ipv6/conf/all/autoconf=0

    # Uncomment this to enable ipv6 privacy addressing #net/ipv6/conf/default/use_tempaddr=2 #net/ipv6/conf/all/use_tempaddr=2
    vencour avatar 25.12.2019 22:34 vencour | skóre: 56 | blog: Tady je Vencourovo | Praha+západní Čechy
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    Zdravím,
    oněch 1000 Mbps je zřejmě "fyzická rychlost" k prvnímu stroji (mezi počítačem a routerem).
    IP adresy v obrázku jsou uvedeny jen IPv4, pokud má vše ze sysctl.conf skutečně hash (ten křížek), tak to není aktivní.
    Pokud jde "blbě" internet, zkuste a) ping -c 200 -s 1200 8.8.8.8 (čili poslat 200x ping o velikosti 1200 bajtů na google), pokud to bude bez chyb, prověřte si tu stránku, kam jdete, co na ní vše je plus zkuste taky pingat na něco z ní.
    Případně zkuste nějaký test rychlosti (rychlost.cz, https://www.lupa.cz/nastroje/speedmeter/, http://speedtest.cesnet.cz/).
    Ty nejhlubší objevy nečekají nutně za příští hvězdou. Jsou uvnitř nás utkány do vláken, která nás spojují, nás všechny.
    26.12.2019 12:21 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    no vyhodilo mi toto ,len sa v tom nevyznam

    PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.
    76 bytes from 8.8.8.8: icmp_seq=1 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=2 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=3 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=4 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=5 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=6 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=7 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=8 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=9 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=10 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=11 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=12 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=13 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=14 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=15 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=16 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=17 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=18 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=19 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=20 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=21 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=22 ttl=54 (truncated)
    26.12.2019 12:23 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
     $ ping -c 200 -s 1200 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.
    76 bytes from 8.8.8.8: icmp_seq=1 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=2 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=3 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=4 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=5 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=6 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=7 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=8 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=9 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=10 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=11 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=12 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=13 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=14 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=15 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=16 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=17 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=18 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=19 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=20 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=21 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=22 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=23 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=24 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=25 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=26 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=27 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=28 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=29 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=30 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=31 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=32 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=33 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=34 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=35 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=36 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=37 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=38 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=39 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=40 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=41 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=42 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=43 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=44 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=45 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=46 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=47 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=48 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=49 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=50 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=51 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=52 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=53 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=54 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=55 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=56 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=57 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=58 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=59 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=60 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=61 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=62 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=63 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=64 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=65 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=66 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=67 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=68 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=69 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=70 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=71 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=72 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=73 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=74 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=75 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=76 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=77 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=78 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=79 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=80 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=81 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=82 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=83 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=84 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=85 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=86 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=87 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=88 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=89 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=90 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=91 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=92 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=93 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=94 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=95 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=96 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=97 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=98 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=99 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=100 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=101 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=102 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=103 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=104 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=105 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=106 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=107 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=108 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=109 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=110 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=111 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=112 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=113 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=114 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=115 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=116 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=117 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=118 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=119 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=120 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=121 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=122 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=123 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=124 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=125 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=126 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=127 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=128 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=129 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=130 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=131 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=132 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=133 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=134 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=135 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=136 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=137 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=138 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=139 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=140 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=141 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=142 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=143 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=144 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=145 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=146 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=147 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=148 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=149 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=150 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=151 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=152 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=153 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=154 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=155 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=156 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=157 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=158 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=159 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=160 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=161 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=162 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=163 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=164 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=165 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=166 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=167 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=168 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=169 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=170 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=171 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=172 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=173 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=174 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=175 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=176 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=177 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=178 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=179 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=180 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=181 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=182 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=183 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=184 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=185 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=186 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=187 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=188 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=189 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=190 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=191 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=192 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=193 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=194 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=195 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=196 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=197 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=198 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=199 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=200 ttl=54 (truncated)
    

    --- 8.8.8.8 ping statistics --- 200 packets transmitted, 200 received, 0% packet loss, time 199261ms rtt min/avg/max/mdev = 31.883/49.736/105.997/7.587 ms
    k3dAR avatar 26.12.2019 15:09 k3dAR | skóre: 63
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    btw: nevsiml sis ze po vlozeni a tuknuti na nahled je z toho necitelnej bordel? ;-) pro zachovani formatovani oznac vkladanej text a tukni na <pre> ...
    porad nemam telo, ale uz mam hlavu... nobody
    vencour avatar 26.12.2019 19:43 vencour | skóre: 56 | blog: Tady je Vencourovo | Praha+západní Čechy
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    Pro vás je podstatné tohle
    --- 8.8.8.8 ping statistics --- 200 packets transmitted, 200 received, 0% packet loss, time 199261ms rtt min/avg/max/mdev = 31.883/49.736/105.997/7.587 ms
    čili nic se neztratilo. Pokud něco konkrétního zlobí, pokračujte dál v testování toho, co zlobí.
    Ty nejhlubší objevy nečekají nutně za příští hvězdou. Jsou uvnitř nás utkány do vláken, která nás spojují, nás všechny.

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.