Skip to content

Commit b448d8d

Browse files
authored
Update hackeros-documentation.html
1 parent 8e752d7 commit b448d8d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

hackeros-documentation.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
.replace('Celem HackerOS jest dostarczyć stabilne środowisko gotowe do pracy i rozrywki:', 'The goal of HackerOS is to provide a stable environment ready for work and entertainment:')
210210
.replace('stabilność — baza Debian testing z dodatkowymi testami i stabilizacją komponentów,', 'stability — Debian testing base with additional tests and component stabilization,')
211211
.replace('wydajność — opcjonalne jądro XanMod oraz zoptymalizowane firmware,', 'performance — optional XanMod kernel and optimized firmware,')
212-
.replace('prostota aktualizacji — skrypty do tworzenia\\/updatu ISO\\/rootfs i proste GUI\\/CLI do aktualizacji \\(hacker-update\\),', 'simplicity of updates — scripts for creating/updating ISO/rootfs and simple GUI/CLI for updates (hacker-update),')
212+
.replace('prostota aktualizacji — jedną komendą zaktualizuj caly system \\(<code>hacker update</code>\\),', 'simplicity of updates — update the entire system with one command (<code>hacker update</code>),')
213213
.replace('dostosowanie — łatwa personalizacja i integracja narzędzi dla pentesterów i graczy.', 'customization — easy personalization and integration of tools for pentesters and gamers.')
214214
.replace('2. Wymagania sprzętowe', '2. Hardware Requirements')
215215
.replace('Minimalne', 'Minimum')
@@ -251,6 +251,13 @@
251251
.replace('Menedżer pakietów', 'Package Manager')
252252
.replace('HackerOS używa APT oraz własnego narzędzia hacker:', 'HackerOS uses APT and its own hacker tool:')
253253
.replace('hacker jest wrapperem i integruje dodatkowe repozytoria\\/paczki customowe — sprawdź hacker --help.', 'hacker is a wrapper and integrates additional repositories/custom packages — check hacker --help.')
254+
.replace('Instalacja specjalnych jąder (XanMod/Liquorix)', 'Installing Special Kernels (XanMod/Liquorix)')
255+
.replace('Aby zainstalować jądro XanMod lub Liquorix:', 'To install the XanMod or Liquorix kernel:')
256+
.replace('Użyj komendy: <code>sudo hacker unpack xanmod</code> (lub dla Liquorix: <code>sudo hacker unpack liquorix</code>)', 'Use the command: <code>sudo hacker unpack xanmod</code> (or for Liquorix: <code>sudo hacker unpack liquorix</code>)')
257+
.replace('Następnie usuń aktualne jądro (ważne, aby to było jądro Debiana): <code>sudo remove-current-kernel</code>', 'Then remove the current kernel (important that it is the Debian kernel): <code>sudo remove-current-kernel</code>')
258+
.replace('W interfejsie graficznym APT wybierz [OK], następnie [NIE].', 'In the APT graphical interface, select [OK], then [NO].')
259+
.replace('Uruchom ponownie komputer.', 'Restart the computer.')
260+
.replace('Czy specjalne jądra dają dużą różnicę wydajności w grach? Zazwyczaj są to niewielkie różnice.', 'Do special kernels give a big difference in performance in games? They are usually small differences.')
254261
.replace('Konfiguracja sieci i podstawowe ustawienia', 'Network Configuration and Basic Settings')
255262
.replace('GUI: Ustawienia → Sieć', 'GUI: Settings → Network')
256263
.replace('CLI: nmcli, ip, ifconfig \\(jeśli dostępne\\)', 'CLI: nmcli, ip, ifconfig (if available)')
@@ -261,6 +268,7 @@
261268
.replace('Preinstalowane aplikacje', 'Pre-installed Applications')
262269
.replace('Przeglądarka: Vivaldi', 'Browser: Vivaldi')
263270
.replace('Terminale: Alacritty, Konsole', 'Terminals: Alacritty, Konsole')
271+
.replace('Terminale: Alacritty, Konsole, Hyper Terminal', 'Terminals: Alacritty, Konsole, Hyper Terminal')
264272
.replace('Sklep\\/aplikacje: GNOME Software \\(lub software\\)', 'Store/applications: GNOME Software (or software)')
265273
.replace('Gry i autorskie aplikacje od HackerOS \\(zestaw zależny od wersji ISO\\)', 'Games and custom HackerOS applications (set depends on the ISO version)')
266274
.replace('Instalacja dodatkowego oprogramowania', 'Installing Additional Software')
@@ -322,12 +330,14 @@ <h3>Filozofia</h3>
322330
<p>HackerOS ma dawać użytkownikowi <strong>pełną kontrolę</strong>, jednocześnie oferując gotowe, przyjazne środowisko do codziennego użytku i grania. Projekt stawia na:</p>
323331
<ul>
324332
<li>dostępność (łatwe instalatory i GUI),</li>
333+
<li>wydajność (customowe jądro — np. XanMod oraz opcje przeinstalowanego firmware),</li>
325334
<li>bezpieczeństwo i prywatność użytkownika.</li>
326335
</ul>
327336
<h3>Cel</h3>
328337
<p>Celem HackerOS jest dostarczyć stabilne środowisko gotowe do pracy i rozrywki:</p>
329338
<ul>
330339
<li><strong>stabilność</strong> — baza Debian testing z dodatkowymi testami i stabilizacją komponentów,</li>
340+
<li><strong>wydajność</strong> — opcjonalne jądro XanMod oraz zoptymalizowane firmware,</li>
331341
<li><strong>prostota aktualizacji</strong> — jedną komendą zaktualizuj caly system (<code>hacker update</code>),</li>
332342
<li><strong>dostosowanie</strong> — łatwa personalizacja i integracja narzędzi dla pentesterów i graczy.</li>
333343
</ul>
@@ -352,6 +362,7 @@ <h3>Rekomendowane</h3>
352362
<h3>Obsługiwane architektury</h3>
353363
<ul>
354364
<li><strong>x86_64 (amd64)</strong> — pełne wsparcie</li>
365+
<li>Możliwość dołączenia innych architektur (RISC-V) w przyszłości.</li>
355366
</ul>
356367
<h2>3. Instalacja</h2>
357368
<h3>Pobieranie</h3>
@@ -402,6 +413,15 @@ <h3>Menedżer pakietów</h3>
402413
sudo hacker update
403414
hacker update</code></pre>
404415
<p><code>hacker</code> jest wrapperem i integruje dodatkowe repozytoria/paczki customowe — sprawdź <code>hacker --help</code>.</p>
416+
<h3>Instalacja specjalnych jąder (XanMod/Liquorix)</h3>
417+
<p>Aby zainstalować jądro XanMod lub Liquorix:</p>
418+
<ol>
419+
<li>Użyj komendy: <code>sudo hacker unpack xanmod</code> (lub dla Liquorix: <code>sudo hacker unpack liquorix</code>)</li>
420+
<li>Następnie usuń aktualne jądro (ważne, aby to było jądro Debiana): <code>sudo remove-current-kernel</code></li>
421+
<li>W interfejsie graficznym APT wybierz [OK], następnie [NIE].</li>
422+
<li>Uruchom ponownie komputer.</li>
423+
</ol>
424+
<p>Czy specjalne jądra dają dużą różnicę wydajności w grach? Zazwyczaj są to niewielkie różnice.</p>
405425
<h3>Konfiguracja sieci i podstawowe ustawienia</h3>
406426
<ul>
407427
<li><strong>GUI:</strong> Ustawienia → Sieć</li>

0 commit comments

Comments
 (0)