<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>sWWW - Sylwester Wojnowski - Code For The Web</title>
    <link>https://wojnowski.net.pl/</link>
    <description>Web Development articles and code. Category: Host development</description>
    <generator>sWWWRSSGenerator</generator>
    <copyright>2026 Sylwester Wojnowski. All rights reserved.</copyright>
    <category>Information Technology</category>
    <language>en-us</language>
    <image>
      <link>https://swww.com.pl/</link>
      <url>https://swww.com.pl/media/img/post/swww_144.png</url>
      <title>sWWW - Sylwester Wojnowski - Code For The Web</title>
    </image>
    <pubDate>Sat, 15 Jul 2023 16:56:31 +0100</pubDate>
    <item>
      <title>Get logged-in user username and groups with Python</title>
      <pubDate>Sat, 15 Jul 2023 16:56:31 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/get-logged-in-user-username-and-groups-with-python</guid>
      <description>Getting username and system groups of logged-in user on a Linux-based operating system.</description>
    </item>
    <item>
      <title>Setting variables with BASH and getting them in Python script</title>
      <pubDate>Sun, 30 Oct 2022 01:46:30 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/setting-variables-with-bash-and-getting-them-in-python-script</guid>
      <description>On how to set a variable with BASH, export it and access it in a Python script.</description>
    </item>
    <item>
      <title>MongoDB mongod server fails to start after installation and solution</title>
      <pubDate>Thu, 07 Apr 2022 00:55:48 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/mongodb-mongod-server-fails-to-start-after-installation-and-solution</guid>
      <description>MongoDB server not starting after installation due to missing dependencies and how to solve this problem. </description>
    </item>
    <item>
      <title>Quick node and npm installation using nvm on Debian</title>
      <pubDate>Sat, 08 Jan 2022 20:42:47 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/quick-node-and-npm-installation-using-nvm-on-debian</guid>
      <description>Install and manage Node using nvm CLI command.</description>
    </item>
    <item>
      <title>Learning about node modules and their location with npm</title>
      <pubDate>Sat, 08 Jan 2022 16:50:52 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/learning-about-node-modules-and-their-location-with-npm</guid>
      <description>Learn more about your global Node modules and where they are stored.</description>
    </item>
    <item>
      <title>Piping JSON object to PHP script</title>
      <pubDate>Mon, 03 Aug 2020 00:39:31 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/piping-json-object-to-php-script</guid>
      <description>Article about how to pass data from a shell to a PHP script with a pipe on the command line or directly using PHP system function.</description>
    </item>
    <item>
      <title>cURL over HTTPS - web mailbox authentication and data access</title>
      <pubDate>Sat, 01 Aug 2020 16:35:27 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/curl-over-https-web-mailbox-authentication-and-data-access</guid>
      <description>Using cURL over HTTP with TLS to access your web mailbox and collect data from it.</description>
    </item>
    <item>
      <title>Builidng and compressing archives with tar and process substitution</title>
      <pubDate>Thu, 21 Jun 2018 18:53:34 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/builidng-and-compressing-archives-with-tar-and-process-substitution</guid>
      <description>Safe way of building and compressing archives on the command line based upon process substitution, tar and find commands with examples and comments.</description>
    </item>
    <item>
      <title>Watermarking images with ImageMagick and BASH</title>
      <pubDate>Mon, 30 Oct 2017 21:11:08 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/watermarking-images-with-imagemagick-and-bash</guid>
      <description>Article on and a BASH script with examples of use for watermarking JPEG and PNG images with ImageMagick.</description>
    </item>
    <item>
      <title> Compound interest in PHP part 2</title>
      <pubDate>Thu, 21 Sep 2017 12:43:34 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/compound-interest-in-php-part-2</guid>
      <description>Article on building a script for calculating compound interest in PHP programming language.</description>
    </item>
    <item>
      <title>Optimizing JPEG graphics files with ImageMagick</title>
      <pubDate>Fri, 17 Mar 2017 13:36:30 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/optimizing-jpeg-graphics-files-with-imagemagick</guid>
      <description>Optimizing JPEG graphics files with ImageMagick and automating the process with BASH.</description>
    </item>
    <item>
      <title>Substituting file contents in place with BASH and sed</title>
      <pubDate>Sun, 05 Mar 2017 16:33:19 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/substituting-file-contents-in-place-with-bash-and-sed</guid>
      <description>Article on substituting pieces of contents of a file in place with BASH and sed.</description>
    </item>
    <item>
      <title>installing PHPUnit</title>
      <pubDate>Sat, 18 Feb 2017 15:10:51 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/installing-phpunit</guid>
      <description>Automating PHPUnit installation process with a BASH script.</description>
    </item>
    <item>
      <title>Arrays in BASH</title>
      <pubDate>Sun, 12 Feb 2017 14:48:27 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/arrays-in-bash</guid>
      <description>Article on BASH arrays with syntax examples, syntax table and a small project based on arrays.</description>
    </item>
    <item>
      <title>BASH recursion examples - part 2</title>
      <pubDate>Mon, 30 Jan 2017 17:08:29 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/bash-recursion-examples-part-2</guid>
      <description>Some examples of frequently needed recursive functions written in BASH.</description>
    </item>
    <item>
      <title>Env and BASH declare</title>
      <pubDate>Wed, 11 Jan 2017 12:58:48 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/env-and-bash-declare</guid>
      <description>A few words on env command line utility and BASH declare and their uses.</description>
    </item>
    <item>
      <title>Genericons unicode values</title>
      <pubDate>Wed, 21 Dec 2016 11:07:56 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/genericons-unicode-values</guid>
      <description>List of Unicode code points for Genericons vector icon set and a BASH script that finds the codes.</description>
    </item>
    <item>
      <title>Find total of a column of numbers with BASH</title>
      <pubDate>Mon, 28 Nov 2016 20:53:05 +0000</pubDate>
      <guid>http://swww.com.pl/main/index/find-total-of-a-column-of-numbers-with-bash</guid>
      <description>Summing numbers arranged in columns with BASH.</description>
    </item>
  </channel>
</rss>
