-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linuxluola123
committed
Jan 3, 2025
1 parent
292ad6e
commit 64c0616
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta charset="UTF-8"> | ||
|
||
<head> | ||
<meta name="description" content="this website is about installing fedora linux."> | ||
<link rel="canonical" href="https://linuxluola123.github.io/nettisivu/" /> | ||
<title>linuxluola</title> | ||
<link rel="icon" type="image/x-icon" href="https://linuxluola123.github.io/nettisivu/Tux.svg.png"> | ||
<link rel="stylesheet" href="https://linuxluola123.github.io/nettisivu/tyyli.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<header> | ||
<img class="pingviini" src="https://linuxluola123.github.io/nettisivu/Tux.svg.png" alt="logo of linuxluola"> | ||
|
||
<h2>Linuxluola</h2> | ||
</header> | ||
<nav> | ||
tämä nettisivu on "hieman" kesken | ||
</nav> | ||
<main> | ||
|
||
|
||
<a href="https://linuxluola123.github.io/nettisivu/index.html">Etusivulle</a> | ||
<h1>Btrfs levyn defragmentointi (uudelleenjärjestely)</h1> | ||
<p>Kovalevyillä on usein ongelmana levyn hidastuminen sen takia että data on ympäri levyä pieninä paloina jolloin | ||
sen hakemisessa menee pidempään.</p> | ||
<p style="color: red;font-size: 300%;">HUOM! Tätä ei tapahdu SSDllä ja tämä defragmentointi voi jopa vahingoittaa | ||
levyä kun | ||
kirjoituskertoja kertyy!</p> | ||
<p>No jos kuitenkin kyseessä on kovalevy niin ryhdytään hommiin:<br>Aja tämä: sudo btrfs filesystem defragment / -r | ||
</p> | ||
</main> | ||
<foot> | ||
<br><br> | ||
<p>🄯 copyleft <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License v2.0</a> | ||
</p> | ||
<img class="made-with-vim" src="https://linuxluola123.github.io/nettisivu/made-with-vim.png" width="1000" | ||
height="60" alt="made with vim"> | ||
</foot> | ||
</body> | ||
|
||
</html> |