Skip to content

openterprise.it

Paweł Szaga home page

  • 🏠 Home
  • 👤 Author
  • 🐧 Linux
  • ☁️ Virt
  • 📄 Scripts
  • 🐳 Docker Hub

Month: March 2017

Nextcloud service HA architecture

Published on 2017-03-29 Author admin

Nextcloud service HA architecture:

Categories HA, Linux, Nextcloud

How WMS service works?

Published on 2017-03-29 Author admin

Simple schema of how WMS service works:

Categories GeoServer, GIS

[one-liner] Remove files older than

Published on 2017-03-29 Author admin

find /path/*.gz -mtime +30 -exec rm {} \;

Categories one-liner, Scripts

[one-liner] Oracle Compute Cloud cURL authentication

Published on 2017-03-29 Author admin

Sets COMPUTE_COOKIE variable with cookie returned by Oracle Compute Cloud REST API: export COMPUTE_COOKIE="`curl -i -X POST -H "Content-Type: application/oracle-compute-v3+json" -d '{"user":"/Compute-DOMAIN/user@example.com","password":"PASSWORD"}' https://api-z26.compute.em3.oraclecloud.com/authenticate/ | grep Set-Cookie | cut -c13-`"

Categories Cloud, one-liner, REST API, Scripts

[one-liner] Upload file to FTP server using cURL

Published on 2017-03-29 Author admin

curl -T /path/file.name ftp://serverAddress/path/ --user USER:PASSWORD

Categories one-liner, Scripts

Posts pagination

Page 1 Page 2 Next

Software

  • My GitHub Repo
  • My Docker Hub Repo
  • Recommended Open Source Software

Recent Posts

  • Nextcloud - Upgrading PostgreSQL database running as Docker container from 16 to 17 2025-04-26
  • Send Android push notifications using Nextcloud 2025-04-25
  • Fedora 39 - GNOME 45 - enable HEIF images support 2023-11-17
  • Fedora 39 - GNOME 45 - missing "Suspend when lid is closed" in Tweak Tools 2023-11-14
  • KVM - How to permit HTTP traffic from guest VM to KVM host with firewalld 2023-05-27

Archives

  • 2025 (2)
  • 2023 (4)
  • 2022 (4)
  • 2020 (14)
  • 2019 (10)
  • 2018 (16)
  • 2017 (42)

Categories

  • Apache (2)
  • AWS (4)
  • Bitcoin (3)
  • CentOS (31)
  • CI/CD (1)
  • Cloud (8)
  • Containers (8)
  • Cryptography (2)
  • Docker (9)
  • Fedora (45)
  • GeoServer (2)
  • GIS (2)
  • Git (1)
  • HA (2)
  • Jenkins (1)
  • KVM (7)
  • LEDE (3)
  • Linux (76)
  • Networking (12)
  • Nextcloud (9)
  • one-liner (7)
  • OpenWrt (3)
  • PostgreSQL (1)
  • Raspberry Pi (5)
  • REST API (1)
  • Scripts (15)
  • Security (4)
  • Site (4)
  • Virtualization (12)
  • VMware (6)
  • Volumio (1)
  • Windows (1)
  • Workstation (4)

Categories

Apache AWS Bitcoin CentOS CI/CD Cloud Containers Cryptography Docker Fedora GeoServer GIS Git HA Jenkins KVM LEDE Linux Networking Nextcloud one-liner OpenWrt PostgreSQL Raspberry Pi REST API Scripts Security Site Virtualization VMware Volumio Windows Workstation

© 2025 Paweł Szaga openterprise.it