BLOG

Latest Articles

Create users in bulk using shell script [SOLVED]

Learn how to create users in bulk using shell script, assign custom shells and home directories, and generate random passwords for multiple users in Linux.

By admin · 7 min read · Shell Scripting

SQL String Concatenation [5 Methods]

In this comprehensive article, we will delve into the world of SQL string concatenation, exploring its fundamentals, various techniques, and best practices to

By falgunithakker · 9 min read · SQL

Execute long running commands over SSH [SOLVED]

Learn how to execute long running commands over SSH to manage remote systems effectively. Discover methods like nohup, setsid, byobu, and disown, and redirect …

By admin · 8 min read · Linux