<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://foteliasz.github.io/</id><title>Personal blog of @foteliasz</title><subtitle>Uncover the nuts and bolts of technology with a fellow engineer. Follow along as we delve into the latest tools, trends, and innovations in the tech world. Gain a deep understanding of the technology we use every day, and learn how it works from the ground up.</subtitle> <updated>2025-01-05T17:25:26+01:00</updated> <author> <name>foteliasz</name> <uri>https://foteliasz.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://foteliasz.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://foteliasz.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator> <rights> © 2025 foteliasz </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Useful characters cheatsheet</title><link href="https://foteliasz.github.io/posts/useful-chars-cheatsheet/" rel="alternate" type="text/html" title="Useful characters cheatsheet" /><published>2024-08-04T00:00:00+02:00</published> <updated>2025-01-05T17:23:09+01:00</updated> <id>https://foteliasz.github.io/posts/useful-chars-cheatsheet/</id> <content type="text/html" src="https://foteliasz.github.io/posts/useful-chars-cheatsheet/" /> <author> <name>foteliasz</name> </author> <category term="Cheatsheet" /> <summary>Useful characters cheatsheet Insert character To insert any character on Linux type CTRL + SHIFT + U, &amp;amp;lt;UTF-8&amp;amp;gt;, ENTER. Windows type ALT + &amp;amp;lt;Code&amp;amp;gt; Useful character codes Glyph UTF-8 CP-1252 ALT Code • U+2022 149 ALT+7 ↑ U+2191 N/A ALT+24 → ...</summary> </entry> <entry><title>(neo)vim cookbook</title><link href="https://foteliasz.github.io/posts/neovim-cookbook/" rel="alternate" type="text/html" title="(neo)vim cookbook" /><published>2024-08-04T00:00:00+02:00</published> <updated>2025-01-05T17:23:09+01:00</updated> <id>https://foteliasz.github.io/posts/neovim-cookbook/</id> <content type="text/html" src="https://foteliasz.github.io/posts/neovim-cookbook/" /> <author> <name>foteliasz</name> </author> <category term="Cookbook" /> <summary>(neo)vim cookbook Navigation ↑k moving word:to word ← h l → └──────┴───────┘ ↓j w W Commands u - Undo</summary> </entry> <entry><title>Devcontainer CLI cookbook</title><link href="https://foteliasz.github.io/posts/devcontainer-cookbook/" rel="alternate" type="text/html" title="Devcontainer CLI cookbook" /><published>2024-06-27T00:00:00+02:00</published> <updated>2025-01-05T17:23:09+01:00</updated> <id>https://foteliasz.github.io/posts/devcontainer-cookbook/</id> <content type="text/html" src="https://foteliasz.github.io/posts/devcontainer-cookbook/" /> <author> <name>foteliasz</name> </author> <category term="Cookbook" /> <summary>Installation Reference Available Dev Container Templates Reference Setting up new Python project Create configuration directory devcontainer templates apply \ --workspace-folder . \ --template-id ghcr.io/devcontainers/templates/python:3.1.0 Spinning up new devcontainer devcontainer up Specify certain container name Add following line to the devcontainer.json file ↓ { &amp;quot;r...</summary> </entry> <entry><title>Linux cookbook</title><link href="https://foteliasz.github.io/posts/linux-cookbook/" rel="alternate" type="text/html" title="Linux cookbook" /><published>2024-05-23T00:00:00+02:00</published> <updated>2025-01-05T17:23:09+01:00</updated> <id>https://foteliasz.github.io/posts/linux-cookbook/</id> <content type="text/html" src="https://foteliasz.github.io/posts/linux-cookbook/" /> <author> <name>foteliasz</name> </author> <category term="Cookbook" /> <summary>Linux directory structure path meaning intended for /bin binaries Executables and binary files /boot getting ready Contains all the boot-related files e.g. conf, grub, etc. /dev devices Dynamically created files representing devices as they are connected /etc ...</summary> </entry> <entry><title>Git cookbook</title><link href="https://foteliasz.github.io/posts/git-cookbook/" rel="alternate" type="text/html" title="Git cookbook" /><published>2024-05-23T00:00:00+02:00</published> <updated>2025-01-05T17:23:09+01:00</updated> <id>https://foteliasz.github.io/posts/git-cookbook/</id> <content type="text/html" src="https://foteliasz.github.io/posts/git-cookbook/" /> <author> <name>foteliasz</name> </author> <category term="Cookbook" /> <summary>Git clone remote repo at specific branch git clone --branch &amp;amp;lt;branch_name&amp;amp;gt; &amp;amp;lt;remote_address&amp;amp;gt; &amp;amp;lt;local_path&amp;amp;gt; Examples ↓ git clone \ --branch &amp;quot;3.10&amp;quot; \ https://github.com/python/cpython.git \ ~/sources/external/python/cpython</summary> </entry> </feed>
