Docker Certbot obtain SSL Certificate
Starting Nginx Server
Create nginx.conf
file:
server {
listen 80;
server_name your_domain.uz;
Create nginx.conf
file:
server {
listen 80;
server_name your_domain.uz;
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#7f39db", | |
"foreground": "#ffffff", | |
"leading_diamond": "\ue0b6", |
Here I'm going to show some creative and fun ways of generating random numbers without using random
package in python.
When we call time()
function of the package time
, it returns floating point number - current time in seconds since the Epoch:
>>> time.time()
3392849227.6848479