Me
sebdd

thoughts and inspiration on designing, programming, and writing for the web

  • Blog
  • About
  • Speaking
  • Uses
  • Reads
  • Blogroll
  • Now
  • Newsletter
  • Twitter
  • Mastodon
  • Pinboard
  • Literal
  • Telegram
  • RSS
  • #css
  • #html
  • #javascript
  • #laravel
  • #livewire
  • #misc
  • #mysql
  • #programming
  • #tech
  • #writing

Finding out which ports are in use

9 Jul 2021

  • #cli
  • #unix-things-i-always-forget

Sometimes you want to spin up a process, but the port it wants to bind to is already in use. Or a port isn't listening to a process as you expected. lsof is a debugging life saver in these situations.

Read more

Rsync

15 Jul 2020

  • #cli
  • #unix-things-i-always-forget

Rsync is a command line tool to copy files between different hosts.

Read more

Zipping

2 Jun 2020

  • #cli
  • #unix-things-i-always-forget

Zipping is easy. Remembering zip's arguments is hard.

Read more

Listing directories

18 Mar 2020

  • #cli
  • #unix-things-i-always-forget

A listing of my favorite ls features.

Read more

Unix things I always forget

18 Mar 2020

  • #cli
  • #unix-things-i-always-forget

A short intro on my second series: Unix things I always forget!

An attempt to document the Unix commands I know and care about. Consider this series a living document that will grow organically; I won't be updating or adding new posts on a set schedule.

Read more

blogging since 2015!
syntax highlighting with Torchlight