Best of Raspberry PiSeptember 2024

  1. 1
    Article
    Avatar of alternativetoAlternativeTo·2y

    Kali Linux 2024.3 launches with 11 new hacking tools and enhanced Raspberry Pi support

    Kali Linux 2024.3 introduces 11 new hacking tools and enhances Raspberry Pi support, including compatibility with the Raspberry Pi 4 Compute Module Wi-Fi and Qualcomm Snapdragon SDM845 SoC devices. Features include tools like graudit for source code auditing, gsocket for cross-network communication, and sprayhound for password spraying, among others. The update also integrates Linux kernel 6.6 LTS for Raspberry Pi 5 and reverts to Linux 6.1 LTS for improved Pinebook compatibility. Enhancements for mobile penetration testing and ARM-based systems are also included.

  2. 2
    Article
    Avatar of tcTechCrunch·2y

    How to make your own encrypted VPN server in 15 minutes

    Using a paid VPN service can compromise your privacy as they may log and store your internet activity. Instead, creating your own VPN server with tools like Tailscale or WireGuard ensures greater control over your data. This guide explains how to set up your own encrypted VPN server using spare hardware, a Raspberry Pi, or cloud services for secure browsing from anywhere.

  3. 3
    Article
    Avatar of do_communityDigitalOcean Community·2y

    Boosting Python Scripts With Cython

    Python is popular but not the most efficient for computational-heavy tasks. Cython can significantly speed up Python scripts by allowing the use of C data types within Python code. This tutorial guides you through optimizing a Python for loop to sum a list of 1 billion numbers using Cython, highlighting the benefits and process of using the tool, including how to implement this on a Raspberry Pi.

  4. 4
    Article
    Avatar of itsfossIt's Foss·2y

    What is Raspberry Pi Compute Module? What is it used for?

    Compute modules, essentially stripped-down versions of single-board computers, offer essential processing components like CPU, memory, and storage but exclude many peripherals and I/O ports. They are ideal for creating specialized, compact, and scalable devices, making them valuable in applications like cluster computing, home automation, handheld devices, and industrial automation. Despite their flexibility, compute modules can be costly and require additional boards, adding complexity. Popular options include Raspberry Pi, Orange Pi, and Nvidia Jetson modules.