Nayab Sayed

@nayab
17 Followers
2 Following
37 Posts

"AI-assisted coding brings new people into programming, and it’s a great tool — but we still need real engineers. Most of the hype and junk built around AI right now doesn’t impress me." - Linus Torvalds

#OpenAI #Gemini #Anthropic #Claude #AI #Programming #AgenticCoding

https://youtu.be/mfv0V1SxbNA?t=1993

Building the PERFECT Linux PC with Linus Torvalds

YouTube
@louischance How do you take measures for this possible outcome?

You can set an audible alert upon the completion of a process or script by using `tput bel` in the shell, for example, `make; tput bel`.

Handy especially when you want to monitor the process.

Ensure that sound is enabled; otherwise, you'll only get a visual notification.

#Linux #tput #LinuxTips #terminal #console #ubuntu #debian #fedora #kde

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.

#b4 #kernel

This is the second article in a series focused on the Linux tools I use daily for development and general use.

https://www.nayab.dev/linux/toolkit/daily-dev-tools-2.html

#Linux #Ubuntu #KDE #NeoVim #AI #LinuxTools #GPT

I've created a guide on using the b4 tool to submit patches upstream. Here's the link:

https://www.nayab.dev/opensource/tools/b4-contributors

#Linux #b4 #git #opensource #linuxtools

b4 Tool for Code Contributors

The b4 tool streamlines the patch submission process for code contributors, and it is gaining popularity in the Linux kernel development workflow.

Nayab Sayed

I've created a guide on #PGP keys, covering generation, integration with #Git, backup, and restoration of PGP keys. Check it out using the following link:

https://www.nayab.dev/opensource/tools/pgp-guide.html

#Linux #PGP #GPG #OpenSource #Linuxtools

A Developer’s Guide to PGP Keys - Create, Use, Back Up, and Restore

PGP (Pretty Good Privacy) refers to the OpenPGP standard for cryptographic encryption that can be used to sign, encrypt, and authenticate messages.

Nayab Sayed

Pressing Ctrl+Shift+K is a surefire way to clear terminal logs, while Ctrl+L and 'reset' commands might not always do the trick.

#Linux #Terminal #Console

Capture wireless packets in monitor mode in Linux

In this tutorial, I will be showing how to setup a wireless interface in monitor mode and how to capture wireless network traffic using wireshark.

NayabSD’s Blog

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

GitHub - seemoo-lab/nexmon: The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more - seemoo-lab/nexmon

GitHub