| ||||||||||||||||||||||||
Tuesday, January 16, 2024
Renew AWS Cloud Practitioner Certification by completing the 3D "Cloud Quest" for free | Post by Ian Mckay on X
Friday, January 12, 2024
Raspberry Pi 5 - HDMI Woes & Solution
TL;DR
Problem: New Raspberry Pi 5 boots, but no HDMI
Solution: Add "video=HDMI-A-1:1920x1080M@60D" to your /boot/cmdline.txt
How to get it done
Once logged in:
Become root
Become root
sudo su -
Change to the boot directory
cd /boot
Edit the cmdline.txt file. (vi is always there, but use whatever editor you like)
vi cmdline.txt
Add
video=HDMI-A-1:1920x1080M@60D
to the beginning of your /boot/cmdline.txt file.
cmdline.txt is a (long) single line file, so DON'T HIT RETURN.
Save the file. (:wq in vi)
Reboot your device
reboot
Done!
Note: 1920x1080M@60D is a pretty standard setting for most monitors.
If it doesn't work for you, you may need to adjust.
There are lots of details here, which is how I got this far.
Wednesday, January 10, 2024
Tuesday, January 9, 2024
PartyRock | Resume Optimizer
https://partyrock.aws/u/viktoria/0P8VymYdp/Resume-Optimizer?sc_campaign=Machine_Learning&sc_publisher=LINKEDIN&sc_geo=GLOBAL&sc_outcome=awareness&trkCampaign=generative_ai&linkId=259720468
https://partyrock.aws/u/viktoria/0P8VymYdp/Resume-Optimizer?sc_campaign=Machine_Learning&sc_publisher=LINKEDIN&sc_geo=GLOBAL&sc_outcome=awareness&trkCampaign=generative_ai&linkId=259720468
Sunday, January 7, 2024
StingBox | Network HoneyPot
https://www.stingbox.com/
This is an interesting approach.
It certainly looks easy to deploy and try out.
https://www.stingbox.com/
Subscribe to:
Posts (Atom)