Solution for max watches limit on Arch Linux
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system| package main | |
| import ( | |
| "fmt" | |
| "github.com/gin-gonic/gin" | |
| engineio "github.com/googollee/go-engine.io" | |
| "github.com/googollee/go-engine.io/transport" | |
| engineiopooling "github.com/googollee/go-engine.io/transport/polling" | |
| socketio "github.com/googollee/go-socket.io" | |
| "log" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>domain.yourpackage</groupId> | |
| <artifactId>your-artifact</artifactId> | |
| <version>1.0.0</version> |
Solution for max watches limit on Arch Linux
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system1- GET - Get single item - HTTP Response Code: 200
| yay -S noto-fonts ttf-dejavu noto-fonts-cjk noto-fonts-emoji noto-fonts-extra otf-font-awesome ttf-ms-fonts ttf-meslo ttf-meslo-nerd |
| config.vm.provider :vmware_fusion do |vm| | |
| vdiskmanager = '/Applications/VMware\ Fusion.app/Contents/Library/vmware-vdiskmanager' | |
| dir = "#{ENV['HOME']}/vagrant-additional-disk" | |
| unless File.directory?( dir ) | |
| Dir.mkdir dir | |
| end |
| networks: | |
| default: | |
| name: pratama-network | |
| external: true | |
| services: | |
| traefik: | |
| container_name: traefik | |
| image: traefik:v3.1.4 | |
| restart: always |
| [api] | |
| dashboard = true | |
| [entryPoints] | |
| [entryPoints.web] | |
| address = ":80" | |
| # Uncomment this at production for redirecting to HTTPS automatically | |
| # [entryPoints.web.http.redirections.entryPoint] | |
| # to = "websecure" | |
| # scheme = "https" |
| [http.routers] | |
| # Traefik | |
| [http.routers.api] | |
| rule = "Host(`traefik.supanadit.com`)" | |
| # Uncomment this for production use | |
| # entrypoints = ["web","websecure"] | |
| # Comment this for production use | |
| entrypoints = ["web"] | |
| service = "api@internal" | |
| # Uncomment this for production use |
| networks: | |
| default: | |
| name: pratama-network | |
| external: true | |
| services: | |
| wordpress: | |
| image: bitnami/wordpress:6 | |
| container_name: wordpress | |
| labels: |