Search Results for "driver reviver password"

Showing 13 open source projects for "driver reviver password"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    AWS Secrets Manager JDBC Library

    AWS Secrets Manager JDBC Library

    The AWS Secrets Manager JDBC Library for Java developers

    ...This prevents hard-coding database credentials into your application code. This can be integrated into your app through a few configuration file changes. Change the jdbc url to one that our driver will intercept (starting with jdbc-secretsmanager), Change the c3p0 user to be the secret ID of the secret in secrets manager that has the username and password, and change the driverClass to be our driver wrapper. The secret being used should be in the JSON format we use for our rotation lambdas for RDS databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    ProxyCrypt

    Encrypted volumes through command line

    ...Designed for paranoids and advanced users, it is also fast, very lightweight, open source and easy to recompile. See the features below. It works as a "proxy" for the AIM driver or the ImDisk driver. AIM driver is included in the full package. See the documentation for more informations and an example of use: https://sourceforge.net/p/proxycrypt/doc/ Requirements: - Windows 7 or later - Arsenal Image Mounter or ImDisk Virtual Disk Driver - Administrative privileges - 64-bit CPU with SSE3 instructions - About 1 GB of RAM temporarily required for password checking with default settings Hashes of all versions: https://sourceforge.net/p/proxycrypt/doc/Hash
    Downloads: 34 This Week
    Last Update:
    See Project
  • 3
    panda

    panda

    Panda Linux (Arch Based)

    ...Download Etcher here: https://etcher.balena.io/#download-etcher Download Rufus here: https://rufus.ie/en/ Login details for the live user session: Username: isouser Password : isouser Nvidia users can install the latest Nvidia driver with the Nvidia-Installer utility. Look in the favourites section of the Panda menu for the Nvidia-Installer shortcut. Or simply download the 23.08.07-Nvidia release with the latest drivers pre-installed. Please report any issues with Panda Linux using the issues section of the project's Github page: https://github.com/pga256/Panda/issues or Join the discussion at: https://github.com/pga256/Panda/discussion
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Calam-Debian2021

    Calam-Debian2021

    Debian 10 Buster Kernel 5.11.17 Xfce desktop with customization

    Debian 10 Buster Kernel 5.11.17 Xfce desktop with customization install Plank,Googlechrome,CompizfusionWithEmerald,Grubcustomizer,Clementine,Vlcplayer,Vokoscreen,HDwallpapers,PardusSoftwarecenter,Anydeskremotecontrol,GuakeF12terminal,GufwFirewall,Fullsystemupgrade,Gimp,Lightdmmanager,Systembackimagebackupmanager. Username: debian / Pass: live Information: After installation, the system is set to auto login. Log in by entering your own username and password to log out of the Debian session.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Linux Musa

    Linux Musa

    Musa is a linux distro for music and graphic arts production OS

    Linux Musa 32 & 64 bit, music production Os and graphic arts, is based on Chromixium 1.5, Ubuntu 14.04 trusty tahr, Debian 8 jessie - For additional drivers and packages >> http://releases.ubuntu.com/trusty/ - https://www.debian.org/releases/jessie/debian-installer/index.it.html (please consider donate to its developers and related software developers too) Install instruction: Username: Musa Maledetta password root : musamaledetta password x administrator = administrator info:...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    bristoSOFT Contacts

    bristoSOFT Contacts

    bristoSOFT Contacts is group oriented contact management software.

    bristoSOFT Contacts is a group oriented contact management software application written in Python, PyQt and PostgreSQL based on MVC software architecture. All contacts include email, telephone, address, title, name, company and also include notes, files, integrated google maps, activities such as phone calls, appointments, messaging, calendar. Contacts is a novel project with cutting edge technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cantorbl

    cantorbl

    beamshot octave scripts and bike light driver

    Light intensity distribution (LID) of a lamp can be measured by taking wall/ceiling beamshots with a digital camera. The scripts process jpgs images (that have to be processed from raw data) and visualize the LID nicely. Driver: Linear, using AMC7135 and Atmel AVR ATtiny45, Li-Ion battery powered. The firmware provides convenient control - bikelight-specific. Below are firmware features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lite Weight Reporter

    Lite Weight Reporter

    Easy, Lite weight, real time, web based, reporting & analytic tool

    ...The application uses google charts (default) or jfree charts to build the charting components. User has to define database connection by providing the username, password, driver and connection URL. We can define multiple database connection pointing to different databases building a report retrieving data from different databases. By clicking on the desired element in the report marks the element to auto refresh every 5 minutes by default (default can be changed).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    mintyMac-i386 (14.04)

    mintyMac-i386 (14.04)

    OSX feel from xfce4.10, MDM, New Driver Manager, Whisker Menu, Docky

    Built with a developer release of new Ubuntu Mini Trusty Tahr 14.04. mintyMac's 2nd xfce4 release but in 32bit built for older PC's. Great OS for on the fly multiple monitor (dual display) setup including cloning. XFCE Theme Manager with extra themes. Lots of multimedia software including guitar effects by Rakarrack, Ardour Multitrack, Guitar Tuner, Banshee..and more. Abiword, Homebank (personal accounting), BibleTime, Gimp, Solitare, Pinball etc.. Of course includes our mintyMac...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    ArchOne
    ArchOne is an archlinux-based live usb designed for Acer Aspire One netbook (it also compatible with other netbook). For more info, visit http://archone.sourceforge.net
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    WindowsNT 5.x kernel driver designed to hide things like: processes, files, network connections and open ports. It also provides keylogger and communication with userspace tool that is authenticated with password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    opnCMS

    frontend for CppCMS web-framework

    opnCMS - crossplatform C++ frontend for CppCMS web-framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB