- Google Sign in & Security > App passwords
- Create name for password "Email alias [email protected]"
- Save the generated password for later
- Gmail settings > Accounts & Import > Add another email address
- Enter email address info
For use with Mac
dtoverlay=dwc2 to the /boot/config.txtmodules-load=dwc2 to the end of /boot/firmware/cmdline.txtssh in /boot/firmware/libcomposite to /etc/modulesdenyinterfaces usb0 to /etc/dhcp/dhclient.conf/etc/dnsmasq.d/usb with following contentconfig.txt by adding enable_uart=1 to the end of the file$ sudo systemctl enable [email protected]
LANG=C sed 's/splash quiet/persistence /;s/quiet splash/persistence /' \
</debian-live-10.0.0-amd64-mate.iso \
>/debian-live-10.0.0-amd64-mate-persist.iso
Update and install pulseaudio
sudo apt update
sudo apt install pulseaudio-module-bluetooth
Add this to /etc/bluetooth/main.conf
ControllerMode = bredr
Running into this error message when trying to run a mosh server on macOS Catalina? The steps below should solve the problem which is most likely either a $PATH and/or firewall issues.
command not found: mosh-server
Connection to X.X.X.X closed.
/usr/local/bin/mosh: Did not find mosh server startup message. (Have you installed mosh on your server?)
The ASUS Chromebook Flip C100P (veyron_minnie) is the world's first 10" convertible Chromebook with a full metal chassis, so a user can go from laptop to tablet form factor in a snap. The ASUS Chromebook Flip is powered by a Rockchip quad-core processor with 2GB RAM for incredible performance.
It has a 10-finger multi-touch screen, with a comfortable wide key-pitch keyboard and up to 8 hours battery life for all-day mobile use. The connectivity with dual-band WiFi 802.11ac & BT4.0 support can also provide up to 3 times the speed of 802.11n for faster data transfer. Carved from a single block of aluminum for a seamless design, the ASUS Chromebook Flip is not only beautiful, but durable, too.
These instructions will create a dual-booting environment where you can switch between booting Arch Linux ARM and the stock ChromeOS. No changes are made to the internal eMMC drive, and your new Arch Linux ARM install will run completely from external storage. This is the recommen
| # Export as Text Table | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --output table > ~/users.txt | |
| # Export as JSON | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --output json > ~/users.json | |
| # Export User Pool with more than 60 users (pagination) | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --pagination-token INCREDIBLYLONGSTRINGHERE --output json > ~/users-2.json |