Ninad Pathak

Ninad Pathak

Methods to Enable or Disable Root Login in Linux

Disable Root Login In Linux

The root user enjoys the privilege of being able to access just about anything in the Linux system. While disabling root login is an authentication strategy that might boost security, people still debate whether it’s truly effective or not. Don’t…

Shell Scripting 101: Switch Case in Shell Scripts

Switch case in shell scripts is an efficient alternative to the if-elif-else statement we learned previously. The concept of the switch case statements is that we provide an expression for different cases (conditions) to the statement that, when fulfilled, will execute specific…

How To Install Flask on Ubuntu

Install Flask On Ubuntu

With a boom in back-end web development technologies, working with the right framework can make or break your web development efforts. Python Flask is one of the many good frameworks out there. Flask is a popular Python web framework that…