Skip to content
Daniel Persson
  • About
Daniel Persson
Advent of Code 2021 – Day 4
Tips

Advent of Code 2021 – Day 4

Bywoden 2021-12-04

In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…

Read More Advent of Code 2021 – Day 4Continue

Advent of Code 2021 – Day 3
Tips

Advent of Code 2021 – Day 3

Bywoden 2021-12-03

In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…

Read More Advent of Code 2021 – Day 3Continue

Advent of Code 2021 – Day 2
Tips

Advent of Code 2021 – Day 2

Bywoden 2021-12-022021-12-03

In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…

Read More Advent of Code 2021 – Day 2Continue

Advent of Code 2021 – Day 1
Tips

Advent of Code 2021 – Day 1

Bywoden 2021-12-012021-12-03

In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…

Read More Advent of Code 2021 – Day 1Continue

How to setup a Ceph RADOS Block Device
Tips

How to setup a Ceph RADOS Block Device

Bywoden 2021-11-292021-11-29

In this video, we talk about how to set up a Ceph RADOS block device. We will mount this device on a Linux client and talk about what block device is used for and the difference between a Ceph file system. We also touch on iSCSI and its usage around block devices. Moreover, we talk…

Read More How to setup a Ceph RADOS Block DeviceContinue

Setting up a Ceph posix filesystem in your cluster
Tips

Setting up a Ceph posix filesystem in your cluster

Bywoden 2021-11-222021-11-22

We look into how a Ceph filesystem works and how to add a filesystem to your Ceph cluster. Configuration, authentication and other important topics you need to know in order to run a cluster with a filesystem. Setup MDS services First, we need to add the MDS (MetaData Service) to each of the nodes. The…

Read More Setting up a Ceph posix filesystem in your clusterContinue

Trying to building tensorflow from source on Windows
Tips

Trying to building tensorflow from source on Windows

Bywoden 2021-11-15

I looked into building tensorflow from source on Windows. The reason, TensorRT released and I wanted to test the new functionallity. I got tensorflow to build after some tribulations using the latest source release. Sadly I never got the new functionallity of TensorRT up and running but I did headway at least.

Read More Trying to building tensorflow from source on WindowsContinue

How does TensorRT 8.2 work?
Tips

How does TensorRT 8.2 work?

Bywoden 2021-11-09

In this video we look into how TensorRT 8.2 works. Talk about the improvements made in TensorRT and also what’s new in 8.2.

Read More How does TensorRT 8.2 work?Continue

Manual install of Ceph part 2 – Add OSD and use Rados
Tips

Manual install of Ceph part 2 – Add OSD and use Rados

Bywoden 2021-11-012021-11-20

We go through how to manually install a Ceph cluster. We will add Object storage devices and play around with Rados. Rados (Reliable autonomic distributed object storage) is a great way to store data in a secure and efficient way. Adding storage When the cluster is up and running and all monitors are in qourum…

Read More Manual install of Ceph part 2 – Add OSD and use RadosContinue

Manual install of Ceph part 1 – Cluster backbone
Tips

Manual install of Ceph part 1 – Cluster backbone

Bywoden 2021-10-252021-11-20

We go though how to manually install a ceph cluster. A manual installation gives you a better overview of how ceph works and we will talk about different concepts that is used when running a cluster. Fetching software. First of I want to check that I have all the latest packages in my debian system….

Read More Manual install of Ceph part 1 – Cluster backboneContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 34 Next PageNext

© 2022 Daniel Persson - WordPress Theme by Kadence WP

  • About