Hey Namaste, In this article, We will learn some of the SSH commands for server operations like zip, unzip, delete and move a file from one server to another. SSH is the best solutions to do a server-side operation in speed. So Let’s start. SSH in simple language Stands for “Secure Shell or Secure Socket […]
Author / Yuvraj Khavad
What is Trello? Trello is a web-based project & task management tool. Using trello we can do collaborative work with a team member and clients. In another word, trello is a whiteboard filled with lists of sticky notes, with each note as a task for you and your team. Now imagine that each of those […]
Recently, one of our client sent us a list of WordPress website changes with FTP detail but they don’t have a WordPress admin login details. At that time below code helps us to add a WordPress administrator user. Just add this code on function.php of the active theme. Just delete this code after login successfully. Happy […]
CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. Create means insert data in the database using INSERT Query. Read means read data from the database using the SELECT Query. Update means edit data in the database using UPDATE Query. And Delete means delete data from the […]


Recent Comments