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 navigation

Page 1 Page 2 Next

Software

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

Recent Posts

  • Running nested VMware ESXi 8.0 host under KVM hypervisor 2022-12-23
  • Fedora - unlock LUKS full disk encrypted system using USB stick 2022-07-24
  • Fedora 36 - fix for issue with new kernel installation 2022-07-23
  • Running nested VMware ESXi 7.0 host under KVM hypervisor 2022-05-15
  • Docker 20.10 fails to start on CentOS 8 and Fedora 33 2020-12-12

Archives

  • December 2022 (1)
  • July 2022 (2)
  • May 2022 (1)
  • December 2020 (1)
  • October 2020 (3)
  • September 2020 (1)
  • July 2020 (2)
  • May 2020 (2)
  • April 2020 (2)
  • March 2020 (2)
  • February 2020 (1)
  • October 2019 (2)
  • September 2019 (2)
  • April 2019 (1)
  • March 2019 (4)
  • January 2019 (1)
  • November 2018 (1)
  • August 2018 (3)
  • July 2018 (2)
  • April 2018 (2)
  • March 2018 (2)
  • January 2018 (6)
  • December 2017 (1)
  • November 2017 (5)
  • September 2017 (4)
  • August 2017 (4)
  • July 2017 (7)
  • June 2017 (7)
  • May 2017 (1)
  • April 2017 (4)
  • March 2017 (9)

Categories

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

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 Raspberry Pi REST API Scripts Security Site Virtualization VMware Volumio Windows

© 2023 Paweł Szaga openterprise.it