Development

How to run a Python script in a cronjob

Running a Python script through a cronjob is a common practice for automating repetitive tasks on Linux or Unix-like systems.

April 6, 2024
Development

How to copy the SSH key to a server without using ssh-copy-id

In this article, we will show you how to manually copy your SSH key to a remote server when ssh-copy-id is not an option.

March 17, 2024
Development

A sample multi-container application with Docker Compose

In this article, we will explore how to set up an application that uses Nginx as a reverse proxy for a Node.js application, with MySQL as the backend database.

March 17, 2024
Development

How to use SSH Copy ID (ssh-copy-id)

In this article, we'll explore how to use ssh-copy-id effectively and delve into its various options for optimal key management.

March 8, 2024
Development

How to set up SSH authentication on a Linux Server

SSH key-based authentication is a secure and recommended method for accessing a Linux server.

January 14, 2024
Development

Object-Oriented Programming (OOP) or Functional Programming (FP)? Both

In this article, we'll explore the key differences between OOP and FP to help developers better understand when and how to use each paradigm.

December 19, 2023