Kasra_mp βœ…

@kasra_mp
162 Followers
113 Following
998 Posts
Software engineer πŸ’» && passionate #coder β˜• ➜ 🐞
Tech blogger hobbyist
#coding in Java, Kotlin, JavaScript, Python
Into πŸŒŒπŸ”­ 🎢
YouTubehttps://www.youtube.com/c/KasraMadadipouya
Websitehttps://geekyhacker.com
Profilehttps://contact.madadipouya.com
OSLinux/BSD with i3

Turn Raspberry Pi Zero 2 W into USB WiFi dongle

The Raspberry Pi Zero 2 W is a versatile device capable of emulating multiple functionalities, such as a sound card, USB WiFi adapter, or USB storage using USB OTG (On-The-Go) mode. In this article, we focus on using it as a USB WiFi dongle. In this setup, a plugged-in computer detects the Pi Zero as a Network Interface Card (NIC) and connects to the internet through the Pi's WiFi connection. Motivation You might ask: why…

https://www.geekyhacker.com/turn-raspberry-pi-zero-2-w-into-usb-wifi-dongle/?utm_source=mastodon&utm_medium=jetpack_social

Turn Raspberry Pi Zero 2 W into USB WiFi dongle - Geeky Hacker

Learn how to turn your Raspberry Pi Zero 2 W into a USB WiFi using USB OTG mode. A perfect DIY networking solution for devices without WiFi.

Geeky Hacker
Book review – The Guest List

The Guest List is a book by Lucy Foley. It was the first book from her that I read, and apparently her best-selling one. I read the book a few months ago but never had time to sit down and write ab…

Bookiniho

Uploaded a new YouTube video about #Arch #Linux

https://www.youtube.com/watch?v=0U7yrF0do3w

How to connect to WiFi after installing Arch Linux (NetworkManager + nmtui)

YouTube
Game of Trees 0.116 released

When Root Meets Immutable: OpenBSD chflags vs. Log Tampering Test
https://undeadly.org/cgi?action=article;sid=20250718072438
When Root Meets Immutable: OpenBSD chflags vs. Log Tampering

What is EnumMap in Java

EnumMap is a specialized implementation of the Map data structure in which the keys are enums. It's particularly useful in scenarios where we want to retrieve a value corresponding to an enum constant. In this article, we’ll explore how to work with EnumMap and provide examples to aid understanding. Let’s assume we want to implement a mapping function that accepts a Java…

https://www.geekyhacker.com/what-is-enummap-in-java/?utm_source=mastodon&utm_medium=jetpack_social

What is EnumMap in Java - Geeky Hacker

EnumMap in Java is a specialized implementation of the Map interface in which the keys are enum constants from a single enum class.

Geeky Hacker

Execute commands as the root user on OpenBSD with doas

In Linux, when a user wants to execute a command as the root user, they use the sudo command. In the OpenBSD world, it is different since the system, by default, ships with the doas command, which essentially does the same thing as sudo: it allows users to execute commands as another (root) user. This does not mean that you cannot use…

https://www.geekyhacker.com/execute-commands-as-the-root-user-on-openbsd-with-doas/?utm_source=mastodon&utm_medium=jetpack_social

Execute commands as the root user on OpenBSD with doas

Doas is a secure and minimalist equivalent of sudo command developed by an OpenBSD developer to allow execute commands as the root user.

Geeky Hacker
OpenBSD -current moves to 7.7-beta

Game of Trees 0.109 released

OpenBGPD 8.8 released