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

Monthly Archives: April 2021

Check if String Ends with Substring

  • April 9, 2021
  • Code Snippets
  • 0 Comments
  • 453 Views
While working with data filtering, sometimes we may need to check if a string ends with substring. Programming languages provides various methods to do that. A table includes a links...

Check if String Starts with Substring

  • April 8, 2021
  • Code Snippets
  • 0 Comments
  • 461 Views
While working with data filtering, sometimes we may need to check if a string starts with substring. Programming languages provides various methods to do that. A table includes a links...

Count All Directories in Given Directory and Subdirectories

  • April 7, 2021 (July 17, 2022)
  • Code Snippets
  • 0 Comments
  • 447 Views
Working with file system sometimes we need to count all directories in a given directory and subdirectories. Programming languages provides various methods to do that. A table includes a links...

Count All Files in Given Directory and Subdirectories

  • April 6, 2021
  • Code Snippets
  • 0 Comments
  • 516 Views
Working with file system sometimes we need to count all files in a given directory and subdirectories. Programming languages provides various methods to do that. A table includes a links...
Find PHP Configuration File php.ini Location

Find PHP Configuration File php.ini Location

  • April 5, 2021 (January 24, 2023)
  • PHP
  • 2 Comments
  • 5186 Views
The php.ini is a configuration file which is read when PHP starts up. This file contains various settings that control the behavior of PHP. The location of the php.ini file...
Install Tidy on Raspberry Pi

Install Tidy on Raspberry Pi

  • April 4, 2021
  • Raspberry Pi
  • 0 Comments
  • 3669 Views
Tidy is a command line tool that finds and fixes markup errors in HTML documents. This tool also supports pretty printing and fixes basic well-formedness errors in XML documents. This...
Install Coinmon on Raspberry Pi

Install Coinmon on Raspberry Pi

  • April 3, 2021
  • Raspberry Pi
  • 0 Comments
  • 879 Views
Coinmon is a command line tool that allows to check the price of cryptocurrencies. This tool gets data from public API and displays information in the table. This tutorial demonstrates...
Check Password Strength Using cracklib-check on Raspberry Pi

Check Password Strength Using cracklib-check on Raspberry Pi

  • April 2, 2021
  • Raspberry Pi
  • 0 Comments
  • 1041 Views
The cracklib-check is a command line tool that enables to check password strength. This tool checks whether the password is based on a dictionary word, it is too short, it...
Install pwgen on Raspberry Pi

Install pwgen on Raspberry Pi

  • April 1, 2021 (June 25, 2022)
  • Raspberry Pi
  • 0 Comments
  • 885 Views
The pwgen is a command line tool that allows to generate random passwords. This tool is designed to generate secure passwords that can be easily memorized by humans. This tutorial...
  • «
  • 1
  • 2
  • 3
Buy Me a Coffee

Recent Posts

  • Pass Intel GPU to Docker Container on Linux
  • Find Element-wise Minimum of Array Elements using C++ SIMD
  • Install Intel SDE on Ubuntu 24.04
  • Print Default Library Search Directories on Linux
  • Get Supported Options by 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