MayADevBe Blog

A Blog about Computer Science

Recent Posts

OverTheWire Bandit Level 12 -> 13 - WalkthroughA walkthrough of Level 12 -> 13 of the Bandit wargame from OverTheWire. - Hexdumps and compression and file signatures.
OverTheWire Bandit Level 11 -> 12 - WalkthroughA walkthrough of Level 11 -> 12 of the Bandit wargame from OverTheWire. - Rot13 substitution cipher as Linux command with 'tr'.
OverTheWire Bandit Level 10 -> 11 - WalkthroughA walkthrough of Level 10 -> 11 of the Bandit wargame from OverTheWire. - Base64.
Manually updating VM VirtualboxWhile trying to update my Virtual Box I encountered the error 'Oracle VM Virtualbox X.X.X Setup Wizard ended prematurely', which lead to a failed installation due to a 'fatal error'. To fix this I did a manual installation.
OverTheWire Bandit Level 9 -> 10 - WalkthroughA walkthrough of Level 9 -> 10 of the Bandit wargame from OverTheWire. - The 'strings' command. Find human-readable strings in a file.
OverTheWire Bandit Level 8 -> 9 - WalkthroughA walkthrough of Level 8 -> 9 of the Bandit wargame from OverTheWire. - Linux command uniq and sort, to find lines only appearing once.
OverTheWire Bandit Level 7 -> 8 - WalkthroughA walkthrough of Level 7 -> 8 of the Bandit wargame from OverTheWire. - Learning grep and piping.
OverTheWire Bandit Level 6 -> 7 - WalkthroughA walkthrough of Level 6 -> 7 of the Bandit wargame from OverTheWire. - Find a file with specific user and group ownership.
Swedish Frequency List - Natural Language Processing [2/2]Weekend project of creating a frequency words list in Swedish with the help of articles from the 8Sidor website. This is the second of two parts. It deals with Natural Language Processing.
Integrate Comments in SSG HugoI integrated a comment feature into my Static Site Generator blog that was created with Hugo. I used the utterances app that is based on GitHub issues.