Posts Tagged ‘HowTo’

Spotify CarThing Internet Access

The Spotify CarThing was discontinued late 2022 and subsequently heavily discounted. I got a friend of mine to send one to me, because at that time it was pretty apparent that there was a good chance of this being very hackable. First order of business for me was: internet access.

Here, we’re setting up a Raspberry Pi with a Socks-Proxy, a local webserver and the relevant settings on the CarThing itself.

Read the rest of this entry »

tcpdump docker traffic

Tiny howto, so don’t need to look this up as often. In order to tcpdump your own docker traffic, you will need to identify the appropriate interface first:

# docker network ls
NETWORK ID      NAME                      DRIVER              SCOPE
15a300de        bridge                    bridge              local
88d8d7d1        nextcloud_default         bridge              local

From that, we get the network ID. This will be included (at least partly) in the interface name, so we’ll just take the first few characters and grep:

# ip addr | grep 88d8b
9: br-88d8d7d1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default

this gives us the full interface name (ok, basically this is just “br-” followed by the network ID).

We can then just use tcpdump any way we like:

tcpdump -i br-88d8d7d1

OAuth2 with Nextcloud (Provider) and GitLab (Client)

I recently configured GitLab as a OAuth2 client to a Nextcloud Instance. I wanted OAuth2 to be the only way of logging in, and Nextcloud to provide the information needed for one-click user signup (actually, three clicks). This process was not entirely straightforward, especially since I don’t want my buttons to read “OAuth2-Generic”. Changing the name after setting everything up, means changing URLs and in combination with Nextcloud this means recreating your tokens. Long story short: I wrote down how I did it.

Read the rest of this entry »


DIY Lowboard

Ich habe ein neues Wort gelernt. Während meiner Recherche zu Wohnzimmermöbeln wurde ich darauf aufmerksam gemacht, dass eins einen Fernseher heutzutage auf ein “Lowboard” stellt. Essenziell ist es, dass ein Lowboard entweder winzig, hässlich oder teuer ist. Das legte die eingehende Recherche zumindest nahe. Lowboards sind darüber hinaus Rudeltiere und verbünden sich mit Regalen und Ablagen zu sogenannten Wohnwänden. Gruselig.

So einen Kasten kriege ich zum Glück gerade noch selbst hin. Wenn ihr das zu Hause nachmachen wollt, erfahrt ihr hier, was ihr dafür braucht.

Read the rest of this entry »


Spam-Bekämpfung auf die harte Tour

Screenshot_2014-04-17-10-22-45_spamIch hasse Spam. Ich hasse Spam in Form von E-Mails, obwohl ich gute Maßnahmen dagegen habe. Deutlich nerviger finde ich unverlangte Werbe-SMS. Und am allermeisten hasse ich unverlangte Werbe-SMS, die morgens um sechs auf meinem Handy landen. Werbe-SMS stören mich dermaßen, dass ich jede erhaltene (drei in den letzten drei Jahren) an die Bundesnetzagentur [BNetzA] gemeldet habe. Wie das geht zeige ich hier.

SMS-Spam ist glücklicherweise seltener als E-Mail-Spam. Das liegt sicher zum Teil daran, dass SMS Geld kosten. Wenn wir es irgendwie schaffen, die zusätzlichen Kosten für Spam-Schleudern in die Höhe zu bringen, kann es das Ende für SMS-Spam bedeuten – weil es sich einfach nicht lohnt 100 Euro für SIM-Karten, Ausstattung und SMS-Versand auszugeben um möglicherweise 50 Euro zu verdienen.

Read the rest of this entry »



Author

Claudius Coenen is a tech-enthusiast. He's writing on all kinds of topics, including programming, technology, gadgets and media.

This site features his occasional articles, findings, documentations.

Categories

Connect

RSS Recent Bookmarks

Legal