Shaare your links...
117 links
Lwuib-R est Shaarli Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
11 results for tags Matériel x
  • Tag hardware - David Revoy
    Tablettes et Linux. State of hardware par David Revoy
    Fri 16 Feb 2024 11:52:59 AM UTC - permalink -
    - https://www.davidrevoy.com/index.php?tag/hardware
    Geek Linux Matériel Opensource software Tuto
  • 2 nouveaux modèles de roues stabilisatrices – Hacavie
    Stabilisateurs vélos pour handicapé ou personnes agées
    Tue 13 Feb 2024 09:27:46 AM UTC - permalink -
    - https://hacavie.fr/aides-techniques/articles/2-nouveaux-modeles-de-roues-stabilisatrices/
    Achat Autisme IRL Matériel Publication Résilience Vélo
  • Quelle touche utiliser pour accéder au BIOS UEFI de sa carte mère (depuis WDD)
    Pour mémoire
    Asus : F2 ou Suppr
    Gigabyte : Suppr ou F12
    MSI (Micro-Star International) : Suppr
    ASRock : F2 ou Suppr
    Biostar : Suppr
    EVGA : Suppr
    Supermicro : Suppr
    Intel : F2
    NZXT : Suppr ou F2
    Acer : F2 ou Suppr
    Dell : F2 ou F12
    HP (Hewlett-Packard) : F10 ou Échap
    Lenovo : F2 ou F12
    ASUS : F2 ou Suppr
    MSI : F2 ou Suppr
    Toshiba : F2
    Sony VAIO : F2 ou F10
    Samsung : F2 ou Échap
    LG : F2 ou F12
    Tue 30 Jan 2024 09:38:20 PM UTC - permalink -
    - https://zonetuto.fr/hardware/quelle-touche-utiliser-pour-acceder-au-bios-uefi-de-sa-carte-mere/
    Geek Matériel software Tuto
  • liste de vendeurs de portable sous linux Liens en vrac de sebsauvage
    liste de vendeurs de portable sous linux
    Fri 13 Oct 2023 04:59:41 AM UTC - permalink -
    - https://sebsauvage.net/links/?iRWrxw
    Achat Geek IRL Linux Matériel Publication
  • Conseils : charger ses appareils électriques à vélo
    Dynamo, chargeur batterie et USB pour vélo
    Tue 19 Sep 2023 08:25:49 PM UTC - permalink -
    - https://www.lecyclo.com/blogs/conseils/alimenter-ses-feux-et-gps-a-velo
    Geek IRL Matériel Outil Résilience Tuto Vélo
  • Geoffrey Celard Tiny House
    Tuto blog Tiny house DIY
    Tue 05 Sep 2023 01:42:06 PM UTC - permalink -
    - https://geoffreycl.fr/
    blog DIY IRL Matériel Opensource Publication Survivalisme Tuto Vidéo
  • Enable TRIM for SSD
    Note: This step is meant for users who are using an SSD. If you are not, you can skip this step.

    If you are using an SSD, you must be concerned with how to increase its longevity. The most effective way to do this is by ensuring it has a sufficient amount of free space available. In fact, some manufacturers achieve this internally by blocking off some memory cells from user access, a technique known as “over-provisioning“.

    But that being said, you too should consider freeing up space on your SSD and increasing its life expectancy even further. Now by this, we don’t mean you should stop installing apps or store data on your SSD. On the contrary, we recommend enabling TRIM for SSD.

    TRIM is a command that allows the OS to directly communicate with the SSD and erase data blocks that are no longer in use. That way, you are automatically freeing up space by clearing junk you don’t use. Cool, isn’t it?

    Now to check if TRIM for SSD is enabled on your system, type in the following command in your terminal:

    sudo systemctl status fstrim.timer

    If it’s disabled, type in these commands to enable it:

    sudo systemctl enable fstrim.timer
    sudo systemctl start fstrim.timer

    TRIM is now enabled and is working to discard unused blocks from your SSD.
    Mon 24 May 2021 02:18:52 PM UTC - permalink -
    - http://
    CLI Linux Matériel Note Opensource software Sécurité Tuto
  • Decrease swap usage (Swappiness)
    Decrease swap usage (Swappiness)

    Disclaimer: Only recommended for users with >=16GB RAM.

    If you hadn’t manually opted to go with “no Swap,” then your Linux Mint system will automatically dedicate a particular amount of space as the “Swap partition.” By default, Linux is configured to move inactive pages/processes out of the RAM and into the Swap partition. When that particular page/process is again called, it will load it back from the Swap partition to the RAM.

    In theory, this mechanism is designed to improve performance by freeing up RAM so that apps and processes that need it can now use it efficiently.

    There is another feature called swappiness, where the Linux kernel actively controls how much and how often the RAM content gets moved to the swap partition. It uses a parameter value between 0-100 where 100 indicates aggressively moving RAM content into the Swap partition.

    By default, the swappiness value is set to 60. This is good if your system uses <4GB RAM.

    You can check the swappiness value on your system by typing the following command in your terminal:

    cat /proc/sys/vm/swappiness

    However, if your system has more than 16GB RAM, then such high swappiness will do more harm than good. Since RAM is a much faster form of memory than regular storage space,  having files moved to the Swap partition will result in loss of performance when you already have enough RAM available.

    As such, it is advised you keep the swappiness value down to 10.

    Now to change the swappiness value to 10, open the sysctl.conf file by type in the following command in your terminal:

    sudo nano /etc/sysctl.conf

    Add the line vm.swappiness=10 at the bottom of the file, as shown in the image.
    Change swappiness value
    Mon 24 May 2021 02:16:04 PM UTC - permalink -
    - http://
    CLI Linux Matériel Note Opensource software Sécurité Tuto
  • linux-vrac [Wiki de sebsauvage.net]
    Le gros bloc note Linux de Sebsauvage
    Mon 24 May 2021 02:08:32 PM UTC - permalink -
    - https://sebsauvage.net/wiki/doku.php?id=linux-vrac
    Apt Cli Geek Linux Matériel Note Opensource PHP Serveur Service software Sécurité Tuto
  • Wiki de sebsauvage.net
    Une mine d'informations pour des réglages linux
    Mon 24 May 2021 02:06:06 PM UTC - permalink -
    - https://sebsauvage.net/wiki/doku.php?id=ubuntu2004
    Apt Cli Geek Linux Matériel Opensource PHP Serveur Service software Sécurité Tuto
  • Checklist Linux Mint 20 Ulyana - le hollandais volant
    Une mine d'informations pour des réglages linux
    Tue 18 May 2021 09:04:51 PM UTC - permalink -
    - https://lehollandaisvolant.net/linux/checklist/
    APT CLI Geek Linux Matériel Opensource PHP Serveur Service software Sécurité Tuto
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.