DevOPS

  • Nginx connection refuse

    # systemctl status nginx  using the above command to check the status of Nginx services.after running that command showing that kind of error like: ->  ...
  • Configuring the Django project on linode. (withour docker)

    Django Project deployment in Linode using the window system.Step 1: - Open your system terminal.Step 2:- Login into Linode using username and passw...
  • Add User in linode

    Add New User in Linode Terminal.1) log into Linode Terminal with your credentials.2) After logging in to Linode Terminal I need to create a New user using the below commands.3) useradd -m -s /bin/bash {user_name} &...