Place Holder Projects Code
Bash MySQL JavaScript MySQL Quick Reference
Notes Documents Return of the Fed Login

m7c1

Much by way of discourse, some by way of advice; security from Clausewitz to Claude.

Setting up a Samba Share on Linux

Setting up a Samba Share on Linux

In this short tutorial, we'll setup a basic file server by installing Samba on Linux, and configuring access to it.

Posted by Will - April 26th '20

Xinput Revisited: Improving Trackpad on Linux

Xinput Revisited: Improving Trackpad on Linux

In this short tutorial, we're going to explore improving the trackpad experience on Linux. We'll enable (or disable!) tap-to-click, natural scrolling and the three finger 'middle' mouse button action. This will also give us an opportunity to learn a little bit about xinput and how X events are connected to actions. This article applies to any system running X.

Posted by Will - April 12th '20

Creating an Encrypted Container on Linux

Creating an Encrypted Container on Linux

In this tutorial, we'll cover how to create an encrypted container on Linux.  We'll also cover how to integrate its use into your environment. You can think of this space as a safe, which you can open, store things in or read things from, and then close again.

Posted by Will - April 4th '20

i3, xrandr and Multiple Screens

i3, xrandr and Multiple Screens

In this brief tutorial, we'll cover how to set up and use multiple monitors with i3.  We'll use xrandr and i3-msg to orient our displays and place the workspaces we want on whatever monitor we want.

Posted by Will - March 9th '20

Integrating Clementine with i3status over dbus with Python

Integrating Clementine with i3status over dbus with Python

Today we'll cover how to use the dbus interprocess communication (IPC) mechanism to integrate the Clementine music player into i3status.  We'll write a small script in Python that determines Clementine's state using the dbus library, and then appends that state to the i3status bar. While we're at it, we'll also learn quite a bit about dbus!

Posted by Will - March 2nd '20