Archive
All posts
Lessons
How to Connect to Athena with DBeaver using JDBC and AWS SSO
Amazon Athena, a service that allows SQL queries to be run on data in Amazon S3, can be accessed through DBeaver. By leveraging the…
Lessons
Setting Up the Perfect Home Lab
A home lab is a personal network environment where you can test and learn new technologies. Using Proxmox VE, TrueNAS, and OPNsense, you can…
RedHat
Installing Elasticsearch on RHEL
Step-by-Step Guide Set the network.host to localhost to restrict external access: Save and close the file. Enable Elasticsearch to start on boot: If Elasticsearch…
RedHat
Installing MongoDB on RHEL
Step-by-Step Guide Add the following content to the file: Enable MongoDB to start on boot: If MongoDB is running, you should see an active…
RedHat
Installing Redis on RHEL
Step-by-Step Guide Enable Redis to start on boot: If Redis is running, you should see an active (running) status. Once connected, you can test…