Articles related to the following tags: Bash. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Bash. Page 1
In english/
Articles/
Page 1, Bash,
How to add user on Linux server
28.02.2026
11.03.2026
48
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
11.03.2026
84
0
0
0
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 …
Quick Start Guide: Publishing Your Python Package on PyPI (The Modern pyproject.toml Way)
22.10.2025
11.03.2026
708
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 …