Skip to main contentdfsdf

Luis Bravo's List: Archlinux

    • IgnorePkg=linux
      • Skip package from being upgraded.
        O nome dos pacotes pode ser separado por espaço ou então pode-se usar mais de uma linha.

    • Installing specific packages
      • # pacman -S package_name1 package_name2 ...

        Especificando o repositório (extra na exemplo
        # pacman -S extra/package_name

        Também é possível instalar grupos de pacotes. Masi detalhes nesse mesmo site.
        Relação de grupos: em https://www.archlinux.org/groups/

    2 more annotations...

    • UEFI does not launch any boot code in the MBR whether it exists or not. Instead it uses a special partition in the partition table called EFI SYSTEM PARTITION
    • Each vendor can store its files under <EFI SYSTEM PARTITION>/EFI/<VENDOR NAME>/ folder and can use the firmware or its shell (UEFI shell) to launch the boot program

    16 more annotations...

    • Some people recommend the use of other options to the Ext4 filesystem such as removing its journal or removing write barriers. Both of those can lead to filesystem corruption and loss of data on systems without UPS.
      • Mas notebooks tem bateria, então deve ser útil não usar journal em filesystems com pouca escrita como um raiz segregado. Usar "/" sem journal, /var separado com journal, /tmp em tmpfs, /home separada com journal, profile e .cache em tmpfs, swap em disco.

    • For every partition using Ext4 we add the word discard to the list of options
      • Existe alguma recomendação para usar LVM com SSD ?

    • Separate screens
      • Normally the X display has a single identifier such as :0 set in the DISPLAY environment variable, but in this configuration each screen has a different $DISPLAY value. The first screen is :0.0, the second is :0.1 and so on.

      • # Launch a terminal on the second screen
        $ DISPLAY=:0.1 urxvt &

      • 2 more sticky notes...
    • hdparm -t /dev/sdx
      • This is only the pure read speed of the hard drive, and is not a valid benchmark, but a value superior to 40MB/s (assuming drive tested while idle) can be considered decent on an average system. hdparm can be found in the Official Repositories.

    • Special considerations such as partition alignment, choice of file system, TRIM support, etc. are needed to set up SSDs for optimal performance
    • Large cells require different filesystem optimizations than rotating media

    14 more annotations...

    • Linux no more needs to reproduce well known solutions as it is capable of proposing new ones on its own, and creating new standards just like it has been successfully doing in other areas.
    • As of version 2.10.92-10, fontconfig-infinality-ultimate entirely abandons the “nesting” configuration model known from fontconfig-infinality, and configuration templates found in /etc/fonts/conf.avail.infinality from now on mimic the layout of the generic /etc/fonts/conf.avail as close as possible

    5 more annotations...

1 - 20 of 68 Next › Last »
20 items/page
List Comments (0)