Posts

(VR) Things N Stuff

Attempting to Mitigate Valve Index issues… Use Black electrical tape where cable connects to the headset to reinforce it. Use Black electrical tape on top of the controller (small amount not covering sensors) or get 3d printed bumpers. Things to get The Thing The Link Plano VR lenses = Help avoid glue peeling off and lenses scratching vr-lens-lab.com Back VR Cover vrcover.

(Ab)out Me

Contact Email LinkedIn sidjulius@protonmail.com linkedin.com/in/julius-sidabras Working On Course Link % Go (Golang): The Complete Bootcamp udemy.com… 63% Learn How To Code: Google’s Go (golang) Programming Language udemy.com… 72% AWS AppSync & Amplify with React & GraphQL - Complete Guide udemy.com… 51% Completed Courses Course Link Ultimate AWS Certified Solutions Architect Professional 2020 udemy.

AWS Security Specialty exam guide

AWS Certified Security Specialty Exam Guide AWS Certified Security Specialty Exam Guide Linux Academy AWS Certified Security - Specialty Certification Linux Academy Certified Security Specialty Exam Readiness: AWS Certified Security - Specialty AWS Training Exam Readiness The AWS Certification Quiz Show | Episode 04-06 Quiz Show | Episode 04 Quiz Show | Episode 05 Quiz Show | Episode 06 AWS Certified Security –Specialty (SCS-C01)Sample Exam Questions (SCS-C01)Sample Exam Questions Whitepapers aws-kms-best-practices

Random Notes

Sublime plugins for markdown: https://github.com/jonschlinkert/sublime-monokai-extended https://github.com/jonschlinkert/sublime-markdown-extended https://github.com/math2001/MarkdownLivePreview RHEL 7 Password reset https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/sec-Terminal_Menu_Editing_During_Boot#proc-Resetting_the_Root_Password_Using_rd.break Test if ssh is setup on host ssh -q -o "BatchMode=yes" server01 "echo 2>&1" && echo $host SSH_OK || echo $host SSH_NOK Backend shortcut keys to enable echo '### Terminal Shortcuts Original file is in /etc/inputrc "\C-p":previous-history "\C-n":next-history "\C-a":beginning-of-line "\C-e":end-of-line "\C-l":clear-screen' >> ~/.inputrc && cat ~/.inputrc && bash Curl from sftp curl -k "sftp://company.com/myfile.txt" --user "<username>" -o /root/myfile.txt Curl for ftp curl -u <username> 'ftp://company.