Skip to content

Commit f2407b8

Browse files
Sync notes and files as of 2026-03-06 19:11:44 UTC
1 parent 3652473 commit f2407b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_notes/data-coding/Learn CLI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, cli]
66
season: summer
77
created: 2021-08-19
8-
updated: 2024-11-25
8+
updated: 2026-03-06
99
sources: Misc but mostly Mrshu from https://mareksuppa.com/teaching/linux-cli-data-science/2021/
1010
---
1111

@@ -42,7 +42,7 @@ sources: Misc but mostly Mrshu from https://mareksuppa.com/teaching/linux-cli-da
4242
- [The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage](https://www.amazon.com/Cuckoos-Egg-Tracking-Computer-Espionage/dp/1416507787/) by Cliff Stoll: A true story of a physicist who tracked one of the first documented "hackers" who he found snooping around his systems. The best part is that it's all real, down to the (obviously UNIX) commands that were used.
4343

4444
## Make yourself at home
45-
- Use [iTerm2](https://iterm2.com/), the terminal for MacOS
45+
- Use [iTerm2](https://iterm2.com/), the terminal for MacOS, or the up-and-coming [Ghostty](https://ghostty.org/)
4646
- Use [`tmux`](https://github.com/tmux/tmux), terminal multiplexer with [simple setup](https://www.ocf.berkeley.edu/~ckuehl/tmux/) that can be also used for pair-programming
4747
- Use [`ohmyzsh`](https://ohmyz.sh/) as framework for managing zsh configuration or in particular [`zsh-autosuggestions`](https://github.com/zsh-users/zsh-autosuggestions) for autosuggestion in zsh shell
4848
- Later, use aliases or functions and define them in `.bashrc` or `.bash_profile`, e.g. `alias cx='chmod +x'` or `mcd() { mkdir -p $1; cd $1 }`

0 commit comments

Comments
 (0)