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

Get File Permissions in Octal Format in Linux

Get File Permissions in Octal Format in Linux

  • July 14, 2022
  • Linux
  • 0 Comments
  • 901 Views
In Linux, file permissions can presented in human readable form (e.g. drwxr-xr-x) and in octal format (e.g. 755). This tutorial shows how to get file permissions in octal format in...
Find Currently Logged In Users In Linux

Find Currently Logged In Users In Linux

  • July 13, 2022
  • Linux
  • 0 Comments
  • 311 Views
Linux is a multi-user operating system that allows multiple users to connect to the system at the same time and access system resources. Sometimes we may need to find currently...
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
  • 485 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
  • 2258 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
  • 604 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
  • 12269 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
  • 987 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
  • 453 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
  • 393 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
  • 320 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...
  • «
  • 1
  • 2
  • …
  • 29
  • 30
  • 31
  • …
  • 34
  • 35
  • »
Buy Me a Coffee

Recent Posts

  • 2 Methods to Check if Linux System uses systemd
  • Install Kroki Inside Docker Container on Linux
  • Check dpkg Version on Linux
  • Install Stirling PDF Inside Docker Container on Linux
  • Install VLC Media Player on Ubuntu 24.04

Archives

  • 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