Showing 52 open source projects for "b-link"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    magiclinksdev

    magiclinksdev

    Transactional email magic link and One-Time Password (OTP)

    The magiclinksdev project is an authentication service for magic link and One-Time Password (OTP) use cases. There is built-in email support through Amazon SES and SendGrid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MaxKey

    MaxKey

    MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management)

    Maxkey Single Sign On System, which means the Maximum key, Leading-Edge IAM/IDaas Identity and Access Management product, supports OAuth 2.x/OpenID Connect, SAML 2.0, JWT, CAS, SCIM, and other standard protocols, and provide Secure, Standard and Open Identity management (IDM), Access management (AM), Single Sign On (SSO), RBAC permission management and Resource management. MaxKey focuses on performance, security, and ease of use in enterprise scenarios, is widely used in industries such as...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Proton Authenticator for Android

    Proton Authenticator for Android

    Official Android implementation of a modern two-factor authentication

    Proton Authenticator for Android is Proton’s official Android implementation of a modern two-factor authentication (2FA) app, designed to generate secure, time-based one-time passwords (TOTPs) and support multi-account authentication workflows with strong privacy and encryption features. The app enables users to link 2FA tokens for their online accounts, scan QR codes, and generate rotating verification codes that enhance login security across services that support TOTP standards. Built with native Android tooling and following modern design conventions, it integrates with Android’s notifications and system UI while maintaining local encryption of stored secrets so that authentication tokens are never exposed in plaintext outside the device. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Apache APISIX

    Apache APISIX

    The cloud-native API gateway

    ...Compared with traditional API gateways, APISIX has dynamic routing and plug-in hot loading, which is especially suitable for API management under micro-service system. You can use Apache APISIX as a traffic entrance to process all business data, including dynamic routing, dynamic upstream, dynamic certificates, A/B testing, canary release, blue-green deployment, limit rate, defense against malicious attacks, metrics, monitoring alarms, service observability, service governance, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    CleanR

    CleanR

    Wipe the contents of multiple folders at once.

    ...It will proceed to clear any other directory provided in the user list, which may include application data or other important files if they are targeted. Use with caution and double-check your folder list before execution. Source code link: https://github.com/ImLionelGitz/cleanr/tree/electron-edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Zabbix-HDD

    Zabbix-HDD

    Zabbix extension that reports various HDD status using various tools

    This extension uses not only smartctl (smartmontools) but other available tools to determine the existance of an HDD and as much as possible of its status. As a Zabbix "auto-discovery" process, these results can reflect changes in available HDD in near-to-real-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DNSzoneView

    DNSzoneView

    This application is intended to provide an overview of a site's own au

    ...Note that it does NOT create or modify any files - so don't expect to use this application to "set up" a DNS server. There are three parts to the DNSzoneView document: a) brief numerical summary of zone RR counts b) scatter plot of zone files relative to number of RR records and last-modified date-time of a zone file c) a listing of configured "local" zone files and the ability to view a read-only copy of their data. Note that appropriate authorization is required to access the requisite files. Also, this application does not "discover" files that are used - they must be configured in advance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ostRAT

    ostRAT

    OpenSourceTelegramRAT - Remote PC access via Telegram Bot.

    ...GPLv3 Сomputer remote control software. Works via telegram bot. A lot of functions, for example: - Screenshot: sends a screenshot - Off: turns off the computer - Url: opens entered link - Write: sends your text to the computer - Move: changes mouse location with x and y - and more! WARNING: Using the bot is recommended only on your device. Failure to comply with the recommendation may result in criminal liability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Monitor Profile Switcher

    Save and easily switch between Windows multi monitor configurations

    ...It is provided without any warranty. If you accidentally disable all your monitors boot into safe mode to fix the problem. If you like the program say thanks by clicking the Donation link in the menu!
    Leader badge
    Downloads: 710 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

    doall

    Shell script to run a command for many files selected with wildcards

    ...wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    idcheck

    apache cookie SSO mechanism.

    ...For example, an intranet whose contents are available to thousands of people. This is, in fact, its main advantage and feature. Please check the wiki pages for more info (link above). Please submit patches or problems via the patches section (link above). Please note that there are many idcheck RPMs on various web pages. Do not trust or use these versions. Always download them from sf!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    suniq

    Suniq - quick little script to MD5 / SHA1 and file type files

    #@(#) Suniq - quick little script to MD5 and file type files #@(#) and store and/or link them uniqly in a mime directory tree #@(#) based on md5's
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HostMonApp

    HostMonApp

    The Simplest Multi-User Latency Monitoring Web App

    Hostmon is a latency monitoring web app designed for ISP Support Technicians. Hostmon enables the Support Technician to provide a more rounded and detailed oriented service to his/her customers. Hostmon gives the Technician the ability to constantly monitor the network latency to hundreds of customer devices simultaneously. The Technician now has available, not only up to the minute network latency graphs for each device, but they can also view the historic latency information for monitored...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    phpMyAdmin

    phpMyAdmin

    A software tool to bring MySQL to the Web

    phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenXenManager
    OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network. OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix). The source code can now be found on GitHub using the homepage link below
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LazyPaste

    LazyPaste

    Upload files through Putty. Without additional software.

    Encode any file to base64 form (called signature) and paste it into putty window. File is reconstructed on remote side to original file. REQUIREMENTS: - Windows XP (or newer) - Net Framework 4.0 [http://www.microsoft.com/en-US/download/details.aspx?id=17851] - Visual C++ Redistributable Packages for Visual Studio 2013 x86 [http://www.microsoft.com/en-us/download/details.aspx?id=40784]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SimpleHasher

    SimpleHasher

    Simple Hasher is a Hashing utility for verifying integrity of files.

    ...Multiple hash types can be generated simultaneously per file. Handy hash and file comparison functions, such as comparing calculated hashes will make this task as simple as A-B-C.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Ooii shutdown

    Ooii shutdown

    add shutdown, restart, logout, lock, switch user...ect to a pannel

    ...drag the exe to the taskbar to add it to the taskbar (i suggest to first copy the executable in program folder) shortcuts : escape : exit application enter or s or 1 : shutdown r or 2 : restart o or 3 : logout b or 4 : sleep l or 5 : lock w or 6 : switch user a or 7 : application wizard c or 8 : configuration t or 9 : task manager © Ooii 2013 C# : http://fr.linkedin.com/in/armandlacore png : http://fr.linkedin.com/pub/fanny-poulicet/53/b08/a88 http://www.visualpharm.com http://www.wpzoom.com http://www.danilodemarco.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    cktool1

    cktool1

    CkTool Graphical User Interface for Windows 3.1x

    *THIS PROJECT IS INACTIVE* CkTool1 is an alternative User Interface for Windows 3.1x. It is NOT DEVELOPED for modern Windows versions! Needs the "ctl3d.dll" dynamic link library in its directory. Installation file "SETUP_CK.EXE" is an end user distribution without source code. The new project "CKTOOL32" is a successor on an new source code base COMPLETELY DIFFERENT! Further, visit http://cktool32.sourceforge.net for succesor of this tool with the similar name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    readonlyuser

    A user read-only access account.

    ...To setup read-only access a "new root" directory such are "/var/read-only" is created,.Under this directory "/" is mounted as read-only. Here is a diagram of the directory structure. / | | | | var usr adm <etc> | read-only | / (Note: this link is a read-only mount of /) | | | | var usr adm <etc> (Note: these directories are picked up even if they are separate mounted filesystems.) | read-only (Note: no it doesn't get cyclic at this point) When a user logs in, instead of running a shell such as /sbin/sh in the password file, readonlyshell which has suid privileges runs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RunAsSystem
    For all 64 bit Windows systems, RunAsSystem provides a simple link in the right click menus of executables and batch files to allow you to run any program with system privileges.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 23

    Snoopy Logger

    Migrated to github: https://github.com/a2o/snoopy

    https://github.com/a2o/snoopy Snoopy development has been migrated to github. Please follow the link "Snoopy Logger Web Site" below. Snoopy is designed to aid a sysadmin by providing a log of commands executed. Snoopy is completely transparent to the user and applications. It is linked into programs to provide a wrapper around calls to execve(). Logging is done via syslog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Direct Access Framework
    Direct Access Framework (DAF) provides a simple lightweight solution for Single SignOn and Licensing starting from a portal or LMS/ VLE. It has been deleveoped for the Dutch educational industry to enable pupils easely access content from various pub
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small utility that allows to recover accidentally removed files as long as they are still open. The "removed" file will be restored consistently - even if it's under heavy I/O - by re-creating the link to the file's i-node in the filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Auth0 Logo