28 programs for "except" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    Syncthing

    Syncthing

    Open Source Continuous File Synchronization

    Syncthing is an open source continuous file synchronization program, which essentially works by synchronizing files between two or more computers in real time. Syncthing is designed to first and foremost keep users’ data safe and protected against data loss and against attackers who would unlawfully try and access this data. It doesn’t store data anywhere else except on your computers and uses encryption to secure all your data. It is very easy to use, cross-platform and automatic...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 2
    Linux program for writing Microsoft compatible boot records. This program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT32 partition except that it does not copy any system files, only the boot record is wri
    Leader badge
    Downloads: 199 This Week
    Last Update:
    See Project
  • 3
    Bash-Accessible SSH FileSystem (BASSHFS)

    Bash-Accessible SSH FileSystem (BASSHFS)

    SSHFS-like functionality via bash

    BASSHFS is similar to the existing SSHFS utility except it is does not require FUSE kernel support. Instead, BASSHFS uses the aliasing and function mechanisms of the bash shell to intercept program invocations and remap those that are supported to its own versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    asyncoro

    Python framework for asynchronous, concurrent, distributed programming

    asyncoro is a Python framework for developing concurrent, distributed, network programs with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are sockets (non-blocking sockets), database cursors, sleep timers and locking primitives. Programs developed with asyncoro have same logic and structure as Python programs with threads, except for a few syntactic changes. asyncoro supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    Unix GNU Windows

    Packages to create a Unix like environment under MS-Windows

    At this point this project is mainly wpkg which is a replica of dpkg and apt-get that works under Microsoft Windows and Unices. Since version 0.7.0 it works very nicely as it includes most of the important functionality of dpkg (i.e. most everything except dselect functions.) Otherwise, the Unix GNU Windows is expected to be a large set of packages that wpkg can handle. Packages of all the software available under MinGW and GnuWin32 so you can painlessly build a complete Unix like environment...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    OpenVoucher

    OpenVoucher

    Open source voucher management / hotspot system

    OpenVoucher is an open source voucher management / hotspot system for authenticating guests in your wifi or cable network. It is designed to be easy to use for anyone who wants to issue vouchers. For further information and installation how to's, see the project's homepage. The source code is maintained on Github.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Elektra Initative

    Elektra Initative

    Elektra serves as a universal framework to access configuration.

    Elektra provides a mature, consistent and easily comprehensible API. Its modularity effectively avoids code duplication across applications and tools regarding configuration tasks. Elektra abstracts from cross-platform-related issues and allows applications to be aware of other applications' configurations, leveraging easy application integration. See http://www.libelektra.org for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Handy TCP/IP Server/Client Tools

    Various TCP/IP servers, clients and network management tools

    ... can also be used as a Ethernet over UDP tunnel to remote bridge PC's local NIC, VXLAN, UDP proxy etc. Visit the Wiki page for detail. GUI tools include a network monitoring tool PMON, a SNMP and IP scanner. The project aim is to make them as light weight tools that can be directly executed in command prompt without the need of installation. (Except pmon and UBridge to bridge PC's NIC which require Winpcap). The whole package can be put into USB flash and 伴侶highly portable.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    SUSFinder

    SUSFinder

    Set recovery mode IP and flash firmware to ASUS WL-500gP router

    SUSFinder is a utility to assign IP address and flash firmware to ASUS WL-500G Premium router booted in recovery mode on local network, in the case that you didn't know router's IP address settings beforehand. This utility do essentially the same thing as ASUS Firmware Restoration Utility, except that it relies on the external 'atftp' program to do the TFTP firmware flashing part. Currently, SUSFinder is written in ANSI C with POSIX API, thus should be portable to most Unix-like platform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    wpwd

    Change system password web based

    Change system password web based. This quite simple web form provides a possibility to end users to change their own *NIX account passwords even if interactive logins are not possible, e.g. pure SFTP accounts. Currently this is realized by a bash script with embedded expect code (need expect to be installed) and is also rewritten in python using pyexpect, so that there are no more dependencies, except for a http server. Both versions can be used equally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dupehasher

    Shell script for managing duplicate image files in a directory.

    dupehasher scans the given directory for files that are identical except by filename. dupeshasher will generate a report plaintext file named 'dupelist.txt' in the working directory (which contains, per line, tab-delimited names of files whose contents are identical). Depending upon the arguments supplied by the user upon invoking dupeshasher, it will also delete all duplicates, keeping either the oldest or newest of all sets of duplicates. Additionally it can batch-rename all remaining...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CuteMupen

    GUI for Mupen64Plus Nintendo 64 emulator

    CuteMupen is a graphical (GUI based on Qt library) front-end for the cross-platform Mupen64Plus N64 emulator.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15

    make snmp templates

    Small suitte to make SNMP templates easily writen in BASH

    ... patterns -Make text files with your selected OIDs -Write your own modules to manage special kind of OIDs (like NIC ones) -Write your own modules for the final output template (just Zabbix at the moment) -Make a template for monitoring softwares (Zabbix, Cacti...) And all (except modules creation :P) guided by text wizards!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Universal Unix-Installer are 2 perl scripts that makes it easy to create a redistributable install package for binary executables on an unix platform(except Mac OSX). 1 perl script is for gathering the .so files 1 perl script for installing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DirClean is a solution to rapidly delete files in the directories, developed using Mono and c#. You can delete all files except types defined in parameter, or delete files matching a parameter. You can also delete empty folders as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is Sharp X680x0's Human-68k command-line emulator. It's run on Windows and BSD/Linux without X680x0's ROM Image and Human68k Operating System Files. It can run a X680x0's character based program without sounds(except Beeps).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    This program summarizes the contents of a log file written by syslog, by displaying each unique (except for the time) line once, and also the number of times such a line occurs in the input. The lines are displayed in the order they occur in the input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    teit is a simple bash script to find your external ip on the command line. teit is useful if you are running something such as busybox or the CLI to find your dynamic ip. It does the same thing as ipchicken or whatismyip except on the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple system to perform backups to central backup server using SSH as tunnel and rsync as backend. Doesn't require any additional ports open (except SSH). All data goes through a secure crypted channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NetFuel is a .NET/MONO library for simplifying P2P application development. NetFuel loads applications as .NET assemblies and allows them to interoperate. NetFuel is based upon the ASP.NET web services paradigm of coding, except in a P2P context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A move command like mv, except it automatically updates symlinks when it moves things. It requires Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RMAE (remove all except) is a simple utility designed to be the opposite of the standard RM program -- it removes all files except the file name(s) passed to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    windCMT is a pure perl based network device config backup utility. Needs no external (non-perl) tools except for OpenSSH (optional). It currently supports Alteon's WebOS and Cisco (CatOS, IOS, PIX, CSS). www.schwartzsoft.com/index.cgi?page=windCMT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next