Browsed by
Tag: other

3D Printed Lamp Covers

3D Printed Lamp Covers

My last electronics project was creating a LED dimmer for some dinner table lights. This all works fine, but the bare light bulbs were a bit bright to look at directly. The MVP (Minimal Viable Product) version to fix this problem consisted of some ugly paper strips, taped to the bulbs 😉 Even though this MVP version did help, it doesn’t look too good, so a long-term-solution was needed. The lamp fittings are metal, and have some ribs which make…

Read More Read More

Duplicate unprotected Mifare Classic NFC Card

Duplicate unprotected Mifare Classic NFC Card

Where I live, they have changed the way they pickup garbage. Only plastic, paper, and green-stuff will be picked up (in separate bins). And the ordinary (formerly grey) trash you need to bring to one of the central bins in the neighborhood (and glass you have to bring to the bins at the shopping mall). So, those central “grey” bins… to prevent just anyone from dropping stuff in there, you need to use an RFID badge to open it up….

Read More Read More

3D Printed Bathroom Cabinet Shelf Finishing Strip

3D Printed Bathroom Cabinet Shelf Finishing Strip

The shelves in my bathroom (mirror) cabinet do have fixed positions. So when trying to put an electric (standing) toothbrush in there, it would not fit. So I just took out a bit of one of the shelves. And this left an ugly front side of the shelf, which needed some solution. First attempt was just using a bit of electric isolation tape; Of course this works fine (a bit shabby, but it’s juts a normally closed cupboard). But as…

Read More Read More

SEO Wisdoms

SEO Wisdoms

Or: how to get your data to be found on the internet… Intro So… at the office we were moving from one web mail/storage system to another (too bad, not getting any better), and we had to go through our old documents to determine what to keep. And in the pile of stuff to check, there was a nice photo of some Search Engine Optimization (SEO) rules which will (probably?) never get old. We did have these rules up on…

Read More Read More

Simple Tcp Vpn Over Ssh Socks

Simple Tcp Vpn Over Ssh Socks

Github Project: https://github.com/atkaper/simple-tcp-vpn-over-ssh-socks Poor-man’s VPN for TCP traffic over SSH dynamic socks tunnel, uses Linux/iptables Taken some TCP tunneling code from Christophe Devine, and turned it into a transparent socks proxy. This serves as a lightweight / poor-man’s VPN connection, to combine firewalled networks into one. Requirements; use linux on your end, and you need to be able to connect to an SSH server on the network you want to reach. And the local and remote network IP-ranges should NOT…

Read More Read More