Advanced Search
Search Results
75 total results found
Fix Error fwupd-refresh
Introduction After installing monitoring (check_mk) I realized that the servis fwupd-refresh produces a critical error. However, this is based on a configuration mishap in the service itself. Here is the fix. The service is able to perform a firmware update ...
Set correct Timezone
Howto set the correct timezone in Linux Ubuntu Get all possible timezones: timedatectl list-timezones Set the local timezine: timedatectl set-timezone Europe/Zurich Check the local timezone: timedatectl Howto set the correct timezone in Debian 10 ...
Enable ssh login with a public key
Introduction it is more secure and easier to login to a server over ssh if you place your public key on this server. This how-to shows in simple steps how to do this. Generate keys You only have to do this one time. You can and should reuse your public ke...
Mount SAMBA shares
Introduction There a several ways of mounting SAMBA shares on a Linux machine. This manual gives an overview. Prerequisite It makes things easier if the Linux client is a member of an Active Directory domain. Hence I use Zorin OS, this can easily be achiev...
Map a shared drive on MacOS
Introduction Mapping of network drive seems to be a big issue. Hopefully this manual brings a little light into the fog. Requirements Any kind of network resource, that offers any kind of network share. A network resource can be: Windows Server Li...
Import the voyager Root Certificate into your system
Introduction To ease the use of servers/services of this domain it is recommended to trust the root certificate of this domain. This text describes how-to import the root certificate and start trust the different serves/services Vivaldi The Vivaldi browser ...
Add custom certificates to Apache
Introduction In numerous cases you want to enable https on a webserver like Apache. So I decided a once and for all documentation for it. Configuration a2enmod ssl a2enmod rewrite systemctl restart apache2 Edit the Apache configurationf file /etc/apach...
Addtional links
Link Liste https://itsfoss.com/linux-phones/ https://itsfoss.com/android-distributions-roms/ https://www.heise.de/ratgeber/Wie-Sie-Android-und-Apps-datensparsam-nutzen-6619662.html https://www.heise.de/ratgeber/Security-Android-Smartphone-vor-unkontrollier...
Add metager as search engine to your browser
Introduction MetaGer is a meta-search engine focused on protecting users' privacy. Based in Germany, and hosted as a cooperation between the German NGO 'SUMA-EV - Association for Free Access to Knowledge' and the University of Hannover, the system is built on...
Office integration
Introduction It is possible to integrate two different edit suites into Nextcloud: Collabora Office OnlyOffice Collabora Office is the recommended solution of Nextcloud. OnlyOffice looks much more like MS Office. So I prefer and recommend OnlyOffice. ...
Sync Client
Introduction A very useful and highly recommended feature is the file sync client of Nextcloud. This client offers a seamless integration of your Nextcloud files in your local favorite file manager. You can work with these files as if they were stored on your...
Calendar CalDAV and adresses CardDAV
Introduction Two very useful feature of the Nextcloud are CalDAV and CardDAV. CalDAV is a calendar. This calendar can be used with almost any calendar software on the market (like Outlook or Calendar on macOS). CardDAV is a very useful address book. It can ...
File Access
Introduction There are basically three different ways to get access to files stored on the Nextcloud: WebDAV (davs://hcloud.simmy.org/remote.php/dav/files/yourName/) Login to the Nextcloud with the web GUI (https:/hcloud.simmy.org) Use the sync client an...
Einführung
Definition Nextcloud ist eine freie Software für das Speichern von Daten (z. B. Dateien, Kalendern, Kontakten etc.) auf einem privaten Server. Auf die Daten kann der Anwender sowohl über eine Weboberfläche als auch mit Client-Applikationen (Smartphone und Des...
Registrierung
Step-by-step Die Registrierung für neue Benutzer befindet sich hier: https://portal.simmy.org Das ist auch gleichzeitig die Adresse des Self Service Portals um sein Passwort zurück zu setzen, sollte man es vergessen haben. Möchte man sich registrieren, k...
Installation Sync Client unter Linux
Vorwort Die meisten Linux Distros bringen den nextcloud sync client native mit. Ich empfehle die Installation dieses Clients über den Linux Software Manager. Darüber hinaus gibt es noch eine Fülle von weiteren Tools für die einzelnen Module der NextCloud: ...
Introduction Bacula
Introduction Bacula is an open-source, enterprise-level computer backup system for heterogeneous networks. It is designed to automate backup tasks that had often required intervention from a systems administrator or computer operator. Architecture Comp...
Installation server components
Introduction In general, you should get the binary packages from your download area on www.bacula.org. You can either download what you need or setup a repository pointing to the download area that will allow you to use your installer program such as apt to ...
Configuration
The configuration files are located in /opt/bacula/etc/.
Evaluation
Despite the fact that the architecture looks very promising, I finally abandoned the project. There are three reasons: The client app for Archlinux is broken It's difficult to install on Debian The interesting parts of the project are taken by a commercia...