Gabriel Hartmann

Alles von diesem Author

NWS at OpenInfra Summit

NWS at OpenInfra Summit

About the OpenInfra Summit 2022 This year's OpenInfra Summit takes place in Berlin. After two long years it is now possible again to take part in person and meet other developers, users and many people involved in the community. The summit features talks about a wide variety of topics related to open source infrastructure technologies, ranging from OpenStack and container orchestration like Kubernetes to many other interesting topics like Machine Learning, CI/CD, Hardware Enablement, Edge...

How To Administrate Nextcloud Using CLI

With Nextcloud you can configure almost everything using the Webinterface. But you may do updates and configuration also via CLI. In this How To I'll go over some common use-cases for the Nextcloud CLI. Update / Upgrade Let's start with upgrading to the newest version. Go to the directory where your nextcloud is located - there should be a folder called 'updater'. [root@nc-vm ~]# cd /var/www/nextcloud/updater [root@nc-vm ~]# ls index.php updater.phar Inside the updater folder is a file called...