Page A

*** currently under construction ***

Read More

Page B

*** currently under construction ***

Read More

Page C

*** currently under construction ***

Read More

iPad Samba file transfer fails

To be able to copy files over from iPad to Samba-shares the enhanced compatibility with Apple SMB clients and interoperability with Netatalk 3 AFP fileserver must be enabled. Vfs-module is typically missing if you see in tshark messages like: To get this fixed add to the [global] section in /etc/samba/smb.conf the following command: The package

remove/rename files with spaces in filename(s)

Let’s examine the folder structure: Search for files with space(s) in the filename(s) To do a search within the current folder for all files with a space in the filename do: the “-maxdepth 1” parameter limits the search within the current folder.“-maxdepth 2” would search within the current and the first subfolder(s) To do a

Ubuntu: remove ipv4-protocol from ethernet interface

On my Ubuntu-host I have my ethernet-interface connected to an mirror-port.I want to remove the ipv4-protocol from this interface to avoid unnecessary traffic on this interface. With root-rights execute “nmcli connection show –active”: my ethernet-interface (enp6s0) has UUID 57bc44f6-5190-42b2-b17f-e928868a42c0. Let’s remove ipv4 : Check again: done!

Pi-hole: send pihole.log and pihole-FTL.log to external Syslog-server

The option to send Pihole-logs to a remote syslogserver is not implemented.Good thing is that Pi-hole creates log-files.How about adding these logfiles to the local (R-)Syslog-daemon and send it over to the external Syslog-Server via port 514 TCP/UDP ? I use Dietpi as the OS on my Raspi3+ and added Pi-hole as one of the