Category: Technology
-

Simplifying Multi-hop SCP Transfers: Copying Files via a Jump Server
Transferring files across multiple servers using SSH ProxyJump for simplicity.
-

Custom Sorting in Power BI: A Step-by-Step Guide
This post explores the need for custom sorting in Power BI and provides a solution using Power Query to avoid cyclic reference errors. By creating an index column, users can present data according to the logical custom order, enhancing visualizations.
-

Simplifying PySpark Setup on Windows: A Practical Guide
Trying to run my Linux project on Windows 10 was more complicated than expected. After facing warnings and errors with PySpark, I found solutions like adding missing binaries and using the ‘findspark’ module to set up paths.