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 22:22 | Komunita

    Open source webový aplikační framework Django slaví 20. narozeniny.

    Ladislav Hagara | Komentářů: 0
    včera 16:11 | Komunita

    V Brestu dnes začala konference vývojářů a uživatelů linuxové distribuce Debian DebConf25. Na programu je řada zajímavých přednášek. Sledovat je lze online.

    Ladislav Hagara | Komentářů: 0
    včera 11:33 | IT novinky

    Před 30 lety, tj. 14. července 1995, se začala používat přípona .mp3 pro soubory s hudbou komprimovanou pomocí MPEG-2 Audio Layer 3.

    Ladislav Hagara | Komentářů: 16
    včera 10:55 | IT novinky

    Výroba 8bitových domácích počítačů Commodore 64 byla ukončena v dubnu 1994. Po více než 30 letech byl představen nový oficiální Commodore 64 Ultimate (YouTube). S deskou postavenou na FPGA. Ve 3 edicích v ceně od 299 dolarů a plánovaným dodáním v říjnu a listopadu letošního roku.

    Ladislav Hagara | Komentářů: 16
    13.7. 17:55 | Zajímavý projekt

    Společnost Hugging Face ve spolupráci se společností Pollen Robotics představila open source robota Reachy Mini (YouTube). Předobjednat lze lite verzi za 299 dolarů a wireless verzi s Raspberry Pi 5 za 449 dolarů.

    Ladislav Hagara | Komentářů: 11
    11.7. 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
    11.7. 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ářů: 16
    11.7. 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ářů: 12
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (26%)
     (7%)
     (3%)
     (1%)
     (1%)
     (4%)
    Celkem 395 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
    24.1.2013 13:44 Jack Hokus | skóre: 34 | blog: LostHeaven
    Rozbalit Rozbalit vše Re: Fedora 18 nevidí okolní sítě
    Dobrý den,

    přikládám požadovaný výpis
    [root@localhost petr]# iptables -L
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
    ACCEPT     all  --  anywhere             anywhere            
    INPUT_direct  all  --  anywhere             anywhere            
    INPUT_ZONES  all  --  anywhere             anywhere            
    ACCEPT     icmp --  anywhere             anywhere            
    REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
    ACCEPT     all  --  anywhere             anywhere            
    FORWARD_direct  all  --  anywhere             anywhere            
    FORWARD_ZONES  all  --  anywhere             anywhere            
    ACCEPT     icmp --  anywhere             anywhere            
    REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination         
    OUTPUT_direct  all  --  anywhere             anywhere            
    
    Chain FORWARD_ZONES (1 references)
    target     prot opt source               destination         
    FWDI_ZONE_public  all  --  anywhere             anywhere            
    FWDO_ZONE_public  all  --  anywhere             anywhere            
    FWDO_ZONE_public  all  --  anywhere             anywhere            
    FWDI_ZONE_public  all  --  anywhere             anywhere            
    
    Chain FORWARD_direct (1 references)
    target     prot opt source               destination         
    
    Chain FWDI_ZONE_public (2 references)
    target     prot opt source               destination         
    FWDI_ZONE_public_deny  all  --  anywhere             anywhere            
    FWDI_ZONE_public_allow  all  --  anywhere             anywhere            
    
    Chain FWDI_ZONE_public_allow (1 references)
    target     prot opt source               destination         
    
    Chain FWDI_ZONE_public_deny (1 references)
    target     prot opt source               destination         
    
    Chain FWDO_ZONE_external (0 references)
    target     prot opt source               destination         
    FWDO_ZONE_external_deny  all  --  anywhere             anywhere            
    FWDO_ZONE_external_allow  all  --  anywhere             anywhere            
    
    Chain FWDO_ZONE_external_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere            
    
    Chain FWDO_ZONE_external_deny (1 references)
    target     prot opt source               destination         
    
    Chain FWDO_ZONE_public (2 references)
    target     prot opt source               destination         
    FWDO_ZONE_public_deny  all  --  anywhere             anywhere            
    FWDO_ZONE_public_allow  all  --  anywhere             anywhere            
    
    Chain FWDO_ZONE_public_allow (1 references)
    target     prot opt source               destination         
    
    Chain FWDO_ZONE_public_deny (1 references)
    target     prot opt source               destination         
    
    Chain INPUT_ZONES (1 references)
    target     prot opt source               destination         
    IN_ZONE_public  all  --  anywhere             anywhere            
    IN_ZONE_public  all  --  anywhere             anywhere            
    
    Chain INPUT_direct (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_dmz (0 references)
    target     prot opt source               destination         
    IN_ZONE_dmz_deny  all  --  anywhere             anywhere            
    IN_ZONE_dmz_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_dmz_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    
    Chain IN_ZONE_dmz_deny (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_external (0 references)
    target     prot opt source               destination         
    IN_ZONE_external_deny  all  --  anywhere             anywhere            
    IN_ZONE_external_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_external_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    
    Chain IN_ZONE_external_deny (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_home (0 references)
    target     prot opt source               destination         
    IN_ZONE_home_deny  all  --  anywhere             anywhere            
    IN_ZONE_home_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_home_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:ipp ctstate NEW
    ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-ns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-dgm ctstate NEW
    
    Chain IN_ZONE_home_deny (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_internal (0 references)
    target     prot opt source               destination         
    IN_ZONE_internal_deny  all  --  anywhere             anywhere            
    IN_ZONE_internal_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_internal_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:ipp ctstate NEW
    ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-ns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-dgm ctstate NEW
    
    Chain IN_ZONE_internal_deny (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_public (2 references)
    target     prot opt source               destination         
    IN_ZONE_public_deny  all  --  anywhere             anywhere            
    IN_ZONE_public_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_public_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns ctstate NEW
    
    Chain IN_ZONE_public_deny (1 references)
    target     prot opt source               destination         
    
    Chain IN_ZONE_work (0 references)
    target     prot opt source               destination         
    IN_ZONE_work_deny  all  --  anywhere             anywhere            
    IN_ZONE_work_allow  all  --  anywhere             anywhere            
    
    Chain IN_ZONE_work_allow (1 references)
    target     prot opt source               destination         
    ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-ns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-dgm ctstate NEW
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:netbios-ssn ctstate NEW
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:microsoft-ds ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:ipp ctstate NEW
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-ns ctstate NEW
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-dgm ctstate NEW
    
    Chain IN_ZONE_work_deny (1 references)
    target     prot opt source               destination         
    
    Chain OUTPUT_direct (1 references)
    target     prot opt source               destination 
    
    Děkuji

    Petr
    http://www.jackhokus.cz/

    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.