start new:
tmux
start new with session name:
tmux new -s myname
| # Konsole color changing | |
| theme-night() { | |
| switch-term-color "colors=TomorrowNightBlue" | |
| } | |
| theme-light() { | |
| switch-term-color "colors=Tomorrow" | |
| } | |
| switch-term-color() { | |
| arg="${1:-colors=Tomorrow}" | |
| if [[ -z "$TMUX" ]] |
This gist provides the learning-python3.ipynb notebook file, which can be viewed and edited in a Jupyter Notebook server to learn Python 3.
This script is modeled after tee (see [man tee][2]) and works on Linux, macOS, Cygwin, WSL/WSL2
It's like your normal copy and paste commands, but unified and able to sense when you want it to be chainable.
This project started as an answer to the StackOverflow question: [How can I copy the output of a command directly into my clipboard?][3]
Have you tried asking for Arch related help and found that the community was "unfriendly" and "unhelpful"? Only telling you to "RTFM: Read the Friendly Manual"? Then this article may be helpful to you.