Latest Articles
Bash For Loop usage guide for absolute beginners
For loop in bash is used to iterate a certain command or task for a definite or infinite range. You can also use this in C programmer style, combine with …
SOLVED: SSH fails with postponed publickey error
[Solved} Steps to debug and fix postponed publickey error leading to SSH connection failure. You may also get ROOT LOGIN REFUSED, Failed pubkey, permission …
How to PROPERLY Compare Numbers or Integers in Bash
Examples to compare numbers and integers using bash shell script. You can compare variable with numbers using different methods in Linux and Unix shell
Dashed Filename in Linux: What It Means and How to Fix It
How to create, read, modify, find and remove dashed filename and directories in Linux. Open and access files & directories starting with (dash) and double dash …
How to transfer files over SSH with SSHFS in Linux & Windows
Step-by-Step Tutorial to transfer files over SSH using SSHFS between two Linux servers or Linux and WIndows server. Copy files between linux and windows using …
