This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
usage=" | |
Usage: | |
wall [options] [message] | |
Write a message to all users. | |
Options: | |
-n, --nobanner do not print banner |
- get all kinds of neat metadata for GitHub repos (ref)
- browse to https://api.github.com/repos/{:owner}/{:repository}
- ex: created date, repo size, last modified
- 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)
- 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