Skip to content

Techeons

Imagine | Explore | Innovate

Menu
  • Home
Menu

Nginx: How to increase timeout for Nginx

Posted on November 13, 2025

Nginx timeouts are useful for controlling how long a connection stays open. Add the following to your location block: Timeout value is in seconds i.e. 1800 seconds. Verify the Nginx config syntax…

Cheat Sheet: Essential Git Commands

Posted on November 5, 2025

Git is a version control system that helps you track changes in code or files over time. Here’s a brief overview: Key Concepts: Git helps you: Basic Commands Branching Remote Commands Undo…

Setting a default shell in Linux

Posted on October 26, 2025

A Linux shell is a command-line interface that lets you interact with your operating system. It interprets commands and sends them to the OS for execution. To set the default shell to…

Setting up Composer on Linux

Posted on October 20, 2025

PHP Composer is a popular dependency manager for PHP that simplifies the process of installing and managing libraries and packages in your PHP projects. Here’s a brief overview: Key Features: Basic Commands:…

Switch easily between Python versions on a Mac using pyenv

Posted on October 13, 2025

Install Pyenv: Configure Pyenv in your shell: Use pyenv:

Solution: MySQL on XAMPP fails to start

Posted on October 5, 2025

If your MySQL on XAMPP fails to start due to the following error, you can try these steps. XAMPP Error mysql_error.log Solution Possible Causes and Fixes Solution 1: Restore MySQL Backup Solution…

Cheat Sheet: Setting up a new Git Repo on a Git Hosting Service

Posted on September 6, 2025

A quick access to Git commands to setup a new repo on a Git Hosting Service. There are several Git Hosting Services such as GitHub, GitLab, Bitbucket, Azure DevOps Repos and more….

Domain-based routing in AWS CloudFront using CloudFront Functions

Posted on April 12, 2025

AWS CloudFront does not directly support multiple domain based routing similar to AWS Application Load Balancer. However there are other options available to achieve this. To achieve multi-domain based traffic distribution similar…

Solution: SSH Login Error – “no mutual signature supported”

Posted on April 11, 2025

When trying to login with a SSH key generated using the ssh-rsa SHA-1 algorithm, users get a “Permission denied” error. Error message returned: OR Debugging Enable verbose SSH logging: Why this happens…

How to setup NodeJS on Ubuntu using nodesource

Posted on March 24, 2025

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine that allows developers to run JavaScript on the server-side. It provides an event-driven, non-blocking I/O model, making it lightweight and efficient….

Posts pagination

1 2 … 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