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 18:33 | IT novinky

    Na GOG.com běží Autumn Sale. Při té příležitosti je zdarma hororová počítačová hra STASIS (ProtonDB: Platinum).

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

    Ubuntu 25.10 má nově balíčky sestavené také pro úroveň mikroarchitektury x86-64-v3 (amd64v3).

    Ladislav Hagara | Komentářů: 4
    dnes 01:22 | Nová verze

    Byla vydána verze 1.91.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.

    Ladislav Hagara | Komentářů: 0
    dnes 00:11 | IT novinky

    Ministerstvo průmyslu a obchodu vyhlásilo druhou veřejnou soutěž v programu TWIST, který podporuje výzkum, vývoj a využití umělé inteligence v podnikání. Firmy mohou získat až 30 milionů korun na jeden projekt zaměřený na nové produkty či inovaci podnikových procesů. Návrhy projektů lze podávat od 31. října do 17. prosince 2025. Celková alokace výzvy činí 800 milionů korun.

    Ladislav Hagara | Komentářů: 4
    včera 23:44 | Komunita

    Google v srpnu oznámil, že na „certifikovaných“ zařízeních s Androidem omezí instalaci aplikací (včetně „sideloadingu“) tak, že bude vyžadovat, aby aplikace byly podepsány centrálně registrovanými vývojáři s ověřenou identitou. Iniciativa Keep Android Open se to snaží zvrátit. Podepsat lze otevřený dopis adresovaný Googlu nebo petici na Change.org.

    Ladislav Hagara | Komentářů: 0
    včera 15:22 | Nová verze

    Byla vydána nová verze 18 integrovaného vývojového prostředí (IDE) Qt Creator. S podporou Development Containers. Podrobný přehled novinek v changelogu.

    Ladislav Hagara | Komentářů: 2
    včera 12:55 | Nová verze

    Cursor (Wikipedie) od společnosti Anysphere byl vydán ve verzi 2.0. Jedná se o multiplatformní proprietární editor kódů s podporou AI (vibe coding).

    Ladislav Hagara | Komentářů: 1
    včera 02:55 | Nová verze

    Google Chrome 142 byl prohlášen za stabilní. Nejnovější stabilní verze 142.0.7444.59 přináší řadu novinek z hlediska uživatelů i vývojářů. Podrobný přehled v poznámkách k vydání. Opraveno bylo 20 bezpečnostních chyb. Za nejvážnější z nich bylo vyplaceno 50 000 dolarů. Vylepšeny byly také nástroje pro vývojáře.

    Ladislav Hagara | Komentářů: 0
    včera 01:22 | IT novinky Ladislav Hagara | Komentářů: 0
    29.10. 17:00 | Upozornění

    Národní identitní autorita, tedy NIA ID, MeG a eOP jsou nedostupné. Na nápravě se pracuje [𝕏].

    Ladislav Hagara | Komentářů: 12
    Jaké řešení používáte k vývoji / práci?
     (35%)
     (48%)
     (19%)
     (19%)
     (22%)
     (16%)
     (21%)
     (16%)
     (18%)
    Celkem 291 hlasů
     Komentářů: 14, poslední 14.10. 09:04
    Rozcestník

    Dotaz: zaznamy v /etc/sysctl.conf

    25.12.2019 21:22 kyci
    zaznamy v /etc/sysctl.conf
    Přečteno: 422×
    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.