Receiving GLEF logs with syslog-ng

syslog-ng does not have an explicit handler for GLEF logs. However, we can use its JSON parsing capabilities to parse

Read more

Migrating DynamoDB tables to another AWS account.

This is a summery of an already published article on the AWS Blog, with some clarity added. Requirements: 1. AWS

Read more

Redacting GIT repo's

So, you have committed a sin of checking in data/passwords/secrets and tokens. How do you remove them from

Read more

Mirroring a GIT repo

There are some issues with forking a repo, if you want to fork a repo and matain all the details,

Read more

Change Wordpress FQDN via sql

UPDATE wp_options SET option_value = replace(option_value, 'http://oldurl.com', 'http://newurl.com') WHERE

Read more

Reset Wordpress Password via SQL

if you have access to the mysql database you can recover account access by resetting the password using the following

Read more

Install Rust on Docker

The offical way of installing rust is to call a shell script from a remote host as follows: curl --proto

Read more

Export ZFS Volume to iSCSI

To export a raw block volume from ZFS for use with iSCSI, you can use the zfs command to create

Read more

Copy Multi-Arch Docker Images

Using Skopeo DESTINATION_URI=xxxxxxxxxxx.dkr.ecr.us-west-2.amazonaws.com/mongo:6 SOURCE_URI=docker.io/mongo:6 AWS_PROFILE=

Read more

MySQL DB sizes in GB

SELECT table_schema AS "Database", SUM(data_length + index_length) / 1024 / 1024 / 1024 AS "Size (GB)"

Read more

Do you have any question to us?

Contact us and we'll get back to you as soon as possible.