ps aux --sort -%mem | awk '{print $4,$1,$11}' | sed '/root/d' | head -50
bash get hostname Code snippet to get hostname in bash Linux shell. There are multiple w... | ||
Linux ZIP Command Example Various command snippets for to create a Zip in Linux. To use Zip com... | ||
PowerShell Get Hash Of All Files In Directory Code Snippet to traverse a folder and calculate hash of each file. Se... | ||
Install Python LDAP on Linux Linux snippet to install Python LDAP on various Linux distributions. ... | ||
Installing Custom SSL Certificate on Apache This configuration snippet will install custom self signed certificat... | ||
Install PHP mcrypt Extension on Linux In order to use encryption and decryption in PHP, we need to inatall ... | ||
Get Real IP Address of Website Bypassing CloudFlare These days most websites uses Cloudflare for there protecting against... | ||
Free WinRAR & WinZip Alternative on Windows10 & Mac OS 7zip is a free file archiving and file compression / decompression ut... |