Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Raspberry Pi

Check Whether Raspberry Pi OS is 32-bit or 64-bit

Check Whether Raspberry Pi OS is 32-bit or 64-bit

  • November 3, 2022 (April 28, 2023)
  • Raspberry Pi
  • 4 Comments
  • 21869 Views
Raspberry Pi OS is available in a 32-bit and 64-bit architecture. When installing applications, it is important to know whether the operating system is 32-bit or 64-bit. This tutorial shows...
Measure Execution Time of Code using Raspberry Pi Pico

Measure Execution Time of Code using Raspberry Pi Pico

  • July 25, 2022
  • Raspberry Pi
  • 0 Comments
  • 6026 Views
Execution time of a code is amount of time spent by the system executing that code. Execution time is important when want to optimize a code. This tutorial shows how...
Turn ON/OFF the Onboard LED on Raspberry Pi Pico via USB

Turn ON/OFF the Onboard LED on Raspberry Pi Pico via USB

  • July 18, 2022
  • Raspberry Pi
  • 0 Comments
  • 1517 Views
Raspberry Pi Pico has onboard green LED which can be controlled via USB by sending commands from PC. This tutorial shows example how to turn ON/OFF the onboard LED on...
Control an LED Brightness with PWM and Raspberry Pi Pico

Control an LED Brightness with PWM and Raspberry Pi Pico

  • July 11, 2022
  • Raspberry Pi
  • 0 Comments
  • 1909 Views
Pulse width modulation (PWM) is a technique that allows to control analog devices with a digital signal. Raspberry Pi Pico has GPIO pins that can be configured as PWM signal...
Blink an External LED using Raspberry Pi Pico

Blink an External LED using Raspberry Pi Pico

  • June 6, 2022 (July 17, 2022)
  • Raspberry Pi
  • 0 Comments
  • 2311 Views
Raspberry Pi Pico board allows to control an external LEDs through GPIO pins. This tutorial provides circuit diagram and code how to blink the external LED using Raspberry Pi Pico...
Install Siege on Raspberry Pi

Install Siege on Raspberry Pi

  • May 9, 2022
  • Raspberry Pi
  • 0 Comments
  • 559 Views
Siege is an open-source tool for HTTP load testing and benchmarking. It allows to test web application by sending specified number of user requests simultaneously. This tutorial demonstrates how to...
Install Ddosify on Raspberry Pi

Install Ddosify on Raspberry Pi

  • May 7, 2022
  • Raspberry Pi
  • 0 Comments
  • 788 Views
Ddosify is an open-source tool to perform HTTP load testing. Ddosify enables to test web application against DDoS attacks by sending specified number of requests in a given amount of...
Install iPerf 3 on Raspberry Pi

Install iPerf 3 on Raspberry Pi

  • May 6, 2022
  • Raspberry Pi
  • 0 Comments
  • 10180 Views
The iPerf is a command line tool that allows to test network performance and speed by sending data traffic from one host to another. This tool supports TCP, UDP and...
Install argon2 on Raspberry Pi

Install argon2 on Raspberry Pi

  • May 4, 2022
  • Raspberry Pi
  • 0 Comments
  • 1027 Views
The argon2 is a command line tool which enables to generate the Argon2 cryptographic hash that commonly used for password hashing. This tutorial demonstrates how to install argon2 on Raspberry...
Install fd Command for Finding Files on Raspberry Pi

Install fd Command for Finding Files on Raspberry Pi

  • May 3, 2022
  • Raspberry Pi
  • 0 Comments
  • 1127 Views
The fd is a tool that enables to find files in a directory hierarchy via command line. This tool can be used as an alternative to the find command. This...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 14
  • 15
  • »
Buy Me a Coffee

Recent Posts

  • Compare Two Branches in Git
  • Check Code Standard Compliance using gcc or g++ Compiler
  • Detect Memory Errors with AddressSanitizer using gcc or g++ Compiler
  • Expand Macros using MSVC Compiler
  • Check Which Loops Were Vectorized using gcc or g++ Compiler

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved