Advanced Search
Search Results
191 total results found
Understanding nginx $request_uri
Link: https://stackoverflow.com/questions/48708361/nginx-request-uri-vs-uri As we came across this question often ourselves, I decided to write a quick article about the $request_uri handling of nginx. According to the ngx_http_core_module-documentati...
Setup a scalable high availability GlusterFS network filesystem with Docker Swarm on Ubuntu Server 20.04 LTS
Link: https://florianmuller.com/setup-a-scalable-high-availability-glusterfs-network-filesystem-with-docker-swarm-on-ubuntu-server-20-04-lts In this quick guide we are going to setup the scalable GlusterFS filesystem for a four node Docker Swarm cluster on Ub...
Setup Highly Available applications with Docker Swarm and Gluster
Link: https://medium.com/running-a-software-factory/setup-3-node-high-availability-cluster-with-glusterfs-and-docker-swarm-b4ff80c6b5c3 Published in Oct 28, 2018 Docker Swarm clu...
Como acessar a partição e os dados do Linux EXT4 no Windows 11/10/8/7 [2024 atualizado]
Link: https://br.easeus.com/partition-manager-tips/acessar-ext4-windows.html Escrito por Jacinta Atualizado em 23/07/2024 Nesta página, você revelará 6 métodos práticos para acessar a partição EXT4 do Wind...
Como Acessar Arquivos do Linux Pelo Windows 10 [Guia Completo]
Link: https://www.minitool.com/pt/particao-disco/accessar-arquivos-linux-pelo-win10.html O que é um sistema de arquivos Linux? Posso ler uma unidade Linux pelo Windows? Como faço para acessar arquivos do Linux pelo Windows 10? Muitos usuários procuram r...
O comando AWK com if, else e outras opções
Link: https://blog.ironlinux.com.br/o-comando-awk/ Assim como o SED , o AWK é uma ferramenta para manipulação de texto. No entanto, o AWK também é considerado uma linguagem de programação. Com ele é possível pesquisar palavras num arquivo, identificar pad...
O comando HTOP no Linux
Link: https://blog.ironlinux.com.br/o-comando-htop-no-linux/ 17 de maio de 2022 Está com o seu servidor Linux lento e precisa de comandos para ajudar a descobrir o motivo? O comando htop pode ser um grande aliado na análise de processos e recursos. O c...
Backup com Rsync e Rclone - Shell Script
Gerado pelo ChatGPT Claro! Vou te mostrar um exemplo de shell script que usa `rsync` para fazer backup local e `rclone` para fazer backup em um serviço de armazenamento em nuvem. Esse script é útil para quem deseja manter backups locais e na nuvem com uma úni...
Instalação Uptime Kuma
Link: https://github.com/louislam/uptime-kuma git clone https://github.com/louislam/uptime-kuma.git Uptime Kuma is an easy-to-use self-hosted monitoring tool. 🥔 Live Demo Try it! Demo Server (Location: Frankfurt - Germany): https://demo.kuma.p...
Instalação do Yacht Docker
Link: https://github.com/SelfhostedPro/Yacht git clone https://github.com/SelfhostedPro/Yacht.git Yacht Yacht is a container management UI with a focus on templates and 1-click deployments. I'm currently rewriting the backend in Typescript as an ...
How to Upgrade Ubuntu 22.04 to 24.04 LTS: A Complete Guide
Link: https://www.cyberciti.biz/faq/how-to-upgrade-from-ubuntu-22-04-lts-to-ubuntu-24-04-lts/ Author: Vivek Gite Last updated: September 5, 2024 47 comments Ubuntu 24.04 LTS (Noble Numbat) was launched on April 25th, 2024. This new version will be suppor...
Full Setup Instructions installations
Link: https://nginxproxymanager.com/setup/ Running the App Create a docker-compose.yml file: yml version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: # These ports are in...
Install Portainer CE with Docker on Linux
Link: https://docs.portainer.io/start/install-ce/server/docker/linux Introduction Portainer consists of two elements, the Portainer Server, and the Portainer Agent. Both elements run as lightweight Docker containers on a Docker engine. This document will he...
Updating on Docker Standalone
Link: https://docs.portainer.io/start/upgrade/docker Always match the agent version to the Portainer Server version. In other words, when you're installing or updating to Portainer 2.21.0 make sure all of the agents are also on version 2.21.0. Before begin...
Os 60+ Melhores Temas Grátis do WordPress – Uma Lista Completa (2023)
Link: https://www.hostinger.com.br/tutoriais/temas-wordpress-gratis#1_Astra Um tema grátis do WordPress pode ser um ótimo ponto de partida para começar a fazer o layout do seu site, já que ele facilita o processo de design e não custa nada. Para criar pági...
+70 Melhores Temas WordPress Grátis – Atualizado em 2024Nova Página
Link: https://www.wptotal.com.br/temas-wordpress-gratis/#none Elaboramos uma lista com os melhores temas WordPress grátis. É uma coleção apenas com temas WordPress gratuitos de qualidade capazes de dar um visual incrível ao seu site. ...
64 melhores temas de blog gratuitos do WordPress para 2024
Link: https://www.wpbeginner.com/pt/showcase/best-free-wordpress-blog-themes/ Você está procurando um tema de blog WordPress gratuito para o seu site? Há milhares de temas de blog gratuitos para WordPress, o que torna difícil para os iniciantes escolherem en...
Instalação WordPress Docker (Bitnami)
Link: https://github.com/bitnami/containers/tree/main/bitnami/wordpress#how-to-use-this-image Bitnami package for WordPress What is WordPress? WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyon...