Cherry smart card keyboard on Linux

This is just a quick post to explain how to set up a Cherry G83-6744 smart card keyboard on Debian Linux. The keyboard comes with a driver CD (for a binary PCSC driver) and printed instructions, but you can also grab them on Cherry's site if needed.

Setup

First, install …

Read More

Make a Beaglebone Debian testing image installable

As discussed in my previous post on the Beaglebone Black, Robert Nelson provides multiple Debian images for the Beaglebone. The installer image, however, is only available for Debian Wheezy, but you can easily turn the Jessie (Testing) tarballs into an installer image as well. Here's how.

First, grab the latest …

Read More

Moving to Pelican

In search of a simpler blogging framework, and intended to ditch PHP, I have tested multiple static site generators, settling on Pelican. Unlike Pico or Phile CMS, Pelican generates fully static content. So no dynamically rendered front page - which taxed my poor Beaglebone Black the most.

Of course, every migration …

Read More

RTC wakeup on Linux

Most BIOSes offer the possibility to fire up your computer at a given time. This may be a handy alternative when WoL is unavailable or unreliable, but it offers little flexibility.

Linux allows you to wake up your system however you want. You can do it the hardcore way and …

Read More

WPS setup on OpenWrt

Most routers nowadays support WPS, which allows you to easily add new devices to a WLAN, without the need to type in long passwords. Most consumer routers or APs come with a WPS button (often on the back) so you can initiate WPS simply by pushing it. This is not …

Read More

Reducing Debian's footprint

This procedure is best started right after the installation. If you know how to tweak Debian's installer so dpkg already skips locales etc., even better, then you can apply this during installation. Either way, the sooner you do it, the better.

Removing redundant packages

You need to determine yourself what …

Read More

Autostarting tmux with multiple windows

Tmux, a lightweight terminal multiplexer, can be configured to open multiple windows upon startup. On my server, I always found myself opening five or more windows. I'll show you how to automate this, through a systemd service file.

User services go in /etc/systemd/user/. To link a service to …

Read More

« Page 4 / 6 »