Skip to content

Instantly share code, notes, and snippets.

View jnsnco's full-sized avatar

Eric jnsnco

  • 18:41 (UTC -07:00)
View GitHub Profile
@jnsnco
jnsnco / wall.sh
Created August 11, 2025 05:00 — forked from danmou/wall.sh
Replacement for the unix wall command, which also works with gnome-terminal
#!/bin/bash
usage="
Usage:
wall [options] [message]
Write a message to all users.
Options:
-n, --nobanner do not print banner
@jnsnco
jnsnco / things to remember.md
Last active August 10, 2025 20:46
computer notes - cool things I just learned + things I always forget
  1. get all kinds of neat metadata for GitHub repos (ref)
  2. show your IP Address, Linux CLI (RIP ifconfig 😢) (ref)
    • ip address (kinda embarassing how simple this is.. hopefully just writing this will help me remember)
  3. rotate the Linux CLI, if you have a monitor in portrait orientation (ref)
    • echo 1 | sudo tee /sys/class/graphics/fbcon/rotate
    • 0 = normal, 1 = clockwise, 2 = upside down, 3 = counter-clockwise
  • make it permanent