Tmpfs Tools Log2ram: Difference between revisions
From WikiMLT
mNo edit summary |
|||
Line 1: | Line 1: | ||
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/Linux_Desktop}}</noinclude> | <noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/Linux_Desktop}}</noinclude> | ||
Here I'm trying to use log2ram in order to minimize disk write (caused by brave browser session storage) on a desktop system. | |||
== Install == | == Install == | ||
<syntaxhighlight lang="shell" line="1"> | |||
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ bullseye main" | sudo tee /etc/apt/sources.list.d/azlux.list | |||
sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg | |||
sudo apt update | |||
sudo apt install log2ram | |||
</syntaxhighlight> | |||
== Setup == | == Setup == |
Revision as of 10:08, 31 August 2022
Here I'm trying to use log2ram in order to minimize disk write (caused by brave browser session storage) on a desktop system.
Install
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ bullseye main" | sudo tee /etc/apt/sources.list.d/azlux.list
sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg
sudo apt update
sudo apt install log2ram