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

Extract Strings in Binary File on Linux

Extract Strings in Binary File on Linux

  • April 1, 2025
  • Linux
  • 0 Comments
  • 122 Views
When analyzing binary files on a Linux system, you might need to extract human-readable text embedded within them. This can be useful for reverse engineering, debugging, or simply inspecting a...
Check if Symbols are Stripped from Binary File on Linux

Check if Symbols are Stripped from Binary File on Linux

  • March 29, 2025
  • Linux
  • 0 Comments
  • 200 Views
When working with binaries on Linux, especially for debugging, reverse engineering, or performance analysis, it's important to determine whether they contain symbol information. Symbols, such as function names, variable names...
2 Methods to Check if Binary File is Statically or Dynamically Linked on Linux

2 Methods to Check if Binary File is Statically or Dynamically Linked on Linux

  • March 28, 2025
  • Linux
  • 0 Comments
  • 475 Views
When analyzing binary files on Linux, understanding whether a binary is statically or dynamically linked is crucial for debugging, performance optimization, and security auditing. This tutorial provides 2 methods how...
Check glibc Version Required by Binary File On Linux

Check glibc Version Required by Binary File On Linux

  • March 27, 2025
  • Linux
  • 0 Comments
  • 252 Views
The GNU C Library, commonly known as glibc, is an open-source implementation of the standard C library. The glibc provides essential system functions that applications and binaries depend on. When...
Copy Ownership from One File to Another on Linux

Copy Ownership from One File to Another on Linux

  • March 19, 2025
  • Linux
  • 0 Comments
  • 79 Views
Managing file ownership is crucial on Linux, especially when dealing with multiple users, permissions, and system security. Every file and directory on Linux has an associated owner and group, which...
Copy Permissions from One File to Another on Linux

Copy Permissions from One File to Another on Linux

  • March 18, 2025
  • Linux
  • 0 Comments
  • 120 Views
Linux uses a permission system that determines who can read, write, or execute a file. If you have a file with specific permissions and want another file to have the...
Install Glance Inside Docker Container on Linux

Install Glance Inside Docker Container on Linux

  • March 17, 2025
  • Linux
  • 0 Comments
  • 172 Views
Glance is an open-source dashboard tool that lets you create a personalized feed reader by aggregating content from multiple sources. Since you have full control over it, you can customize...
Disable Login Message on Linux

Disable Login Message on Linux

  • March 16, 2025
  • Linux
  • 0 Comments
  • 112 Views
When you log into a Linux system via SSH or a terminal session, you often see system messages such as the Message of the Day (MOTD), last login information, and...
Install FlowiseAI Inside Docker Container on Linux

Install FlowiseAI Inside Docker Container on Linux

  • February 27, 2025
  • Linux
  • 0 Comments
  • 226 Views
FlowiseAI is an open-source web application that helps developers and businesses build AI-powered applications, especially chatbots, automation workflows, and AI-driven decision-making systems. It provides a visual interface for designing and...
Install MaxMind GeoIP REST API Inside Docker Container on Linux

Install MaxMind GeoIP REST API Inside Docker Container on Linux

  • February 26, 2025
  • Linux
  • 0 Comments
  • 203 Views
MaxMind GeoIP REST API is a web service that allows users to look up geographical information based on an IP address. It provides details such as country, city, latitude, longitude...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 33
  • 34
  • »
Buy Me a Coffee

Recent Posts

  • Install Tabiew on Ubuntu 24.04
  • Install rdfind on Ubuntu 24.04
  • Install GitQL on Ubuntu 24.04
  • Install jnv JSON Viewer and Filter on Ubuntu 24.04
  • Disable Wayland on Ubuntu

Archives

  • 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