I hereby claim:
- I am gfrancesco on github.
- I am gfrancesco (https://keybase.io/gfrancesco) on keybase.
- I have a public key whose fingerprint is 790C BF82 044E 584C DA27 7F72 9BFD C4B0 3E11 B882
To claim this, I am signing this object:
| find /example/dir/* -type f -print0 | \ | |
| xargs -0 file | \ | |
| grep PDF | \ | |
| cut -d ":" -f 1 | \ | |
| xargs -n 1 -t -I PDF_FN sh -c 'shasum "$1" | \ | |
| cut -b 1-7 | \ | |
| xargs -I PDF_SHA cp -n "$1" PDF_SHA.pdf' find-pdf-sh PDF_FN |
| # Get the following: | |
| # - cfZoneId : 'Zone ID' on the right column of your domain page | |
| # - dnsName : e.g. 'my_subdomain.example.com' | |
| # - cfToken : on CF upper right corner 'My Profile' -> 'API Tokens' -> 'Create Token' | |
| # | |
| # then get the cfDnsId with this API call, replace the variables with your values: | |
| # curl -X GET "https://api.cloudflare.com/client/v4/zones/$cfZoneId/dns_records?type=A&name=$dnsName" \ | |
| # -H "Authorization: Bearer $cfToken" | |
| # | |
| # Required permissions for the script AND the scheduler: read, write, policy, test |
I hereby claim:
To claim this, I am signing this object:
| brew update | |
| brew outdated | |
| brew upgrade | |
| brew cleanup -n | |
| brew cleanup |
| # emerge --sync | |
| # eselect profile set 1 | |
| # eselect news read new | |
| # USE="-perl nginx_modules_http_gzip_static -nginx_modules_http_geo -X -alsa -cups -ant -vim" >> /etc/make.conf | |
| # MAKEOPTS="-j1" >> /etc/make.conf | |
| # emerge portage | |
| # emerge eix | |
| # eix-update | |
| # emerge app-misc/screen |
| # user modified sshd_config | |
| #### Networking options #### | |
| # Listen on a non-standard port > 1024 | |
| #Port 50000 | |
| # Restrict to IPv4. inet = IPv4, inet6 = IPv6, any = both | |
| AddressFamily inet | |
| # Listen only on the internal network address |
| # emerge --sync | |
| # eselect news read new | |
| # emerge portage | |
| # emerge eix | |
| # eix-update | |
| # screen -R eme | |
| # emerge -uDNa --with-bdeps=y world | |
| # nano /etc/conf.d/hostname |
| eix-sync | |
| emerge -uDNa --with-bdeps=y world | |
| emerge -a --depclean | |
| revdep-rebuild | |
| ## RVM | |
| $ rvm get stable | |
| $ rvm list known |