Posts

Showing posts from 2020

Postgre setup using docker

docker run -p 8042:80 \     -e 'PGADMIN_DEFAULT_EMAIL=hmdlohar@gmail.com' \     -e 'PGADMIN_DEFAULT_PASSWORD=44544545' \     -d dpage/pgadmin4 Docker componse version: '3.1' services: db: image: postgres restart: always environment: POSTGRES_PASSWORD: example      adminer: image: adminer restart: always ports: - 8023:8080
 React Admin Template.  https://github.com/flatlogic/react-material-admin  https://github.com/uilibrary/matx-react

Video Tools.

 Split video in parts.          mkvmerge -o outputprefix --split 80M ap.mkv  mkvmerge also available as GUI. 

Free VPS Trial No Credit Card Required for 30 Days 2020

Image
  Free VPS Trial No Credit Card Required for 30 Days 2020 Table of Contents (Updated List) Free VPS Trial 2020- No Credit Card Required, No Ads #1 Kamatera #2 Interserver Cloud VPS Trial $0.01 For 30 Days #3 Google Cloud VPS 60 Days Free Trial worth $300 #4 ElasticHosts Free 5 Days Trial for VPS Hosting #5 CenturyLink 90 days $500 Worth VPS Trial #6 ArubaCloud 60 Days Free Trial #7 CloudSigma 7 Days VPS Trial #8 BlueHost Cloud-Based VPS Trial (Paid) #9 ResellerClub VPS Trial $5 for 30 Days #10 HP Cloud 90 Days Free Trial #11 Linode 7 Days Free VPS Trial #12 VPS.ME Free VPS More VPS Trial Offers Fill The Form Below To Request A Free VPS Trial What is a VPS? Why Free VPS Trial How do I get a VPS Free Trial Looking for a Free VPS Trial? Are you a student who is looking for a free VPS for education purpose or a professional who want to test an application in a VPS environment. Whatever your need is, we have a Free VPS trial for you. Whether you’re looking for a Windows VPS trial or a Linux

Reverse proxy for nodejs process

  sudo vim /opt/lampp/etc/extra/httpd-xampp.conf  < VirtualHost * :80 > ServerAdmin hmdlohar@gmail.com ServerName skillora.thehypertech.in ProxyRequests off < Proxy *> Order deny,allow Allow from all </ Proxy > < Location /> ProxyPass http://localhost:2080/ ProxyPassReverse http://localhost:2080/ </ Location > </VirtualHost> <VirtualHost *:443> ServerName skillora.thehypertech.in # setup the proxy <Proxy *> Order allow,deny Allow from all </Proxy> RewriteEngine On RewriteCond %{REQUEST_URI} ^/hpws [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://localhost:2999 [P,L] ProxyPass / http://localhost:2080/ ProxyPassReverse / http://localhost:2080/

Suggestion for Portfolio images. 200930

Image
 

Big Blue Button Server Setup. 200930

 wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 -s bbb.thehypertech.in -e hmdlohar@gmail.com -w -g docker exec greenlight-v2 bundle exec rake user:create["Admin","hmdlohar@gmail.com","44544545","admin"] ON Zulip big_blue_button_secret = VeCz0KuiBqgHFAUkyJGoiZY9ctoqvy1Ixp0oxhcpEeU Create facebook key hash. from sha1 http://tomeko.net/online_tools/hex_to_base64.php

Digital Persona Drivers and SDK

Driver: https://www.bayometric.com/fingerprint-sensor-driver/ DP Web Server  API https://documenter.getpostman.com/view/8258081/T1DjkKuB DP Web server Build: https://drive.google.com/file/d/1vEgR2wDT4UufbHCDDqqf07q1ctw7WPDR/view?usp=sharing