- Clean pkg cache
- Remove unused packages (orphans)
- Clean cache in /home
- remove old config files
- Find and Remove
- duplicates
- empty files
- empty directories
- broken symlinks
| Tested working 15 Jun 2020, irssi version 1.2.2 | |
| (Update: still works October 2023!) | |
| This is a TLDR version of https://blog.crunchprank.net/connecting-to-twitch-chat-via-irssi/ | |
| Get your OAuth token (password) here: https://twitchapps.com/tmi/ | |
| # Network setup: | |
| /network add -nick YOUR_TWITCH_USERNAME Twitch |
| [Trigger] | |
| Operation=Install | |
| Operation=Upgrade | |
| Operation=Remove | |
| Type=Package | |
| Target=* | |
| [Action] | |
| When=PreTransaction | |
| Exec=/usr/local/bin/pacman-snapshots.sh |
| <script src="https://xrpaddress.info/js/xrpl-tagged-address-codec-browser.js"></script> | |
| <script> | |
| var XCodec = require('xrpl-tagged-address-codec') | |
| console.log(XCodec.Encode({ account: 'rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY', tag: 495 })) | |
| console.log(XCodec.Decode('XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD28Sq49uo34VyjnmK5H')) | |
| </script> |
| processor : 0 | |
| vendor_id : GenuineIntel | |
| cpu family : 6 | |
| model : 122 | |
| model name : Intel(R) Celeron(R) N4100 CPU @ 1.10GHz | |
| stepping : 1 | |
| microcode : 0x2e | |
| cpu MHz : 2284.228 | |
| cache size : 4096 KB | |
| physical id : 0 |
-
Info:
-
Command:
-
pacaur -S terminus-font
-
UPDATE (March 2020, thanks @ic): I don't know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using.
Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/
sudo amazon-linux-extras install docker
sudo service docker startBefore Github supported SSL encryption for github pages sites, many people were using CloudFlare (CF) as their DNS provider and CDN proxy. CF allowed users to enable SSL encryption from the CDN end points/proxies to the end user. This was great and it allowed visitors to your website to connect with a secure connection between their browser and the cloudflare CDN box that was serving your content. However, with this setup one (significant) link in the chain remained unencrypted and
| diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk | |
| index 18f8b0bbfc..4ef3e230e4 100644 | |
| --- a/builddefs/common_features.mk | |
| +++ b/builddefs/common_features.mk | |
| @@ -878,6 +878,10 @@ ifeq ($(strip $(JOYSTICK_ENABLE)), yes) | |
| endif | |
| endif | |
| +ifeq ($(strip $(APPLE_FN_ENABLE)), yes) | |
| + OPT_DEFS += -DAPPLE_FN_ENABLE |