Skip to content

Instantly share code, notes, and snippets.

@bigibas123
bigibas123 / remap-tablet.sh
Created October 11, 2021 23:15
xinput tablet settings script
#!/bin/sh
#USER VARIABLES
tablet_name="Wacom One by Wacom S Pen stylus" #search-term for the tablet, execute `xinput` to see the names
pan_scroll_threshold="200" #when scrolling with the pen how sensitive is it. Ranke:1-2147483647 Default: 1700
pressure_threshold="27" #how much pressure is needed on the pen tip to trigger a button press. Range:0-2048 Default:27
proximity="30" #how close the pen needs to be to start working. Range:0-63 Default:30
#RELATIVE
pointer_pct="30" #percentage by how much the pointer should be sped up in relative mode 100 is slow 1 is wroom
rotation_deg="180" #degrees by how much the tablet is rotated in relative mode
@bigibas123
bigibas123 / AWS components.txt
Created January 9, 2023 09:59 — forked from jaytaph/AWS components.txt
A list of AWS components and what they do.
Compute
EC2 Virtual Private Servers
Lightsail Amazon's hosting provider (vps, dns, storage)
Lambda Functions you can run, written in Python, NodeJS, Go etc. Can run many in parallel.
Batch Run software jobs on EC2 machines
Elastic Beanstalk Run software on managed virtual machines
Serverless Application Repository Repository of serverless applications that you can deploy (on lambda)
AWS Outposts Basically run Amazon services on your own hardware (datacenter)
EC2 Image Builder Create EC2 (ami?) images automatically