Skip to content

Techeons

Imagine | Explore | Innovate

Menu
  • Home
Menu

Category: Uncategorized

Nginx: How to proxy the traffic to another port in Nginx

Posted on September 22, 2024

NGINX config to Proxy Pass to another Port NGINX Configuration Structure: Basic HTTP config HTTPS config

How to check disk space usage on Ubuntu

Posted on September 21, 2024

How to check what is taking up all the disk space on Ubuntu Here are a few things you can try: Note: Depending on the size, these commands can take a while…

Managing Docker images as a tar file

Posted on September 15, 2024

As an alternative to managing Docker images using a Docker Registry, you can also manage it as a tar file. Managing Docker images as tar files allows you to: Docker Commands: Save…

Cheat Sheet: Essential Terraform Commands

Posted on September 15, 2024

Terraform is an open-source infrastructure as code (IaC) tool that allows you to define and manage cloud and on-premises infrastructure using human-readable configuration files. Key Features: Benefits: Common Use Cases: Essential Terraform…

Cheat Sheet: Essential Docker Commands

Posted on September 14, 2024

Docker is an open-source platform that enables developers to build, ship, and run applications in containers. Containers are lightweight, standalone, and executable packages that include everything an application needs to run, such…

How to get metadata of an AWS EC2 instance

Posted on September 14, 2024

Because your instance metadata is available from your running instance, you do not need to use the Amazon EC2 console or the AWS CLI. This can be helpful when you’re writing scripts…

Compare Pandas Dataframes using DataComPy

Posted on September 14, 2024

How to do a diff between 2 dataframes using Pandas and DataComPy Pandas is a popular open-source Python library used for data manipulation, analysis, and visualization. It provides data structures and functions…

Quick self-signed SSL certificates using Minica

Posted on September 10, 2024

A self-signed SSL (Secure Sockets Layer) certificate is a type of digital certificate that is signed by the same entity that created it, rather than a trusted certificate authority (CA). This means…

Free SSL certificate / HTTPS using Let’s Encrypt and Certbot

Posted on September 7, 2024

A SSL (Secure Sockets Layer) certificate is a digital certificate that verifies the identity of a website and encrypts the connection between a website and its users. It ensures that all data…

How to setup a Python Virtual Environment

Posted on September 6, 2024

A Python Virtual Environment is a self-contained directory that contains a Python interpreter and a set of packages, isolated from the system’s global Python environment. This allows you to: 1) Install venv…

Posts pagination

Previous 1 2 3 4 … 6 Next

Recent Posts

  • Nginx: How to increase timeout for Nginx
  • Cheat Sheet: Essential Git Commands
  • Setting a default shell in Linux
  • Setting up Composer on Linux
  • Switch easily between Python versions on a Mac using pyenv

Tags

ai alerting aws b2 backblaze certificate cheatsheet cloud commands data-science datalake devops dns docker dremio git gitlab infra jenkins kubernetes linux metabase minikube minio monitoring mount mysql nginx nodejs notebooks openssh php python scala secrets spark ssh ssl ubuntu ufw usb web dev tools windows xampp zeppelin

©2026 Techeons | Design: Newspaperly WordPress Theme