<tutorialjinni.com/>

PuTTY for Linux

Posted Under: Linux on Mar 6, 2021
PuTTY for Linux
PuTTY was primarily written for Windows but with it exponential popularity Port of other operating systems were created.

Spectre Exploit Download for Linux

Posted Under: Linux on Mar 4, 2021
Spectre Exploit Download for Linux
Spectre is a hardware design flaw in the architectures of Intel, AMD, and ARM processors that allows code running inside a malicious application to break the isolation between different applications at the CPU level and then steal sensitive data from other apps running on the same system.

bash get hostname

Posted Under: Linux on Feb 16, 2021
bash get hostname
Code snippet to get hostname in bash Linux shell. There are multiple ways to get hostname.

Linux ZIP Command Example

Posted Under: Linux on Feb 16, 2021
Linux ZIP Command Example
Various command snippets for to create a Zip in Linux. To use Zip command you need to install it first if system do not have it.

Linux Top Sort By Memory

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