Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
Get started — no credit card required.
Build enterprise-ready GenAI experiences with MongoDB Atlas
Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.
MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
Useful scripts for making developer's everyday life easier
... (such as Portable Cloud). It is used to quickly troubleshoot performance problems, automatically find out how many threads are consumed in the running process, and print out their thread stacks to determine the method calls that cause performance problems. Find out duplicate classes in jar files and class directories. Used to troubleshoot Javaclass conflicts.
QNC is a command line interface app for creating quick notes
... Start DB server
On Windows you can also use WIN + R, qnc <args>
Manual start:
java -jar QNC-0.1.0.jar
Installation with scripts:
Extract files from zip to any directory
WINDOWS:
run install.bat
UNIX:
run install.sh or execute command in terminal:
alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar"
https://github.com/DeMmAge/QuickNoteCLI