Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
    • 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
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Raspberry Pi

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
  • 164 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
  • 254 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
  • 151 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
  • 303 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
  • 303 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
  • 271 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
  • 1321 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
  • 446 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
  • 380 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...
Install yt-dlp on Raspberry Pi

Install yt-dlp on Raspberry Pi

  • April 12, 2022
  • Raspberry Pi
  • 0 Comments
  • 1180 Views
The yt-dlp is a command line tool for downloading videos from YouTube and other websites. The yt-dlp is based on youtube-dl and offers additional features. The list of all the...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 13
  • 14
  • »

Recent Posts

  • Decode Private Key using OpenSSL
  • Decode SSL Certificate using OpenSSL
  • Generate Self-Signed SSL Certificate using OpenSSL
  • Add or Remove User From Group in Linux
  • Delete Group in Linux

Archives

  • 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 - 2022 · lindevs.com · All Rights Reserved