Using an Android Device as a Second Monitor on *nix

Using X forwarding sending an application over to an Android device is relatively painless.

December 5, 2021 · 2 min · lukefilewalker
os

Deleting an Object Property with ES6

How to delete one or more object properties using ES6 syntax.

December 5, 2021 · 1 min · lukefilewalker
programming javascript

Open Reference Material in a Floating Window In Neovim

View reference material in a CLI web browser or via a terminal command in a floating window within Neovim.

November 26, 2021 · 4 min · lukefilewalker
editors

Manually Upgrading All Qt5 Packages on FreeBSD

How to manually upgrade all QT5 packages on FreeBSD with xargs.

October 17, 2019 · 2 min · lukefilewalker
cli os

Creating an Empty File in *nix as Well as Windows in the CLI

How to create an empty file from the CLI in *nix as well as Windows

August 2, 2016 · 1 min · lukefilewalker
cli os

Counting the Lines of Code in Your Project

How to count the lines of code in your coding project.

May 5, 2016 · 1 min · lukefilewalker
programming

Get Your External IP Address From the CLI

How to get your external IP address on the CLI.

December 28, 2015 · 1 min · lukefilewalker
cli

Delete All Files Except for a Particular Extension

How to delete all the files in the current directory except for files of a certain extension.

December 15, 2015 · 1 min · lukefilewalker
cli

Using Sed to Find and Replace a String in a File

Find and replace using the *nix tool sed.

November 27, 2015 · 1 min · lukefilewalker
cli

Copy and Paste to and From the Clipboard in the CLI

How to copy and paste to and from the clipboard while working in the CLI.

October 23, 2015 · 2 min · lukefilewalker
cli