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
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Apache
      • Grafana
      • Networking
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
  • Sign In

Windows

3 Methods to Get Current Working Directory on Windows

3 Methods to Get Current Working Directory on Windows

  • June 21, 2022
  • Windows
  • 0 Comments
  • 107 Views
When working with files and directories via command line on Windows, may be useful to determine current working directory. It is directory in which the user is currently working in....
2 Methods to Get Public IP Address on Windows

2 Methods to Get Public IP Address on Windows

  • June 20, 2022
  • Windows
  • 0 Comments
  • 86 Views
When trying to solve network connectivity problems, may be useful to know public IP address of the machine. A public IP address is an IP address which is used for...
2 Methods to Delete Files Older Than X Days on Windows

2 Methods to Delete Files Older Than X Days on Windows

  • June 5, 2022
  • Windows
  • 0 Comments
  • 141 Views
There are various ways to free up disk space on the system. On of them to delete old files which are no longer needed after a certain period of time....
2 Methods to Count Files in Directory on Windows

2 Methods to Count Files in Directory on Windows

  • June 3, 2022
  • Windows
  • 0 Comments
  • 164 Views
A directory is a container that is used to contain subdirectories and files. Sometimes, may need know how many files are stored inside a given directory and subdirectories. This tutorial...
2 Methods to Remove Directory Recursively on Windows

2 Methods to Remove Directory Recursively on Windows

  • June 1, 2022
  • Windows
  • 0 Comments
  • 157 Views
A directory is a container that is used to contain subdirectories and files. When working with filesystem, might be need to remove all files and subdirectories contained in a directory....
2 Methods to Clear Contents of a File on Windows

2 Methods to Clear Contents of a File on Windows

  • May 30, 2022
  • Windows
  • 0 Comments
  • 146 Views
In Windows, can be needed to clear the contents of a file without deleting file itself. One of the fastest ways to achieve it, by running command. Create a file...
2 Methods to Clear DNS Cache on Windows

2 Methods to Clear DNS Cache on Windows

  • May 25, 2022
  • Windows
  • 0 Comments
  • 142 Views
DNS server translates domain names to specific IP addresses. DNS cache is a temporary storage for storing domain to IP mapping information for recently visited websites. It allows to access...
Recent Posts
  • Remove Empty Lines From File in Linux
  • Get List of Groups in Linux
  • Use sudo Without Password in Linux
  • Generate SSH Key Pair in Linux
  • View Content of Tar Gz File Without Extracting in Linux
Archives
  • 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 - 2022 · lindevs.com · All Rights Reserved