Showing 91 open source projects for "you-get"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Keycloak

    Keycloak

    Identity and access management for modern applications and services

    Add authentication to applications and secure services with minimum fuss. No need to deal with storing users or authenticating users. It's all available out of the box. You'll even get advanced features such as User Federation, Identity Brokering and Social Login. Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code. Users authenticate with Keycloak rather than individual applications. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    pj-net-tools

    pj-net-tools

    Pure Java Network Tools

    ...Source - https://github.com/harp077/pj-net-tools . If you like this - put a star on https://github.com/harp077/pj-net-tools
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Modeldriven Server Configuration V3

    Modeldriven Server Configuration V3

    Builds service configurations for Linux hosts.

    You can add the Eclipse snapshot repository by using the http://mdsc3.sourceforge.net/updates/snapshot/ Update site. You can also use the release repository which is available by using the http://mdsc3.sourceforge.net/updates/release/ Update site. Have Fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    StackTraceSealer

    Aid in finding infinite loops in Java programs on production systems

    StackTraceSealer is a JConsole plugin with its own Java Agent Library that can be used to seal stack frames on a thread stack trace to detect whether these frames have changed or they have remained the same all the time to aid in finding an infinite loop on a production system when all you have is a long seemingly constant stack trace in the thread dump.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    pj-ftp-server

    pj-ftp-server

    Pure Java FTP server. Free portable cross-platform multi-threaded.

    ...1) Fully multi-threaded. 2) Multi platform support. 3) Can run in GUI-mode: # java -jar pj-ftp-server.jar 4) Can run in CMD-mode (used cmd-mode-config.properties): # java -jar pj-ftp-server.jar cmd 5) IP-filter (access list) support. 6) Writable=true/false support 7) Support listening on different local interfaces 8) Speed limit support 9) Anonymous-mode support 10) Different TCP-ports support 11) Logging support 12) Support limit max concurrent logins 13) Support limit max concurrent logins per IP 14) Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html Source = https://github.com/harp077/pj-ftp-server If you like this - put a star on https://github.com/harp077/pj-ftp-server/ for support project please.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    openQRM - Cloud Computing Platform

    openQRM - Cloud Computing Platform

    Get latest Edition here: http://www.openqrm-enterprise.com.

    openQRM is a web-based open source datacenter management and hybrid cloud computing platform that integrates flexibly with existing components in enterprise data centers. Releases available at https://github.com/openQRM/openqrm-community. Please visit http://www.openqrm-enterprise.com for latest 5.3 free Community Release. Includes important security updates, bugfixes and enhancements especially for KVM and Cloud plugin. openQRM abstracts Virtualization and supports the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SigV4

    SigV4

    A SigV4 authentication plugin for the open-source DataStax Java Driver

    This package implements an authentication plugin for the open-source Datastax Java Driver for Apache Cassandra. The driver enables you to add authentication information to your API requests using the AWS Signature Version 4 Process (SigV4). Using the plugin, you can provide users and applications short-term credentials to access Amazon Keyspaces (for Apache Cassandra) using AWS Identity and Access Management (IAM) users and roles. The plugin depends on the AWS SDK for Java. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mkpass

    Mkpass

    Mkpass - Command line Secure Password Generator

    mkpass is a simple command line utility to generate secure random passwords. You can easily redirect these to a clipboard or copy and paste as needed. I use a password manager and generate random passwords every time I need one. And while most password managers include a generator, there are times I need one outside of that. The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Portable Java Launcher

    Portable Java Launcher

    PJL - Free Cross-Platform Portable Java Launcher for executable files

    ...Using SwiXML excellent framework - https://swixml.org/ , https://github.com/swixml/Two . Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html . Source = https://github.com/harp077/pjl . If you like this - put a star on https://github.com/harp077/pjl/ for support project please.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    pj-ntp-server

    pj-ntp-server

    Pure Java NTP server.

    ...Run as root/admin in cmd-mode without cmd argument, for example: java -jar pj-ntp-server.jar (server start on standart UDP/123-port) or run as root/admin in cmd-mode with UDP-port cmd argument, for example: java -jar pj-ntp-server.jar 1111 where 1111=udp-port of server listen. Need JRE-1.8. Source = https://github.com/harp077/pj-ntp-server If you like this - put a star on https://github.com/harp077/pj-ntp-server/ for support project please.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Jacksum

    Jacksum

    a free cross platform checksum utility, supports 58+ hash algorithms

    Development of this project has been moved to https://github.com/jonelo/jacksum. This site has been left for historical purposes ONLY, you find older Jacksum versions here. Please visit the GitHub site for current development. Jacksum 1.7.0 is a platform independent checksum utility (written entirely in Java) for computing and verifying (integrity check) checksums, CRC and hashes (fingerprints). It supports 58 popular hash algorithms and a lot of unique features.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    pinx

    pinx

    Continuously monitor server connections

    A small OS independent application that helps monitoring server connections. You can specify multiple IP addresses that are pinged every few seconds. The UI warns if the ping is not returned and logs the results of the last 48 hours. pinx has been tested on multiple machines running Windows 7, Windows 10, Ubuntu 18.10, Linux Mint 19.1 and LMDE3: if issues on these or other OS' arise, please add a post to the discussion boards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MotOrBAC

    An OrBAC policy editor

    MotOrBAC is a tool to help you design and implement a security policy using the OrBAC (Organisation Based Access Control) model. It is developped using the OrBAC API, an implementation of the OrBAC model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    VMware Tools Client

    Interact with your vSphere VMs without network connectivity!

    VMware Tools Client allow you to execute scripts and transfert files on vSphere Virtual Machines through VMware Tools. http://pierrelx.com/vmware-tools-client Main features: - Commands / Scripts execution - Scripts stored in exportable ".db" file - Download file from virtual machines - Upload file to virtual machines - Ping test - Communicates with Virtual Machines only with VMware tools - Read only on vCenter API to discover inventory (will not scan the entire vCenter, it is live discovery) - vCenter URL/Login and Virtual Machine credentials stored in separeted and exportable ".db" file - Linux / Windows support - Multi VM view - JavaFX user interface
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Jazzmon is a very simple Java application server memory usage monitor. You get a chart of the memory usage of your server's JVM over the last 12 hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    HEYMon

    Software, Server and Application Monitor

    ...HEYMon has a Java API where you can create custom components to monitor whatever you need. The HEYMon server is supported on almost all operating systems including Linux, Windows XP/Vista/7/8, MacOSX, and UNIX. HEYMon can monitor a few systems or can scale to monitor hundreds of systems if needed. Checkout our Discussion Section for the latest news and information about HEYMon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SSH System Administration Tool

    SSH System Administration Tool

    SSH Java client GUI for Unix, Linux administration and monitoring

    Raanan Zion https://au.linkedin.com/pub/raanan-zion/88/7b9/255 ssh Java interface for Unix, Linux and MS Windows system administration and monitoring. Automates firewall rule checks; exporting the results into Excel. Allows you to run multiple Unix commands on multiple servers simultaneously. Captures your network traces (on the port/ports and interface/interfaces of your choice) and at at a click of a button copies them back to your desktop opening. Remotely monitor your servers in a real time dashboard displaying CPU and RAM. Access your servers; this release is integrated with the following 3rd party tools: Remote Desktop (RDP), PuTTY(included) , WinSCP (included) and Wireshark (separate download). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kloxo

    Kloxo

    Kloxo Web Hosting Panel

    Kloxo (formerly known as Lxadmin) is a free, opensource web hosting control panel for the Red Hat and CentOS Linux distributions. Kloxo allows the host administrators to run a combination of lighttpd or Apache with djbdns or BIND, and provides a graphical interface to switch between these programs without losing data. Kloxo Enterprise can transparently move web/mail/dns from one server running Apache to another running lighttpd.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Sericulus

    Sericulus

    Sericulus helps you manage your computing estate.

    Do you manage hundreds or thousands of PCs? Then Sericulus will help you manage your computing estate. Sericulus is about checking one or two small things across many computers. Ever needed to do that? You know the scenario, you sit down at your PC and plough through a dozen machines manually checking some config file on each of them one at a time, then extrapolate your results across your estate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Yum Package Repair

    Tool that fix problems that Yum doesn't fix

    A tool that verifies your installed packages and reinstalls them if there is any problems. I plan do add duplicate package fixing to this tool the next time I get that problem. You should turn yum automatic updates of while running his utillity. It calls rpm and yum in batches so automatic updates may be able to grab the lock. Requres rpm, yum, bash and Java 8 set as default java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    chbGUI

    Free Linux backup tool *

    .... (*) Tested on Linux and Mac OS X but may run properly without modifications on other Unix platforms that have the Bourne shell (/bin/sh) and a Java (1.6) or higher runtime environment. See documentation provided in the package for more details. Current versions: chbGUI v. 1.0.8 chb v. 191 Note: If you find errors or have questions, check the Wiki first. If you don't find the solution there, let me know by opening a ticket and assigning it to chbgui (see Support above).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...This application has been designed to perform simple or timestamped copies of directories and files as well as unidirectional synchronization of file tree. Fisy is in command line, you can so start copying tasks at any time or plug them on an automated processing. Sine version 2.0, Fisy contains cipher features for encrypting data for storage in a remote service like the Cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Universal Android Toolkit

    Universal Android Toolkit

    One Toolkit to Rock them All!

    Universal Android Toolkit used to be a Windows-only applicaion, written in Visual Basic.NET After a year of work, fustration, re-writes and confusion, I present to you, the very FIRST BETA Android toolkit, written COMPLETELY in Java! At the moment, this project is in Beta, so don't forget to check for updates, regularly! I'll add an updater, ASAP. Happy hacking!
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24
    mq-console

    mq-console

    JavaFX Console for IBM Websphere MQ

    MQConsole is a small JavaFX2 utility application which allows you to interact with an IBM Websphere MQ messaging broker. You can see the existing queues, browse the messages in the queues, see those messages or send a new message to a queue. No need to have administrative credentials, just configure the hostname where the broker is in, the channel and the name of the queue manager.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Google Apps Domain Administrator

    Google Apps Domain Administrator

    Allows super admins to modify gmail settings for users

    ...Specific gmailsettings are forwarding address, POP settings, IMAP settings, send-as address, and vacation message. Specific appsforyourdomain information includes name, email, and nickname addresses. You must be a Super Admin for the Google Apps domain you are logging in to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next