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 2 / 2
Newer►
27 results for tags software x
  • Viewing articles by Liam Dawe | GamingOnLinux
    Bonne actu et souvent des jeux gratos sous linux
    Wed 18 Aug 2021 02:11:14 PM UTC - permalink -
    - https://www.gamingonlinux.com/index.php?module=search&author_id=1
    Geek Jeux Linux Publication software Vidéo
  • Générer une commande FFMpeg - le hollandais volant
    Générer une commande FFMpeg - le hollandais volant
    Fri 09 Jul 2021 08:15:35 PM UTC - permalink -
    - https://lehollandaisvolant.net/tout/tools/ffmpeg/
    CLI Linux Online Service software 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 2 / 2
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.