abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 04:44 | Nová verze

    Nová čísla časopisů od nakladatelství Raspberry Pi: MagPi 140 (pdf) a HackSpace 77 (pdf).

    Ladislav Hagara | Komentářů: 0
    dnes 01:00 | Nová verze

    ESPHome, tj. open source systém umožňující nastavovat zařízení s čipy ESP (i dalšími) pomocí konfiguračních souborů a připojit je do domácí automatizace, například do Home Assistantu, byl vydán ve verzi 2024.4.0.

    Ladislav Hagara | Komentářů: 0
    včera 22:11 | IT novinky Ladislav Hagara | Komentářů: 0
    včera 20:55 | Nová verze

    Neziskové průmyslové konsorcium Khronos Group vydalo verzi 1.1 specifikace OpenXR (Wikipedie), tj. standardu specifikujícího přístup k platformám a zařízením pro XR, tj. platformám a zařízením pro AR (rozšířenou realitu) a VR (virtuální realitu). Do základu se z rozšíření dostalo XR_EXT_local_floor. Společnost Collabora implementuje novou verzi specifikace do platformy Monado, tj. open source implementace OpenXR.

    Ladislav Hagara | Komentářů: 2
    včera 17:22 | Nová verze

    Byla vydána nová verze 0.38.0 multimediálního přehrávače mpv (Wikipedie) vycházejícího z přehrávačů MPlayer a mplayer2. Přehled novinek, změn a oprav na GitHubu. Požadován je FFmpeg 4.4 nebo novější a také libplacebo 6.338.2 nebo novější.

    Ladislav Hagara | Komentářů: 2
    včera 17:11 | 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 verzích 1.3.1, 1.2.3 a 1.0.6. Ve verzi 1.3.1 je mimo jiné řešena bezpečnostní chyba CVE-2024-20380.

    Ladislav Hagara | Komentářů: 2
    včera 12:11 | IT novinky

    Digitální a informační agentura (DIA) oznámila (PDF, X a Facebook), že mobilní aplikace Portál občana je ode dneška oficiálně venku.

    Ladislav Hagara | Komentářů: 8
    včera 05:11 | Komunita

    #HACKUJBRNO 2024, byly zveřejněny výsledky a výstupy hackathonu města Brna nad otevřenými městskými daty, který se konal 13. a 14. dubna 2024.

    Ladislav Hagara | Komentářů: 2
    17.4. 17:55 | IT novinky

    Společnost Volla Systeme stojící za telefony Volla spustila na Kickstarteru kampaň na podporu tabletu Volla Tablet s Volla OS nebo Ubuntu Touch.

    Ladislav Hagara | Komentářů: 3
    17.4. 17:44 | IT novinky

    Společnost Boston Dynamics oznámila, že humanoidní hydraulický robot HD Atlas šel do důchodu (YouTube). Nastupuje nová vylepšená elektrická varianta (YouTube).

    Ladislav Hagara | Komentářů: 1
    KDE Plasma 6
     (68%)
     (10%)
     (2%)
     (19%)
    Celkem 559 hlasů
     Komentářů: 4, poslední 6.4. 15:51
    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
    17.5.2007 20:53 Max | skóre: 72 | blog: Max_Devaine
    Rozbalit Rozbalit vše Re: pacman
    $cat /etc/pacman.conf
    #
    # /etc/pacman.conf
    #
    # NOTE: If you find a mirror that is geographically close to you, please
    #       move it to the top of the server list, so pacman will choose it
    #       first.
    #
    # To re-sort your mirror lists by ping/traceroute results, use the
    # /usr/bin/sortmirrors script.  It requires the "netselect" package.
    #
    
    # See the pacman manpage for option directives
    
    #
    # GENERAL OPTIONS
    #
    [options]
    LogFile     = /var/log/pacman.log
    NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
    NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
    NoUpgrade   = etc/rc.conf etc/rc.local
    NoUpgrade   = etc/modprobe.conf etc/modules.conf
    NoUpgrade   = etc/lilo.conf boot/grub/menu.lst
    HoldPkg     = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    
    #
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here.
    #   - local/custom mirrors can be added here or in separate files
    #
    
    #[testing]
    #Server = ftp://ftp.archlinux.org/testing/os/i686
    
    [current]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/current
    
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    
    [unstable]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/unstable
    
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    
    #[danimoth]
    #Server = http://jjdanimoth.altervista.org/arch/i686
    [root@max max]# cat /etc/pacman.conf
    #
    # /etc/pacman.conf
    #
    # NOTE: If you find a mirror that is geographically close to you, please
    #       move it to the top of the server list, so pacman will choose it
    #       first.
    #
    # To re-sort your mirror lists by ping/traceroute results, use the
    # /usr/bin/sortmirrors script.  It requires the "netselect" package.
    #
    
    # See the pacman manpage for option directives
    
    #
    # GENERAL OPTIONS
    #
    [options]
    LogFile     = /var/log/pacman.log
    NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
    NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
    NoUpgrade   = etc/rc.conf etc/rc.local
    NoUpgrade   = etc/modprobe.conf etc/modules.conf
    NoUpgrade   = etc/lilo.conf boot/grub/menu.lst
    HoldPkg     = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    
    #
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here.
    #   - local/custom mirrors can be added here or in separate files
    #
    
    #[testing]
    #Server = ftp://ftp.archlinux.org/testing/os/i686
    
    [current]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/current
    
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    
    [unstable]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/unstable
    
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    
    #[danimoth]
    #Server = http://jjdanimoth.altervista.org/arch/i686
    
    $cat /etc/pacman.d/current
    #
    # CURRENT: Arch Linux core repository
    #
    [current]
    # Europe
    # - Czech Republic
    Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/current/os/i686
    
    $cat /etc/pacman.d/communiti
    #
    # The Community tree.  These are community-maintained packages from the
    # Arch User Repository (http://aur.archlinux.org)
    
    [community]
    
    # Europe
    # - Czech Republic
    Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/community/os/i686
    
    To samé se všema ostatníma repositářema => testing apod.
    $pacman --version
    
     .--.                  Pacman v3.0.4 - libalpm v1.0.0
    / _.-' .-.  .-.  .-.   Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>
    \  '-. '-'  '-'  '-'
     '--'
                           This program may be freely redistributed under
                           the terms of the GNU General Public License
    
    Předpokládám že síť ti jede :), spíš bych tipoval, že máš blbě nastaven pacman.conf ;-)
    Zdar Max
    Měl jsem sen ... :(

    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.