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

Count Number of Occurrences of a Word in a File in Linux

Count Number of Occurrences of a Word in a File in Linux

  • July 12, 2022
  • Linux
  • 0 Comments
  • 453 Views
In Linux, there are various commands to work with text files processing. Sometimes we may need to count number of occurrences of a word in a file in Linux. This...
Generate and Verify SHA-1 Hash of File in Linux

Generate and Verify SHA-1 Hash of File in Linux

  • July 10, 2022 (August 11, 2022)
  • Linux
  • 0 Comments
  • 2173 Views
SHA-1 is a cryptographic hash function that can be used to verify file integrity. For example, to check that the file has not been modified during transfer over the network...
Generate and Verify MD5 Hash of File in Linux

Generate and Verify MD5 Hash of File in Linux

  • July 9, 2022 (August 11, 2022)
  • Linux
  • 0 Comments
  • 571 Views
MD5 is a cryptographic hash function that can be used for verifying file integrity. For example, to check that the file has not been modified during transfer over the network...
Base64 Encode and Decode in Linux

Base64 Encode and Decode in Linux

  • July 8, 2022
  • Linux
  • 0 Comments
  • 12222 Views
Base64 is an encoding and decoding scheme that often used to convert binary data to an printable ASCII text format, and vice versa. This tutorial shows how to perform Base64...
Remove Last N Lines From File in Linux

Remove Last N Lines From File in Linux

  • July 7, 2022
  • Linux
  • 0 Comments
  • 956 Views
In Linux, there are commands that allows to perform various operations on files. Sometimes we may need to remove last N lines from file in Linux. This tutorial demonstrates how...
Get Only Filename using find Command in Linux

Get Only Filename using find Command in Linux

  • July 6, 2022
  • Linux
  • 0 Comments
  • 418 Views
In Linux, find command allows to find files and directories in a specified path. By default, this command displays the full path of the file. This tutorial demonstrates how to...
Split File Into Smaller Parts in Linux

Split File Into Smaller Parts in Linux

  • July 5, 2022
  • Linux
  • 0 Comments
  • 360 Views
Most of file hosting services has file size limitations for uploading files. Before uploading file, it can be splitted into smaller parts. This tutorial shows how to do that in...
Combine Multiple Files Into One in Linux

Combine Multiple Files Into One in Linux

  • July 4, 2022
  • Linux
  • 0 Comments
  • 296 Views
Linux provides commands that allows to perform various operations on files. Sometimes we may need to combine multiple files into one. This tutorial demonstrates how to do this in Linux...
Count Lines in a File in Linux

Count Lines in a File in Linux

  • July 3, 2022
  • Linux
  • 0 Comments
  • 273 Views
There are various commands in Linux system that helps to process files. Sometimes we may need to count lines in a file. It can help to determine how large a...
Remove Specific Lines From File in Linux

Remove Specific Lines From File in Linux

  • July 2, 2022
  • Linux
  • 0 Comments
  • 373 Views
Linux provides various commands for processing text files. Sometimes we may need to remove specific lines from file. This tutorial shows how to do this in Linux. Create a new...
  • «
  • 1
  • 2
  • …
  • 27
  • 28
  • 29
  • …
  • 32
  • 33
  • »
Buy Me a Coffee

Recent Posts

  • Get MSVC Compiler Version Used to Compile C++ Code
  • Install NVIDIA Container Toolkit on Ubuntu 24.04
  • 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

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