

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>/</id>
  <title>Marcin Snoch</title>
  <subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle>
  <updated>2025-10-25T08:43:44+02:00</updated>
  <author>
    <name>Marcin Snoch</name>
    <uri>/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="pl"
    href="/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2025 Marcin Snoch </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>MyGit</title>
    <link href="/posts/mygit/" rel="alternate" type="text/html" title="MyGit" />
    <published>2025-10-24T00:00:00+02:00</published>
  
    <updated>2025-10-25T08:43:24+02:00</updated>
  
    <id>/posts/mygit/</id>
    <content type="text/html" src="/posts/mygit/" />
    <author>
      <name>msx</name>
    </author>

  
    
    <category term="DevNotes" />
    
  

  <summary>1. Utworzenie nowego repozytorium  git init   Tworzy lokalne repozytorium w bieżącym katalogu (.git/).  Jeśli chcesz od razu połączyć je z repozytorium zdalnym (np. GitHub):  git remote add origin https://github.com/użytkownik/nazwa-repo.git     2. Sklonowanie istniejącego repozytorium  git clone https://github.com/użytkownik/nazwa-repo.git   Tworzy lokalną kopię istniejącego repozytorium wraz ...</summary>

  </entry>

  
  <entry>
    <title>AFTER INSTALL UBUNTU MATE 24.04.1</title>
    <link href="/posts/after-install-ubuntu-mate/" rel="alternate" type="text/html" title="AFTER INSTALL UBUNTU MATE 24.04.1" />
    <published>2024-12-09T13:55:00+01:00</published>
  
    <updated>2025-10-24T06:11:29+02:00</updated>
  
    <id>/posts/after-install-ubuntu-mate/</id>
    <content type="text/html" src="/posts/after-install-ubuntu-mate/" />
    <author>
      <name>msx</name>
    </author>

  
    
    <category term="DevNotes" />
    
  

  <summary>Z App Center zainstaluj: Synaptic Package Manager.           MATE Tweak - zmień ustawienia wyglądu oraz włącz wysuwany terminal F12 on/off.           CURL Instalacja (potrzebny w kolejnym kroku).      sudo apt install curl      Albert Luncher do szybszego poruszania się w systemie.   https://software.opensuse.org/download.html?project=home:manuelschneid3r&amp;amp;amp;package=albert          Odinstaluj ...</summary>

  </entry>

  
  <entry>
    <title>Dev Environment</title>
    <link href="/posts/dev-environment/" rel="alternate" type="text/html" title="Dev Environment" />
    <published>2024-11-28T07:10:00+01:00</published>
  
    <updated>2024-11-28T07:10:00+01:00</updated>
  
    <id>/posts/dev-environment/</id>
    <content type="text/html" src="/posts/dev-environment/" />
    <author>
      <name>msx</name>
    </author>

  
    
    <category term="DevNotes" />
    
  

  <summary>Updated: 28.11.2024 Ubuntu MATE 24.04.1  Terminal  sudo apt install terminator   ZSH, Oh My ZSH  link  Install ZSH first  sudo apt install zsh   Check version  zsh --version   Make it default shell  chsh -s $(which zsh)   Install OhMyZSH  sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;   Edit theme  pluma ~/.zshrc   ZSH_THEME=&amp;quot;bira&amp;quot;   source ~/.zs...</summary>

  </entry>

  
  <entry>
    <title>Nginx installation (Ubuntu)</title>
    <link href="/posts/nginx-installation-ubuntu/" rel="alternate" type="text/html" title="Nginx installation (Ubuntu)" />
    <published>2024-09-18T18:34:00+02:00</published>
  
    <updated>2024-09-18T18:34:00+02:00</updated>
  
    <id>/posts/nginx-installation-ubuntu/</id>
    <content type="text/html" src="/posts/nginx-installation-ubuntu/" />
    <author>
      <name>msx</name>
    </author>

  
    
    <category term="DevNotes" />
    
  

  <summary>Install  sudo apt update &amp;amp;amp;&amp;amp;amp; sudo apt upgrade   sudo apt install nginx   sudo systemctl status nginx   sudo systemctl start nginx   Change RootDir  change user in nginx.conf  sudo pluma /etc/nginx/nginx.conf   --- user www-data; +++ user msx;   edit file /etc/nginx/sites-available/default  sudo nano /etc/nginx/sites-available/default   --- root /var/www/html; +++ root /home/msx/localhost...</summary>

  </entry>

  
  <entry>
    <title>PHP Installation + Composer (Ubuntu)</title>
    <link href="/posts/php-installation-ubuntu/" rel="alternate" type="text/html" title="PHP Installation + Composer (Ubuntu)" />
    <published>2023-08-11T18:34:00+02:00</published>
  
    <updated>2023-08-11T18:34:00+02:00</updated>
  
    <id>/posts/php-installation-ubuntu/</id>
    <content type="text/html" src="/posts/php-installation-ubuntu/" />
    <author>
      <name>msx</name>
    </author>

  
    
    <category term="DevNotes" />
    
  

  <summary>php-cli is the standalone tool for running a PHP scripts in the same way you would run it from the command line: php somescript.php. It seems you can also use it to base other images from.             This variant contains the PHP CLI tool with default mods. If you need a web server, this is probably not the image you are looking for. It is designed to be used both as a throw away container (mo...</summary>

  </entry>

</feed>


