Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

server-administration

How do I keep my Django server running even after I close my ssh session?

December 11, 2023 by Tarik

Meet screen. Connect through ssh, start screen. This open a virtual console emulator on top of the one provided by ssh. Start your server there. Then press Ctrl-a, then d. This detach the screen session, keeping it running in the background. To [R]e-attach to it, use screen -r. If screen is not installed and you … Read more

Categories django Tags django, server-administration Leave a comment

Should all sites use SSL by default?

July 25, 2023 by Tarik

In reply to Thomas’s answer: For each site, an SSL certificate has a direct cost. We have a dev, qa, and prod environment and thus that is three certificates that are needed for each site Hardly true. You don’t need to have every single dev and qa behind SSL with valid, current certificates. You — … Read more

Categories encryption Tags encryption, https, server-administration, ssl, webserver Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa