Skip to content
Araz Shah
Menu
  • Home
  • About me
  • Contact me
  • CV
  • Online Courses
    • Apply Now !
    • In-Depth
    • Courses
      • Concepts
      • Python Course
      • GIS Developer Course
    • Price
Menu

Linux

FTP server for Linux

Posted on February 25, 2024November 30, 2024 by admin

Setting up and configuring an FTP server on Linux involves installing an FTP server software, configuring it, and ensuring that the necessary firewall settings are in place. Here’s a general guide using the vsftpd (Very Secure FTP Daemon) as an example, which is a popular FTP server for Linux: Step 1: Install vsftpd On Debian/Ubuntu-based…

Read more

transfer data from your own server to a local server

Posted on December 20, 2023December 20, 2023 by admin

If you want to transfer data from your own server to a local server using curl and the keep.sh service

Read more

Remote WebDriver in Selenium

Posted on September 26, 2023 by admin

Remote WebDriver in Selenium allows you to control a web browser on a remote server or machine. It’s particularly useful for distributed testing scenarios where you want to run tests on a different machine or on a cloud-based Selenium Grid. To use Remote WebDriver, you need to have the Selenium server (sometimes called the Selenium…

Read more

find the filesystem type of a specific path in Linux

Posted on September 8, 2023 by admin

To find the filesystem type of a specific path in Linux, you can use the df command followed by the path you want to check. Here’s the basic syntax: Replace /path/to/directory with the actual path you want to check. For example: This command will display information about the filesystem type of the specified directory. Here’s…

Read more

execute permission on a file

Posted on September 4, 2023September 4, 2023 by admin

You can set the execute permission on a file in a Unix-like operating system, such as Linux or macOS, using the chmod command. Here’s how you can do it: Replace filename with the name of the file for which you want to set the execute permission. For example, if you have a file named “my_script.sh”…

Read more

Recent Posts

  • Geospatial Risk Assessment: A Python Approach
  • Analyzing Employee Arrival Patterns and Delays Using Geospatial Data
  • Real-Time GPS Tracking on a Web Map using FastAPI & Leaflet
  • How to Create a Simple WebGIS with FastAPI, PostGIS, and Leaflet.js
  • Graph Coloring: How Many Colors Do You Need?

Archives

  • May 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • April 2023

Categories

  • Courses
  • Events
  • GIS
  • Linux
  • News
  • programming
  • python
  • Tutorials
  • Videos
  • May 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • April 2023
  • Courses
  • Events
  • GIS
  • Linux
  • News
  • programming
  • python
  • Tutorials
  • Videos

Araz Shahkarami

I’m a software enthusiast with a deep love for crafting robust and efficient solutions. My journey into the world of programming began several years ago when I was introduced to the world of code. Since then, I’ve been on an exhilarating ride of learning, problem-solving, and continuous improvement.

© 2025 Araz Shah | Powered by Minimalist Blog WordPress Theme