BLOG

Latest Articles

Install Node.js and NPM Kali Linux [Step-by-Step]

Step by Step instructions to install node.js and npm on kali linux with screenshots. Two different methods to install node.js and NPM using default repository …

By admin · 5 min read · Kali Linux

20 top command examples in Linux [Cheat Sheet]

top command in linux is used to monitor runtime cpu, memory usage, NICE value, priority. You can add or remove fields from top command, change the refresh …

By rohantimalsina · 8 min read · CheatSheet

20+ rsync command examples in Linux [Cheat Sheet]

rsync command in Linux is used to transfer files and directories between one or more remote hosts. rsync is considered better than scp as it provides vast …

By rohantimalsina · 8 min read · CheatSheet

SQL BETWEEN Explained with Practical Examples

SQL between syntax and examples. Using with update and delete statement. SQL NOT between examples and syntax, SQL Between Range with Numeric values

By falgunithakker · 8 min read · SQL