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: September 2022

2 Methods to Get MAC Address in Linux

2 Methods to Get MAC Address in Linux

  • September 10, 2022
  • Linux
  • 0 Comments
  • 508 Views
A MAC (Media Access Control) address is a unique value assigned to a network interface card (NIC, also called network adapter) by the manufacturer to uniquely identify it. This tutorial...
Get Available Network Interfaces in Linux

Get Available Network Interfaces in Linux

  • September 9, 2022
  • Linux
  • 0 Comments
  • 206 Views
When working as system administrator in the Linux, may be needed to perform network configurations. Before doing this, it can be useful to determine which network interfaces are available in...
Generate Hash of File using OpenSSL

Generate Hash of File using OpenSSL

  • September 8, 2022
  • Security
  • 0 Comments
  • 6834 Views
Cryptographic hash functions can be used for verifying file integrity. For example, to check that the file has not been altered during transfer over the network. This tutorial explains how...
Generate Hash of File using Certutil on Windows

Generate Hash of File using Certutil on Windows

  • September 7, 2022
  • Windows
  • 0 Comments
  • 3825 Views
Certutil is a command line tool that allows to perform various operations related with digital certificates on Windows. Certutil also allows to generate hash of a file such as MD4...
Check SSL Certificate on Server using Nmap

Check SSL Certificate on Server using Nmap

  • September 6, 2022
  • Networking
  • 0 Comments
  • 10312 Views
Nmap is a network scanning tool which has various scripts that provide additional functionality. This tutorial shows how to check SSL certificate on server using Nmap. The ssl-cert script allows...
Scan Specific Ports on Host using Nmap

Scan Specific Ports on Host using Nmap

  • September 5, 2022
  • Networking
  • 0 Comments
  • 547 Views
Applications listen to various network ports. Open ports can pose a security risk because they can be a target by attackers. Recommended to close any unused ports. Nmap supports port...
Detect Operating System on Host using Nmap

Detect Operating System on Host using Nmap

  • September 4, 2022
  • Networking
  • 0 Comments
  • 771 Views
Nmap supports operating system (OS) detection on a remote host. Detection is based on TCP/IP stack fingerprinting. TCP and UDP packets are sent to the remote host and responses are...
Scan Services and Detect Their Versions on Host using Nmap

Scan Services and Detect Their Versions on Host using Nmap

  • September 3, 2022
  • Networking
  • 0 Comments
  • 604 Views
While troubleshooting problems, it can be useful to scan available services and detect their versions on a particular host. This type of scanning can be used to find security holes...
Check Supported SSL/TLS Ciphers on Server using Nmap

Check Supported SSL/TLS Ciphers on Server using Nmap

  • September 2, 2022
  • Networking
  • 0 Comments
  • 7032 Views
When troubleshooting SSL/TLS handshake issues, it can be useful to check which SSL/TLS ciphers are supported on the server. This tutorial demonstrates how to do that using Nmap. Nmap has...
Sign and Verify File Signature with Public and Private Key using OpenSSL

Sign and Verify File Signature with Public and Private Key using OpenSSL

  • September 1, 2022 (November 5, 2022)
  • Security
  • 2 Comments
  • 3693 Views
Asymmetric cryptography (also known as public key cryptography) is a cryptographic system that uses a public and private key pair. Private key can be used for message signing and public...
  • «
  • 1
  • 2
  • 3
Buy Me a Coffee

Recent Posts

  • Install Kyanos Network Analysis Tool on Ubuntu 24.04
  • Compare Two Branches in Git
  • Check Code Standard Compliance using gcc or g++ Compiler
  • Detect Memory Errors with AddressSanitizer using gcc or g++ Compiler
  • Expand Macros using MSVC 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