Process, port, and file usages in Linux
Use lsof
, fuser
, ss
, pgrep
, pstree
, ps
, htop
, etc. to find process, port and file usages in Linux.
Use lsof
, fuser
, ss
, pgrep
, pstree
, ps
, htop
, etc. to find process, port and file usages in Linux.
Load a local json file into a PyArrow table, then write it to a parquet file in Azure Blob Storage without using pandas.
One of the fastest way to convert Python json dict list to csv file with only 2 lines of code by pandas.
Select-String with color, make Select-String of Powershell to highlight the search pattern like grep in Unix.