Showing 60 open source projects for "main"

View related business solutions
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • Business Texting and Text Message Marketing Solutions - Textellent Icon
    Business Texting and Text Message Marketing Solutions - Textellent

    Textellent's robust business texting services provide SMS and MMS capability for customer service, sales, and marketing texting programs.

    Textellent's business texting solution makes designing, managing, measuring, and integrating SMS and MMS campaigns easy. Whether used for customer service, sales, or marketing, Textellent supports your customer journey with an easy-to-use service that text-enables local business lines and serves businesses of any size. Robust scheduling and appointment reminders are also available, as are keywords and shortcodes for easy opt-in programs with TCPA compliance supported by AI.
  • 1
    Pow

    Pow

    Robust, modular, and extendable user authentication system

    Pow is a robust, modular, and extendable authentication and user management solution for Phoenix and Plug-based apps. Pow is built to be modular, and easy to configure. The configuration is passed to function calls as well as plug options, and they will take priority over any environment configuration. It's ideal in case you got an umbrella app with multiple separate user domains. The easiest way to use Pow with Phoenix is to use a :otp_app in function calls and set the app environment...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Ember Simple Auth

    Ember Simple Auth

    A library for implementing authentication/authorization in Ember.js

    ... like Facebook etc. The session service is the main interface to the library. It provides methods for authenticating and invalidating the session as well as for setting and reading session data. The session store persists the session state so that it survives a page reload. It also synchronizes the session state across multiple tabs or windows of the application so that e.g. a logout in one tab or window also results in a logout in all other tabs or windows of the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Network Security Toolkit (NST)

    Network Security Toolkit (NST)

    A network security analysis and monitoring toolkit Linux distribution.

    Network Security Toolkit (NST) is a bootable ISO image (Live USB Flash Drive) based on Fedora 38 providing easy access to best-of-breed Open Source Network Security Applications and should run on most x86_64 systems. The main intent of developing this toolkit was to provide the security professional and network administrator with a comprehensive set of Open Source Network Security Tools. The majority of tools published in the article: Top 125 Security Tools by INSECURE.ORG are available...
    Leader badge
    Downloads: 266 This Week
    Last Update:
    See Project
  • 4
    Tria Sistema Operatiu

    Tria Sistema Operatiu

    Helps you find, download & burn the best Operating System for any PC

    Tria O.S. detects hard & soft specs of the PC where you run it, you can load this info or specify it manually to let the program inform you what would be the best operating system for a specific PC, with the specified hardware, and then see the difference by adding RAM, a SSD hard drive, changing the graphics card ... etc. REQUIREMENTS: For Linux, you need GAMBAS 3.3 or later, so you will have to install the gambas3 package before installing. 90's EDITION needs 160 MB (192 MB on...
    Downloads: 16 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    RabbitRemoteControl

    RabbitRemoteControl

    Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc

    Remote Control is a cross-platform, multi-protocol remote control and remote desktop software. Allows you to use any device and system in anywhere and remotely manage any device and system in any way. This is only a read-only mirror repository. Main repository: https://github.com/KangLin/RabbitRemoteControl
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    aaPanel

    aaPanel

    aaPanel, a simple but powerful hosting control panel

    aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software. Our main goal is helping users to save the time of deploying, thus users just focus on their own project that is fine.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    centos7_vps_autoconfig

    If you need to configure CentOS7 for your webserver take a look here.

    This project holds a wizard-like bash script and instruction to configure Cent OS 7 on a physical or virtual web server. The main goal of the script is to provide good protection of the server (firewall configuration, removing unused network services, configuring ssh with changing its port, fail2ban, etc.). The corresponding instruction holds detailed description of each script component. Moreover, it can be used independently as a manual. Both script and instruction are currently in Russian...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PumpedUp

    PumpedUp

    Performance monitoring and logging software for Linux and Windows.

    ... installation, go to http://localhost:8080 to get to the PumpedUp main page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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...
    Downloads: 4 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 10

    Rrd2Svg

    Java classes for converting the collectd's RRD files into the SVG.

    ... are based on: RRD4J As for RRD4J, please look into: https://github.com/rrd4j/rrd4j $. How to use it ? The class for the command line is: com.aboutjun.rrd2svg.util.Runner4Pipe4Svg and it is specified as the main class of the JAR file. So its usage is: java -jar rrd2svg_X_Y.jar <root for RRD> <root for SVG> 1) <root for RRD> is: The root directory of the subdirectories for the RRD files. 2) <root for SVG> is: The root directory of the subdirectories for the SVG files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    un-applet

    A simple software update notifier for debian based systems

    A simple, light-weight, desktop-independent update notification applet for the system tray on apt based systems as Debian, Ubuntu or Linux Mint. A cron job runs in the background and periodically checks for pending software updates, the applet informs you by its color about the state of your system. Through its menu you can view the list of pending updates, check for updates and install these. The main goal of un-applet is to provide an easy way to help users to keep their system up to date...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    headsort sorts files by line and fields. Options can pick field order and etc. Mostly compatible with gnu sort(1). It also has several sort algorithms to try. In general headsort can sort in 1/2 the time sort(1) (mergesort) does in situations involving either pipes or mult column selection; less than 1/2 with both. Best case was about opposite that of sort(1)*. NEW* hsort main algorithm speed improvement (applies to all; 27,29,31). Now faster than sort(1) (in all cases tested...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Viapps

    opensource Virtual Appliance Factory

    ... with main Cloud infrastructure technologies like VMWARE, Openstack, Cloudstack and openNebula . Extensible, it is posible to easily add new functionality and integrate with other platforms with a powerfull RESTful API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MySQL Health Report

    Consolidate main system and MySQL health metrics in one report.

    Commad-line tool provides the following details in the report: - Basic OS-level parameters: uptime, disk space and network interface status - Today's entries from MySQL error log - Important MySQL statistics http://astellar.com/mysql-health-check/metrics/ - Top 5 queries from MySQL slow query log CONFIGURING AND RUNNING 1. Edit MySQL credentials in check_run.sh 2. Run ./check_run.sh 3. Enjoy! You can also send report to email address by using...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    BGINFO4X - BGINFO for X and for Windows!

    BGINFO4X - BGINFO for X and for Windows!

    Shows desktop information on your screen

    ... with lots of Features. See the main Features below on this page. Find more information in http://sourceforge.net/p/bginfo4x/wiki/BGINFO4X/
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 16

    Qexplore

    Qexplore enables a Qmail server to analyze emails.

    Qexplore enables a Qmail server to analyze emails. Its main features are: - it can reject viruses using Clam Antivirus (http://www.clamav.net); - it can check for spam using SpamAssassin (http://spamassassin.apache.org); - it can block emails with particular attachment extensions during the SMTP communication using Reformime (http://www.courier-mta.org/reformime.html); - it can "rate-limit" messages that an email address can send in a defined amount of time using an embedded db through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mz

    mz

    Managing z - systems management of z/VM and Linux on the mainframe

    ... directories and files. This enables fast access to data and leverages the rich set of tools that manipulate Linux file systems. Mz also provides a simple but powerful Web interface so running a Web server is recommended. There are three main branches of this "Mz tree": (1) Systems - CECs, LPARs, z/VMs, Virtual machines and Linux systems (2) Appliances - images of systems captured in OVF format (3) SSI-clusters - Single system image clusters on z/VM 6.2 and later
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    etc2vcs

    A tool to put arbitrary files in the filesystem under version control.

    A perl wrapper around svn which keeps arbitrary files in the filesystem under version control in one working copy. File mode and ownership is preserved. Its main goal is to keep configuration files under version control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Access Road

    Access Road

    Simulator of access controls

    ... of MySQL Server. This includes the components, the users, the hosts and the privileges at any level. The focus is on IT weak configurations, executing environments (malware analysis) and people authorizations. Reliability and the ability to explain the results are the main objectives. A 80 pages tutorial is provided. A powerful framework allows new simulations to be added. Access Road simulates and explains, combining complete modeling, visual results and detailed texts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LFS in EPUBs Project

    LFS in EPUBs Project

    Linux From Scratch released as EPUBs

    LFS Main Page: http://www.linuxfromscratch.org This project is intended as a host point for EPUBs made for every released version of Linux From Scratch (all the way back to 1.0 and including prereleases, betas, and release candidates), and to a minor extent the original downloads for each version as well (book only, no bootscript tarballs at this time).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SVCFRONT

    PHP Frontend to SVCMON for IBM SVC and V7000 Storwize

    *** This project has been terminated and no further work is planned in the forseeable future - Check out Stor2RRD (http://www.stor2rrd.com/) for an alternative *** A PHP Frontend to SVCMON* that provides a drilldown view to your SVC/Storwize performance data. Linked with FusionCharts and Floatbox it also provides historical graphs of every statistic on the pages. It uses perl scripts to populate some extra information from the SVCs and for pruning and aggregate functions, but the main frontend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    YUMRepoManager

    YUMRepoManager

    YUMRepoManager, is a YUM configuration manager.

    YUMRepoManager is a YUM configuration manager for bleeding edge Red Hat based distributions like Fedora GNU/Linux. The YUMRepoManager main goal is to allow the user the easy management of the YUM configuration but also include features like: editing the configuration files related to those repositories already installed in the system, importing/exporting, and dragging/dropping .repo files from and to the file browser, enabling/disabling the YUM plugins as well as changing the arguments...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Confdump

    Confdump

    Dump static and runtime system configuration

    Confdump-Agent collects system configuration, both static (as set by an administrator) and runtime (currently in use by the system). It has two main usages: - to examine system information (example: Linux block devices) that isn't easily accessible otherwise - to gather a configuration dump as complete as possible for later reporting by Confdump-Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    skysail osgimonitor

    Simple web view on OSGi runtime

    skysail osgimonitor is a set of bundles which will show you the installed bundles with their status using freemarker. Main purpose of this project right now is to serve as code for a tutorial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Authentication Manager
    The main goal of this project is to implement one authentication system that will allow network administrators to easily implement and manage a authentication infrastructure in either wired or wireless networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next