<tutorialjinni.com/>

Linux Top Sort By Memory

Posted Under: Shell on Feb 12, 2021
Linux Top Sort By Memory
Linux command to find the memory usage by user and sort it in descending order.

Convert ETL to PCAP

Posted Under: Shell on Dec 15, 2020
Convert ETL to PCAP
Windows Trace command and Pktmon produce there output in Event Trace Log (ETL) format. ETL is Microsoft propitiatory format and mostly incompatible with other popular and widely accepted and standardized packet capture formats like PCAP and PCAPNG.

Packet Capture on Windows Without Wireshark

Posted Under: Shell on Dec 14, 2020
Packet Capture on Windows Without Wireshark
First thing that come to mind for packet capturing in Wireshark or tcpdump. In this tutorial we will be capturing packet on Windows 10 machine without any external tool installed.

Install PHP mcrypt Extension on Linux

Posted Under: Shell on Aug 17, 2018
Install PHP mcrypt Extension on Linux
In order to use encryption and decryption in PHP, we need to inatall PHP extension mcrypt.

Get Real IP Address of Website Bypassing CloudFlare

Posted Under: Shell on Mar 17, 2017
Get Real IP Address of Website Bypassing CloudFlare
These days most websites uses Cloudflare for there protecting against DOS or DDOS attacks. Cloudflare is free and easy to setup. Cloudflare conceals the IP address of the website in order to protect it from attack.