Logitech trackpads

/etc/udev/hwdb.d/70-mouse-remap.hwdb:
evdev:name:MX Ergo Mouse:*
KEYBOARD_KEY_90004=key_f16
KEYBOARD_KEY_90005=key_f17

$systemd-hwdb update
$udevadm trigger
$ xev

AWS – Tag

$ aws ec2 create-tags \
    --prof My_AWS_PROF \
    --resources 'i-ID_MY_EC2_INSTANCE' \
    --tags '[{"Key":"Cost Center","Value":"-"},{"Key":"Compliance","Value":"-"},{"Key":"Project","Value":"MY PROJECT"}]'
$ aws rds add-tags-to-resource \
     --resource-name arn:aws:rds:REGION:MY_ACCOUNT:db:MY_DB \
     --tags '[{"Key":"Cost Center","Value":"-"},{"Key":"Compliance","Value":"-"},{"Key":"Project","Value":"MY PROJECT"}]'

PCI – DSS – AWS Network

AWS – Cost Management

PCI – DSS – Hardening

CIS Apache HTTP Server Benchmarks
https://www.cisecurity.org/benchmark/apache_http_server/

CIS Apache HTTP Server 2.4 Benchmark 2.0.0 Checklist Details
https://nvd.nist.gov/ncp/checklist/521

CIS Apache HTTP Server 2.4 Benchmark
https://security.uri.edu/files/CIS_Apache_HTTP_Server_2.4_Benchmark_v1.2.11.pdf

SANS – The most trusted source for cyber security training, certification, and research.
https://www.sans.org/

  • Center for Internet Security (CIS)
  • International Organization for Standardization (ISO)
  • SysAdmin, Audit, Network, and Security (SANS) Institute
  • National Institute of Standards and Technology (NIST)