Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

PC Build

I recently built myself a PC using the SilverStone SG13 Case. I am planning to use it as a Hot Spare. So any client that has a failure can keep running. Using an older 240GB SSD I had lying around and the parts listed in the table I found the CPU cooling wasn't...

XDebug over SSH into Container with VSCode

My Layout I'm connecting from VSCode running on Windows 10 Pro to the Linux host via SSH. The Linux Host has the project files and there is a docker container running on the Linux Host which provides the LAMP stack development environment. This is how I got XDebug...

Using GNU date to convert between timezones

Just being doing an AWS EC2 volume enlargement and the output of StartTime is in UTC aws --profile gap ec2 describe-volumes-modifications --volume-id vol-XXXXXXXXXXXXXXXXXXXXX Output: { "VolumesModifications": [ { "VolumeId": "vol-XXXXXXXXXXXXXXXXXXXXX",...