How To: Connect to a Server Using SFTP

SFTP is one of the worst named protocols in computing. Like many, I once thought it was an extension of File Transfer Protocol (FTP) that added encryption, but it is not. That’s FTPS. SFTP is an extension of Secure Shell (SSH) and stands for SSH File Transfer...

Looking for the Best *nix Terminal Emulator

After tinkering in the terminal long enough, it’s inevitable that you will eventually look for a terminal emulator with more features. First step is to extend the functionality within the terminal with an improved shell and some eye candy. But now you want more...

Configuring wezterm (Wez’s Terminal Emulator)

Recently I decided to find the perfect terminal emulator for me and, while I did not actually find perfection I did decide to make wezterm (Wez’s Terminal Emulator) my daily driver. The only major downside is that configuring wezterm requires hacking a Lua file...

Adventures with Linux Distros

Several years ago I began using elementary OS as my primary desktop operating system. I thought it was exciting—a Linux for the everyman, a Linux desktop environment that copied Apple rather than Microsoft, a Linux distro that didn’t package a bunch of software...

How To: Connect Clients to NFS Server

In a previous post I explained how to set up an NFS server on a Raspberry Pi. Here I provide info on how to set up an NFS client on common devices. I can’t cover all devices, but fortunately if it’s *nix the FreeBSD/Linux examples should work fine for most...