Shakhzhakhan Maxudbek

Shakhzhakhan Maxudbek @xinitd

About: System administrator, software engineer, technical blogger and open source contributor. Passionate about automation and cloud technologies.

Location:
Kazakhstan
Joined:
Nov 30, 2024

Shakhzhakhan Maxudbek
articles - 21 total

Setup Nginx reverse proxy and force redirect HTTP to HTTPS

Nginx is very powerful WEB-server. The primary goal of Nginx - answering on clients' requests. It can...

Learn More 1 0Mar 10

Working with DD utility in Linux command line interface

DD (Data Definition) - powerful command line interface utility, designed for work with files (copy,...

Learn More 0 0Feb 16

Writing search view for Django application

This tutorial shows, how to build search view for your Django application with SearchVector...

Learn More 0 0Feb 2

Implementing user authentication in Django

For protecting data in views from anonymous users you need to use authenticating system. Django...

Learn More 0 0Jan 25

Configuring network access with Cisco ASA via minicom utility

Configuring Cisco ASA 5500-series as network gateway and share internet access to users through local...

Learn More 0 0Jan 11

Configuring Cisco firewall in Linux machine with Minicom

How to configure Cisco device in Linux machine with Minicom? You need installed Minicom utility, C-13...

Learn More 0 0Jan 7

How to run Python script or other job in Docker container with CRON

After we're figured out the setup cron jobs in operating system, it's time to learn how to run any...

Learn More 0 0Dec 30 '24

How to share folder by network via Samba protocol in Linux machine

This tutorial provide how to configure directory as network share on Linux machine. After...

Learn More 2 0Dec 29 '24

Generating SECRET_KEY for production deployment of Django project

Django SECRET_KEY need for providing cryptographic signing (documentation). This value is stored in...

Learn More 0 0Dec 22 '24

Working with XML in Python Requests library

What is XML? XML mean Extensible Markup Language, which need for storing structured data and group...

Learn More 0 0Dec 22 '24

How to containerize Django application with Docker compose

Why exactly Docker compose? Docker compose used when you want to run your applications on any machine...

Learn More 0 0Dec 16 '24

Working with Network Mapper (NMAP) in Linux

Network Mapper or NMAP is powerful open source network scanner, which may scan network hosts, subnets...

Learn More 1 0Dec 15 '24

Deploy Java Spring boot project as systemd service

How to run Java Spring Boot based web application in Linux? You may just run in terminal: java...

Learn More 4 0Dec 15 '24

How to work with regular expressions

What are regular expressions? These are patterns that help us work with text. Regular expressions...

Learn More 0 0Dec 7 '24

How to install and configure Fail2ban for protecting SSH and Nginx

Your virtual private servers (VPS) is under brute-force attacks by SSH protocol, or bad bots crawling...

Learn More 0 0Dec 5 '24

Reset autoincrement sequences for IDs in Django application after all instances are deleted (PostgreSQL)

After deletion entries in your model relational database management systems not resetting...

Learn More 0 0Dec 4 '24

Run your application in Docker and build your own image

Docker is good solution when you want to fast deploying your applications and run in different...

Learn More 0 0Dec 3 '24

Automation periodically tasks with CRON job scheduler

What is CRON? Unix-like operating systems provide utility for run periodical tasks. For example you...

Learn More 0 0Dec 1 '24

Sending message from Telegram bot to users

Telegram provides API for sending messages to users from bot. You may send messages via HTTP POST...

Learn More 1 0Nov 30 '24

Configuring Django project to storing sensitive data in YAML file

Hardcoding tokens, database credentials and other sensitive data in .py files is not secure. Many...

Learn More 0 0Nov 30 '24

Increase Debian based Linux VPS server’s security

When you bought new virtual private server (VPS) most providers give machines with remotely root...

Learn More 0 0Nov 30 '24