git config --global alias.slog "log --graph --all --topo-order --pretty='format:%h %ai %s%d (%an)'"- Based on
- Agent forwarding enabled
- TCP port forwarding enabled, remote/local/dynamic
My cheat sheet to configure ssh clients
based on
As times goes by and ubuntu releases arrive i keep updating my good old home server and laptop. This leaves behind removed packages with remaining files.
These are my steps to keep ubuntu nice and tidy. I don't do this often, so i'm writing it here to remember on my next LST upgrade.
The first util is deborphan, deborphan finds packages that have no packages depending on them. Which makes them a perfect candidate for removal. As usual, read the deborphan man page before start using it
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
| /** | |
| Source: ϴ gang | |
| URL: https://www.reddit.com/r/thetagang/comments/j1az74/blackscholes_equations_for_google_sheets/ | |
| Instructions: | |
| Open a new or existing Google Sheets spreadsheet | |
| Navigate to Tools > Script Editor | |
| Paste the code below into the empty "code.gs" file and save it |
NewerOlder