Nayab Sayed
-
Today, I presented the b4 tool to the Linux council at our office (talk was geared towards developers only though).
My colleagues frequently encountered patch corruption issues with mail servers. They were impressed when I introduced the concept of web endpoint submission.
Thanks to @monsieuricon for such a wonderful tool.
-
This is the second article in a series focused on the Linux tools I use daily for development and general use.
-
I've created a guide on using the b4 tool to submit patches upstream. Here's the link:
-
Learn how to enable monitor mode and capture wireless packets in Linux with this guide:
https://www.nayab.dev/linux/networking/capture-wireless-packets-monitor-mode-linux
#Linux #Networking #Wireless #MonitorMode #PacketCapture #NetworkSecurity
-
By default, #Raspberry Pi's #Broadcom Wi-Fi chipsets don't support monitor mode. After researching solutions, I discovered #Nexmon - a project that patches the firmware to enable this feature.
Following the Nexmon documentation, I successfully enabled monitor mode on my Raspberry Pi 4 running Ubuntu 22.04 Server.
Official #Github repo: https://github.com/seemoo-lab/nexmon.git
-
Parabolic is a Flatpak app designed for downloading audio and video from websites. Essentially, it serves as a front-end for the popular download manager, yt-dlp.
It supports #YouTube, #Instagram, #Vimeo, #TikTok, #LinkedIn, #hotstar and other 1800 websites.
App URL:
https://flathub.org/apps/org.nickvision.tubeconverterFlatpak setup and installation guide:
https://fosstodon.org/@nayab/111153015597806677 -
Another #privacy focused software recommendation website:
#PrivacyProtection #EthicalSoftware #PrivacyTech #SoftwareAlternatives
-
Explore ethical, user-friendly, and privacy-conscious alternatives to popular software choices. 🌐💻 👇
#EthicalSoftware #PrivacyTech #OpenSource #SoftwareAlternatives
-
BoardDB: Your go-to single-board computer database for quick comparisons. Explore embedded development boards by architecture, manufacturer, SoC, peripherals, OS support, and more! 🚀🔍
-
🔐 Secure your Linux shell scripts with 'shc'! Encrypt for safety, use the encrypted binary as your original script.
Download: https://github.com/neurobin/shc/releases
Installation guide and Usage: https://github.com/neurobin/shc/blob/master/README.md -
A series of articles/tutorials explaining the everyday useful Linux commands along with the detailed examples.
https://www.nayab.xyz/book/linux-cli-000-intro.html
#cli #linux #linuxcommandline -
In this tutorial, we create squashfs root filesystem, copy kernel, filesystem and dtb to the SD card. We modify U-boot env variables so that the Linux kernel and the filesystem boots from the SD card.
https://www.nayab.xyz/rpi3b-elinux/embedded-linux-rpi3-100-elinux-on-sdcard.html
#raspberrypi #busybox #squashfs -
Create partitions using fdisk tool for any SD card or USB drive. Build a file system in those partitions. In this tutorial we create two partitions, the first one with fat32 filesystem and the second one with ext4 filesystem.
https://www.nayab.xyz/linux-tools/partitioning-using-fdisk.html
#fdisk #mkfs #drivepartitioning #linux