Setting up a Samba share in Debian to work in Windows 11
We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.
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…
We solve todays challange at the advent of code 2020. Come join and have some fun. Git repository: https://ift.tt/3qha6xP Please follow me on twitter Tweets by kalaspuffar Learn the basics of Java programming and software development in 5 online courses from Duke University. https://ift.tt/2QkqKvO My merchandise: https://ift.tt/3aqGTZF Or visit my blog at: https://ift.tt/3bF6D4l Outro music:…
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…
We talk about the Feistal Cipher and implement a simple proof of concept to test the algorithm out. The code: https://ift.tt/3c3F05C Computerphile video: Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into how to build docker images for performance. Talk about the compromises between speed and size. Github Repository https://github.com/kalaspuffar/docker-java-performance Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…