2024-11-09 19:22:33 +01:00
<!doctype html>
< html lang = "cs" >
< head >
< meta charset = "UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "Kankys Matrix" content = "Kankys s čím pracuji." / >
< title > Nástroje< / title >
< link rel = "stylesheet" href = "../../style/style.css" / >
< link
rel="icon"
type="image/x-icon"
href="../../res/site/icons/favicon.ico"
/>
< link rel = "shortcut icon" href = "img/logo_arch_linux_167.png" / >
< script src = "https://polyfill.io/v3/polyfill.min.js?features=es6" > < / script >
< script
id="MathJax-script"
async=""
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
>< / script >
< / head >
< body >
< header class = "page-header" role = "banner" >
< h1 class = "project-name" > Nástroje< / h1 >
< h2 class = "project-tagline" >
2025-01-04 22:08:30 +01:00
Hardware a software se kterým nejčastěji pracuji.
2024-11-09 19:22:33 +01:00
< / h2 >
2024-11-09 23:16:51 +01:00
< a href = "../../index.html" class = "btn" > Domů< / a >
2024-11-09 19:22:33 +01:00
< / header >
< main id = "content" class = "main-content" role = "main" >
2025-01-09 22:41:26 +01:00
< h3 > Software se kterým nejčastěji pracuji:< / h3 >
2024-11-09 19:22:33 +01:00
< div class = "obsah" >
2024-12-24 15:33:15 +01:00
< div class = "VSCodium" >
2025-01-04 22:08:30 +01:00
< h3 > VSCodium< / h3 >
2024-11-09 19:22:33 +01:00
< p >
2024-12-24 15:33:15 +01:00
Fork k VSCode od Microsftu bez telemetrie Microsoftu.
2024-11-09 19:22:33 +01:00
< / p >
2024-12-24 15:33:15 +01:00
2024-11-09 19:22:33 +01:00
< / div >
2025-01-09 22:41:26 +01:00
< h3 > Můj hardware:< / h3 >
2025-01-04 22:08:30 +01:00
< div class = "Lenovo" >
< h3 > Lenovo ThinkBook 14 G4 ABA< / h3 >
< p >
2025-01-09 22:41:26 +01:00
Můj NB koupený původně s Windows 11, nyní na něm provozuji < a href = "https://wiki.almalinux.org/release-notes/10.0-beta.html#beta-release" target = "_blank" >
AlmaLinux 10 Kitten.< /a
>
< / p >
< / div >
< div class = "Pixel" >
< h3 > Google Pixel 8< / h3 >
< p >
Velmi povedený kus HW od google, kde používám alternativní mobilní OS ze zaměřením na soukromý < a href = "https://grapheneos.org/" target = "_blank" >
GrapheneOS.< /a
>
2025-01-04 22:08:30 +01:00
< / p >
< / div >
2024-11-09 19:22:33 +01:00
< / main >
< footer > Copyright © Lukáš Kaňka 2024< / footer >
< / body >
< / html >