Articles related to the following tags: Bash. Page 1
Long and short posts on a wide variety of topics. In this format, I publish tutorials, share various development and monetization case studies (and many other topics), review various technologies, conduct research, and analyze the design and operation of various programs and tools. They were linked and grouped under the following tags: Bash. Page 1
In english/
Articles/
Is_recent=true&page=1&tag=bash
How to add user on Linux server
28.02.2026
12.09.2026
426
0
0
0
0
How to add a user on a Linux server (Debian/Ubuntu/CentOS), why it's necessary, and how to make them an administrator. I'll briefly explain the differences between a privileged/root user and …
How to generate and use a SSH keys
26.02.2026
12.09.2026
420
0
0
2
0
In summary, this guide explains how to generate a key pair for an SSH connection to a remote server. Also, how to transfer them to the remote server and how …
How to publish your Python package on PyPI
22.10.2025
13.04.2026
1249
0
0
0
0
A detailed, step-by-step guide for beginners on publishing their first Python package to PyPI. It focuses on the modern, minimal approach using the pyproject.toml configuration file, covering project structure, environment …