New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Start Free Trial
Ship AI Apps Faster with Vertex AI
Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.
Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
KeePass Command Line Interface (CLI) / interactive shell.
Use kpcli to access and manage your KeePass databases from a Unix-like command line.
It supports all version 1.x (*.kdb) and 2.x (*.kdbx) prior to the KDBX 4.0 update.
Libpwmd provides an API for connecting to pwmd. It allows for your application to easily store and retrieve data from a pwmd server. It does all the work of setting up the socket and socket IO. Fetching element content can be done in as little as 4 function calls: pwmd_new(), pwmd_connect(), pwmd_open() and pwmd_command().
The ssh-utils package provides tools and extensions for the application of SSH.
Current contained tools:
- ssh-agent-manage.sh
The management of the parallel SSH
access by multiple agents, sessions, and keys.
- ssh-pk-type.sh
Displays private key type.
- ssh-pk-asn1.sh
Displays the private key as ASN.1.
Bash Password Manager (BPass) is a shell script that create a SQLite database in which you can store your passwords with the maximum security!
In fact it uses GPG (or GPG+OpenSSL) to encrypt and decrypt your database.
Now i'm developing the version 2.0 of this script and it will take me some times because i'm busy with my study!
Please note that this project is in beta version so please use it only for testing purpose!
I've tested this script on:
- Ubuntu 11.10 x32/x64
- Ubuntu 12.04...
Go from Data Warehouse to Data and AI platform with BigQuery
Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.
BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
PROJECT MOVED:
https://github.com/vstavrinov/rpg
-----------------------------------------------------------------------
This shell script generate passwords easy to read and remember, but still strong enough. This is achieved by some restrictions. Some letters, digits, and letter combinations are excluded. No consecutive vowel. No more then 2 consecutive consonant. No consecutive consonant before and after digit. Main stream is lower case letters. Chance to include digit and upper...