smb.conf example
A working example of an existing file server with Samba. vi /etc/samba/smb.conf [global]# listen samba on specific interfaceinterfaces = lo 192.168.0.20bind interfaces only = yes# unicode=yes unix charset = UTF8
WeiterlesenKnowledgebase von Gerald Allerstorfer
A working example of an existing file server with Samba. vi /etc/samba/smb.conf [global]# listen samba on specific interfaceinterfaces = lo 192.168.0.20bind interfaces only = yes# unicode=yes unix charset = UTF8
WeiterlesenInstall Git apt-get install git Install Certbot cd /opt git clone https://github.com/certbot/certbot Stop Apache service apache2 stop Generate certificate cd /opt/certbot/ ./certbot-auto certonly –standalone –rsa-key-size 4096 -d domain.xx -d www.domain.xx
WeiterlesenValid for Nextcloud 11 – 16. Create new file vi /var/www/nextcloud/config/mimetypemapping.json { „eml“: [„message/rfc822“], „dcm“: [„application/dicom“],} Update tables php occ maintenance:mimetype:update-db –repair-filecachephp occ maintenance:mimetype:update-j Open file See also /var/www/nextcloud/resources/config/mimetypemapping.dist.json
WeiterlesenBei Android im abgesicherten Modus werden nur die Apps geladen, die werksseitig installiert sind. Der abgesicherte Modus hilft bei der Suche nach Apps, die das Gerät verlangsamen, den Akku auffressen
Weiterlesenvi /etc/apache2/apache2.conf Einfügen: LogFormat „%v\t%h\t%l\t%u\t%t\t%r\t%>s\t%b\t%{Referer}i\t%{User-Agent}i\t%{cache-status}e“ tab-combined CustomLog /var/log/httpd/combined-access.tab tab-combined
WeiterlesenThis installation guide is tested with Nextcloud 11. At first, install Coturn and WebRTC. Install Spreed video calls Click on Enable. Configure Spreed video calls Copy the turn secret grep
WeiterlesenThis installation guide is tested with Nextcloud 11 and Ubuntu 16.04 x64. Nextcloud OCR (optical character recoginition) processing for images and PDF brings OCR capability to your Nextcloud server. Currently
Weiterlesen/usr/bin/mysqladmin -u root -h localhost password ’new-password‘ Variante mit Safe Mode Falls die Variante mit mysqladmin nicht funktioniert, den Safe Mode verwenden. Zuerst den MySQL-Server stoppen service mysqld stop Dann
Weiterlesenvi /etc/profile Am Ende einfügen: # Display mitnehmen ############################## if test -z „$DISPLAY“ -a „$TERM“ = „xterm“ -a -x /usr/bin/who ; then WHOAMI=“`/usr/bin/who am i`“ _DISPLAY=“`expr „$WHOAMI“ : ‚.*(\([^\.][^\.]*\).*)’`:0.0″ if
WeiterlesenEnable mods a2enmod proxy proxy_http Edit Apache config on your local machine vi /etc/apache2/sites-enabled/000-default.conf <VirtualHost *:80> ProxyRequests Off ProxyPass /intranet/ http://www.intranet.lan/ ProxyPassReverse /intranet/ http://www.intranet.lan/ </VirtualHost> Save and restart Apache service
Weiterlesen