This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dockerfile | |
| -------------- | |
| COPY pg_heck-v0.1.deb ./pg_heck.deb | |
| RUN dpkg -i /pg_heck.deb | |
| within postgres database, use below command: | |
| -------------------------------------------- | |
| create schema heck; | |
| create extension pg_heck with schema heck; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "v0.1.0", | |
| "notes": "Initial Version", | |
| "pub_date": "2025-08-06T05:11:00Z", | |
| "platforms": { | |
| "linux-x86_64": { | |
| "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRVmdlK2x2cjk2OXJlbFVadnVkWlRpbm5tcFNyekFGUkxtUy82VnNZV25sOURYeG1qTXJCQmFlWGsvVUpwSTdSdU5kZ3VEcXBiQjZlNkdCQ2xLK0VDbGZ5S0NDeXdyK0FZPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzU0NDY0MTE1CWZpbGU6QXVkaXRwbHVzRVJQQ2xpZW50XzAuMS4wX3g2NC1zZXR1cC5leGUKa051VEwyUGFaNXExckl0cXRva3huUCtUTWx0VnhJQzhSNll1WU5FUUUxeWdieEw4aC9yUGI4c0ZwMmZTRlR6VWxtTUtGYk01WVNrSnJFZ3h6Sk1hQ3c9PQo=", | |
| "url": "https://auditplus-desktop-releases.s3.ap-south-1.amazonaws.com/AuditplusERPClient_0.1.0_x64-setup.bin" | |
| }, | |
| "windows-x86_64": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "C:\PostgreSQL\15\bin\initdb.exe" -D "C:\pgdata1" | |
| C:\pgdata1\postgresql.conf → port = 5433 | |
| edit pg_hba.conf | |
| # TYPE DATABASE USER ADDRESS METHOD | |
| # "local" is for Unix domain socket connections only | |
| local all all scram-sha-256 | |
| # IPv4 local connections: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tiny url | |
| https://tinyurl.com/aplus-pos | |
| dropbox: | |
| https://www.dropbox.com/scl/fi/irff5xacokuue81w6dfc9/POS-0.1.8.msi?rlkey=85nn31ownr60tdyps5mp677sf&st=kgyuvoh6&dl=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import os | |
| import time | |
| import webbrowser | |
| import sys | |
| import re | |
| def handleWindows(extra_seconds): | |
| print("OS : Windows") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You can use multiple GitHub accounts on the same computer by using SSH keys and configuring your SSH agent. Here's a general outline of the steps involved: | |
| Generate SSH Keys for Each Account | |
| Open your terminal and navigate to your .ssh directory (usually ~/.ssh). | |
| Use the ssh-keygen command to generate a new SSH key for each GitHub account. Make sure to give each key a unique filename (e.g., id_rsa_personal, id_rsa_work). | |
| Create a file named config in your .ssh directory. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| step 1: create key signed keystore file | |
| ---------------------------------------- | |
| PS C:\WF\project> keytool -genkeypair -v -keystore project-name-key.keystore -keypass keypassword -storepass storepassword -keyalg RSA -keysize 2048 -validity 10000 -alias projectalias | |
| What is your first and last name? | |
| [project or org name]: | |
| What is the name of your organizational unit? | |
| [development]: development | |
| What is the name of your organization? | |
| [org name]: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To download youtube video locally, | |
| 1.first instll get-cookiestxt-locally extension to your chrome browser | |
| https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc | |
| and install ffmpeg using the command | |
| choco install ffmpeg-full | |
| or | |
| use custom build by ytd and add path | |
| https://github.com/yt-dlp/FFmpeg-Builds/releases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create folder | |
| rustdesk | |
| under rustdesk, create two folder | |
| hbbr | |
| hbbs | |
| from the same path, create docker-compose.yml | |
| ---------------------------------------------- | |
| services: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://auditplus-desktop-releases.s3.ap-south-1.amazonaws.com/auditplus_ui-fix-1.22.0%2B1-windows-setup.exe |
NewerOlder