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

Install Netron Inside Docker Container on Linux

Install Netron Inside Docker Container on Linux

  • October 10, 2025
  • Linux
  • 0 Comments
  • 3 Views
Netron is an application for visualizing and inspecting neural network models. It supports various frameworks, including PyTorch, ONNX, TensorFlow Lite, Keras, and more, allowing users to open model files and...
Create Static Library From Object Files on Linux

Create Static Library From Object Files on Linux

  • October 4, 2025
  • Linux
  • 0 Comments
  • 83 Views
In Linux development, you'll often deal with static libraries - archives ending with .a. These files package several compiled object files (.o) into a single unit, which makes distribution and...
Disassemble Binary File on Linux

Disassemble Binary File on Linux

  • October 2, 2025
  • Linux
  • 0 Comments
  • 57 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
  • 379 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
  • 61 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
  • 49 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
  • 648 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
  • Linux
  • 0 Comments
  • 433 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
  • 470 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
  • 242 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...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 35
  • 36
  • »
Buy Me a Coffee

Recent Posts

  • Install Netron Inside Docker Container on Linux
  • Check MSVC Compiler Version on Windows
  • Multiple Linear Regression using PyTorch
  • Convert PyTorch Model to ONNX Format
  • Check if Library is Static or Import on Windows

Archives

  • 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