Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
    • 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

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
  • 738 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
  • 262 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
  • 6871 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
  • 525 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
  • 268 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
  • 227 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
  • 181 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
  • 156 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
  • 229 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...
Insert Text at Specific Line of File in Linux

Insert Text at Specific Line of File in Linux

  • July 1, 2022
  • Linux
  • 0 Comments
  • 280 Views
Using text editor can be hard to insert text at specific line of a large file because need to scroll to the correct line. We can achieve the same result...
  • «
  • 1
  • 2
  • …
  • 7
  • 8
  • 9
  • …
  • 12
  • 13
  • »
Buy Me a Coffee

Recent Posts

  • Install Redmine Inside Docker Container in Linux
  • Install TestLink Inside Docker Container in Linux
  • Install Moodle Inside Docker Container in Linux
  • Install Matomo Inside Docker Container in Linux
  • Install Wiki.js Inside Docker Container in Linux

Archives

  • 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 - 2023 · lindevs.com · All Rights Reserved