I hereby claim:
- I am hursto75 on github.
- I am hursto75 (https://keybase.io/hursto75) on keybase.
- I have a public key ASB9Mdm5mjBVZP3oJ21STyzlVqx9GGgRTIZimPAUvHi5nwo
To claim this, I am signing this object:
| # Thanks to this post: | |
| # http://blog.ikato.com/post/15675823000/how-to-install-consolas-font-on-mac-os-x | |
| $ brew install cabextract | |
| $ cd ~/Downloads | |
| $ mkdir consolas | |
| $ cd consolas | |
| $ curl -O http://download.microsoft.com/download/f/5/a/f5a3df76-d856-4a61-a6bd-722f52a5be26/PowerPointViewer.exe | |
| $ cabextract PowerPointViewer.exe | |
| $ cabextract ppviewer.cab |
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |
| #!/bin/bash | |
| # Get current swap usage for all running processes | |
| # Erik Ljungstrom 27/05/2011 | |
| # Modified by Mikko Rantalainen 2012-08-09 | |
| # Pipe the output to "sort -nk3" to get sorted output | |
| # Modified by Marc Methot 2014-09-18 | |
| # removed the need for sudo | |
| SUM=0 | |
| OVERALL=0 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # clean-snap-sync-external.sh v1.0.1 (2021-07-09) | |
| # | |
| # Changes | |
| # ------- | |
| # 2021-07-09: | |
| # - adjust logic to keep latest x, instead of delete oldest x | |
| # - make output cleaner (hide btrfs subvolume delete output) | |
| # |