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

Linux

Disassemble Binary File on Linux

Disassemble Binary File on Linux

  • October 2, 2025
  • Linux
  • 0 Comments
  • 151 Views
When working with Linux, sometimes you will need to analyze a binary file - maybe you don't have the original source code, you want to understand how a program works...
2 Methods to View Symbols From Object Files in Static Library on Linux

2 Methods to View Symbols From Object Files in Static Library on Linux

  • October 1, 2025
  • Linux
  • 0 Comments
  • 538 Views
When developing software on Linux, you may deal with static libraries (files ending in .a). These archives package compiled object files together, but sometimes you need to see what symbols...
Extract Object Files From Static Library on Linux

Extract Object Files From Static Library on Linux

  • September 30, 2025
  • Linux
  • 0 Comments
  • 152 Views
When working with software development on Linux, you may encounter static libraries (files ending in .a). These archives bundle together multiple compiled object files into a single package. Sometimes it’s...
View Object Files of Static Library on Linux

View Object Files of Static Library on Linux

  • September 29, 2025
  • Linux
  • 0 Comments
  • 161 Views
Working with Linux development often involves static libraries (files ending in .a), which are collections of compiled object files bundled together. In some cases, you may need to examine a...
Debug Shared Libraries Loading using LD_DEBUG on Linux

Debug Shared Libraries Loading using LD_DEBUG on Linux

  • September 18, 2025
  • Linux
  • 0 Comments
  • 827 Views
When working with Linux binaries, one common headache is shared libraries loading issues. You might also run into runtime problems where symbol resolution goes wrong, and the wrong version of...
Run TruffleHog Inside Docker Container on Linux

Run TruffleHog Inside Docker Container on Linux

  • September 12, 2025 (October 19, 2025)
  • Linux
  • 0 Comments
  • 527 Views
TruffleHog is an open-source security scanner to detect secrets hidden in codebases. These secrets can include API keys, cloud provider credentials, passwords, and other sensitive tokens that, if exposed, may...
Run Sherlock Accounts Finder Inside Docker Container on Linux

Run Sherlock Accounts Finder Inside Docker Container on Linux

  • July 22, 2025
  • Linux
  • 0 Comments
  • 536 Views
Sherlock is an open-source command line tool for finding usernames across of many social media platforms. Given a username, Sherlock checks whether that username exists on hundreds of websites. Running...
Install ConvertX Inside Docker Container on Linux

Install ConvertX Inside Docker Container on Linux

  • July 21, 2025
  • Linux
  • 0 Comments
  • 339 Views
ConvertX is a file conversion service, designed to run on the own server or device. It supports conversion of over 1,000 file formats - documents, images, audio, video, archives, etc...
Run llama.cpp Inside Docker Container on Linux

Run llama.cpp Inside Docker Container on Linux

  • July 20, 2025
  • Linux
  • 0 Comments
  • 932 Views
The llama.cpp is a high-performance C++ implementation for running LLM models locally, enabling fast, offline inference on consumer-grade hardware. Running llama.cpp inside a Docker container ensures a consistent and reproducible...
Install llama.cpp Server Inside Docker Container on Linux

Install llama.cpp Server Inside Docker Container on Linux

  • July 17, 2025
  • Linux
  • 0 Comments
  • 1475 Views
The llama.cpp is an open-source project that enables efficient inference of LLM models on CPUs (and optionally on GPUs) using quantization. Its server component provides a local HTTP interface compatible...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 36
  • 37
  • »
Buy Me a Coffee

Recent Posts

  • Check if System is Little Endian or Big Endian using CMake
  • Check Operating System using CMake
  • Check If Struct or Class Has Member Variable using CMake
  • Enable Debug Mode When Generating Build Files using CMake
  • Set Installation Prefix using CMake

Archives

  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • 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