Setup Autorun a Python Script Using Systemd in Ubuntu 18.04 Create Python Application $ sudo vi /usr/bin/test_service.py Write some code : #!/usr/bin/python3 import time while …
How to Setup Python Script Autorun As a Service in Ubuntu 18.04

Learn Technology With Websofttechs For Free
Get Industry Ready by step by step guide to latest programming technologies – PHP, .Net, Java, Angular, React, Node js, Python, Raspberry Pi, Robotics, Android, iOS, CMS, Wordpress,
Setup Autorun a Python Script Using Systemd in Ubuntu 18.04 Create Python Application $ sudo vi /usr/bin/test_service.py Write some code : #!/usr/bin/python3 import time while …
Accessing Amazon EC2 in Filezilla SFTP To connect to a running Amazon EC2 instance with Filezilla: 1. Edit -> Settings -> Connection -> SFTP 2. …
RabbitMQ Note : Before installing rabbitmq, you need to install erlang in your machhine How to install Latest Erlang on Ubuntu 18.04 LTS Step 1: …
Docker & Docker-compose Docker Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. …
Openresty & Lua Script OpenResty® is a full-fledged web platform that integrates our enhanced version of the Nginx core, our enhanced version of LuaJIT, many …
Python – Flask Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes …