<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://amrahz.gitlab.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://amrahz.gitlab.io/" rel="alternate" type="text/html" /><updated>2026-02-15T07:11:51+00:00</updated><id>https://amrahz.gitlab.io/feed.xml</id><title type="html">Ämrahz Övelecias</title><subtitle>Ämrahz&apos;s academic portfolio</subtitle><author><name>Ämrahz Övelecias</name><email>amrahz@benzeneproject.org</email></author><entry><title type="html">A Guide to Online Privacy</title><link href="https://amrahz.gitlab.io/posts/2025/07/blog-post-2/" rel="alternate" type="text/html" title="A Guide to Online Privacy" /><published>2025-07-17T00:00:00+00:00</published><updated>2025-07-17T00:00:00+00:00</updated><id>https://amrahz.gitlab.io/posts/2025/07/blog-post-2</id><content type="html" xml:base="https://amrahz.gitlab.io/posts/2025/07/blog-post-2/"><![CDATA[<p>This is a guide to online privacy. Find out how to be anonymous on internet</p>

<aside class="sidebar__right">
<nav class="toc">
    <header><h4 class="nav__title"><i class="fa fa-file-text"></i> On This Page</h4></header>
<ul class="toc__menu" id="markdown-toc">
  <li><a href="#general-security-and-privacy" id="markdown-toc-general-security-and-privacy">General Security and Privacy</a></li>
  <li><a href="#special-security-and-privacy" id="markdown-toc-special-security-and-privacy">Special Security and Privacy</a></li>
  <li><a href="#anonimity-measures" id="markdown-toc-anonimity-measures">Anonimity Measures</a></li>
</ul>

  </nav>
</aside>

<ol>
  <li>
    <h1 id="general-security-and-privacy">General Security and Privacy</h1>
    <p>Most people are ok with this level of security and privacy on their systems and I agree if you think this will be just enough effort from your side to limit your data collection. Taking a small measure like this is completely fine than not doing anying at all, also these small steps can be a begining of you taking these things seriously and proceed to do more in future.</p>
  </li>
  <li>
    <h1 id="special-security-and-privacy">Special Security and Privacy</h1>
    <p>This level is for those who take their security and privacy seriously and don’t want to compromise even a single bit of their data.</p>
  </li>
  <li>
    <h1 id="anonimity-measures">Anonimity Measures</h1>
    <p>These are some anonymity measures to even enhance the level two.</p>
  </li>
</ol>]]></content><author><name>Ämrahz Övelecias</name><email>amrahz@benzeneproject.org</email></author><category term="online anonymity" /><category term="security" /><category term="privacy" /><summary type="html"><![CDATA[This is a guide to online privacy. Find out how to be anonymous on internet]]></summary></entry><entry><title type="html">Open Source softwares I use</title><link href="https://amrahz.gitlab.io/posts/2024/07/blog-post-1/" rel="alternate" type="text/html" title="Open Source softwares I use" /><published>2024-07-01T00:00:00+00:00</published><updated>2024-07-01T00:00:00+00:00</updated><id>https://amrahz.gitlab.io/posts/2024/07/blog-post-1</id><content type="html" xml:base="https://amrahz.gitlab.io/posts/2024/07/blog-post-1/"><![CDATA[<p>A complete list of softwares that helped me being productive</p>

<h1 id="these-are-the-softwares-i-daily-drive-for-being-productive">These are the softwares I daily drive for being productive</h1>

<h2 id="operating-system">Operating System</h2>
<p>There are many Operating Systems out there but my choice is clear</p>
<ul>
  <li>GNU/Linux (I use Arch BTW)</li>
</ul>

<h2 id="shell">Shell</h2>
<ul>
  <li>Fish</li>
  <li>Bash</li>
</ul>

<h2 id="terminal-emulator">Terminal Emulator</h2>
<ul>
  <li>Alacritty</li>
  <li>Kitty</li>
  <li>Ghostty or Wezterm are also great</li>
</ul>

<h2 id="window-manager">Window Manager</h2>
<ul>
  <li>Hyprland</li>
</ul>

<h2 id="web-browser">Web Browser</h2>
<p>I use 3-4 web browsers each for a differnt task</p>
<ul>
  <li>LibreWolf</li>
  <li>Zen Browser</li>
  <li>Tor Browser</li>
</ul>

<h2 id="file-manager">File Manager</h2>
<p>Simple and functional just gets the job done without much headache</p>
<ul>
  <li>Thunar</li>
</ul>

<h2 id="integrated-development-enviornmenttext-editor">Integrated Development Enviornment/Text Editor</h2>
<ul>
  <li>Neovim</li>
  <li>Kate by KDE (good GUI alternative if you don’t like neovim)</li>
  <li>Gedit for basic files edit</li>
</ul>

<h2 id="image-viewer-and-editor">Image Viewer and Editor</h2>
<ul>
  <li>GIMP</li>
  <li>Feh (only image viewer)</li>
</ul>

<h2 id="office-suite">Office Suite</h2>
<ul>
  <li>LibreOffice</li>
  <li>Zathura PDF Viewer</li>
  <li>Okular is also a great document viewer, I always have it installed, it can be bloated though as it requires a lot of KDE and qt dependencies</li>
</ul>

<h2 id="credentials-manager">Credentials Manager</h2>
<ul>
  <li>KeePassXC</li>
  <li>Cyptomator</li>
</ul>

<h2 id="media-player">Media Player</h2>
<ul>
  <li>VLC</li>
  <li>FreeTube</li>
</ul>

<h2 id="network-traffic-analyser">Network Traffic Analyser</h2>
<ul>
  <li>WireShark</li>
</ul>

<h2 id="version-control">Version Control</h2>
<ul>
  <li>Git</li>
  <li>Also trying jj since recently</li>
</ul>

<h2 id="containerization">Containerization</h2>
<ul>
  <li>Podman</li>
  <li>Kubernetes</li>
</ul>

<h2 id="virtualization">Virtualization</h2>
<ul>
  <li>KVM (I use Whonix VM)</li>
</ul>

<h2 id="terminal-utilities">Terminal Utilities</h2>
<ul>
  <li>Fzf</li>
  <li>cURL</li>
  <li>Nix</li>
  <li>Tmux</li>
</ul>]]></content><author><name>Ämrahz Övelecias</name><email>amrahz@benzeneproject.org</email></author><category term="open source" /><category term="linux" /><category term="gnu" /><summary type="html"><![CDATA[A complete list of softwares that helped me being productive]]></summary></entry></feed>