Showing 101 open source projects for "unix info"

View related business solutions
  • 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.
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 1
    acme.sh

    acme.sh

    A pure Unix shell script implementing ACME client protocol

    A pure Unix shell script implementing ACME client protocol. An ACME protocol client written purely in Shell (Unix shell) language. Full ACME protocol implementation. Support ECDSA certs. Support SAN and wildcard certs. Simple, powerful and very easy to use. You only need 3 minutes to learn it. Bash, dash and sh compatible. Purely written in Shell with no dependencies on python. Just one script to issue, renew and install your certificates automatically. Does not require root/sudoer access...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Sloth

    Sloth

    Mac app that shows all open files, directories, sockets, pipes, etc.

    ... of the lsof command line tool. The output is parsed and shown in a searchable, filterable outline view with all sorts of convenient additional functionality. Sloth is free, open source software and now has a home on GitHub. It has been continuously developed and maintained for a very long time (since 2004). Inspection window with detailed macOS and Unix file/socket/process info.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    kube-ps1

    kube-ps1

    Kubernetes prompt info for bash and zsh

    A script that lets you add the current Kubernetes context and namespace configured on kubectl to your Bash/Zsh prompt strings (i.e. the $PS1). The default prompt assumes you have the kubectl command-line utility installed. Official installation instructions and binaries are available. Blue was used for the default symbol to match the Kubernetes color as closely as possible. Red was chosen as the context name to stand out, and cyan for the namespace. 256 colors are available by specifying the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    typewritten

    typewritten

    A minimal, lightweight, informative zsh prompt theme

    A minimal, lightweight, informative zsh prompt theme. Clone the typewritten repository somewhere you can easily link. I recommend creating a .zsh directory at root. typewritten is customizable in many ways. Prompt customization, everything to do with how and where the info is displayed. Prompt color customization set a custom color for any of the prompt sections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 5
    QtPass

    QtPass

    QtPass is a multi-platform GUI for pass, the standard unix password

    QtPass is part of the pass ecosystem. This means you are not stuck with QtPass, you can use the same password store with many clients. Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    novathesis

    novathesis

    A LaTeX template for academic monographs

    A LaTeX template for thesis, dissertations and similar monograph-like documents. Just select the School, provide the cover info, your chapters with text and you're done. Includes dozens of options that answer the requests from the very large user's community (1000's users).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    HexChat

    HexChat

    GTK+ IRC client

    HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info, please read the Shareware background. HexChat was originally called XChat-WDK which in turn was a successor of freakschat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AutoPkg

    AutoPkg

    Automating packaging and software distribution on macOS

    AutoPkg is a system that automatically prepares software for distribution to managed clients. Recipes allow you to specify a series of simple actions which combined together can perform complex tasks, similar to Automator workflows or Unix pipes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sysbox

    Sysbox

    Open-source, next-generation "runc" that empowers rootless containers

    An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, and Kubernetes, just like VMs. Think of it as a "container supercharger": it enables your existing container managers/orchestrators (e.g., Docker, Kubernetes, etc.) to deploy containers that have hardened isolation and can run almost any workload that runs in VMs. Sysbox does this by making the container resemble a VM-like environment as much as possible, using advanced OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 10
    C-ARES

    C-ARES

    A C library for asynchronous DNS requests

    This is C-ARES, an asynchronous resolver library. It is intended for applications that need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers that communicate with multiple clients and programs with graphical user interfaces. The full source code is available in the 'C-ARES' release archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    py-spy

    py-spy

    Sampling profiler for Python programs

    ... line of the python program you want to run. py-spy has three subcommands record, top and dump. py-spy supports recording profiles to a file using the record command. Top shows a live view of what functions are taking the most time in your python program, similar to the Unix top command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RichARCH

    RichARCH

    Creating a Rich experience to ARCH

    ... with the RichARCH installer. Details and installation info can be found at: https://download.sf.net/richarch/InstallAndInfo.pdf - or - https://sites.google.com/view/richarch Supports: - AMD / Nvidia drivers - Fully automated installs - LVM storage setup options - Multiple storage formats, including: BTRFS, EXT4, XFS Desktop Environments: - Budgie - Cinnamon - Cosmic - Enlightenment - Gnome - Hyprland - KDE - LXDE - Mate - XFCE - TUI
    Leader badge
    Downloads: 895 This Week
    Last Update:
    See Project
  • 13
    wolfSSL
    ... by the robust wolfCrypt cryptography library, and much more. wolfSSL relies on the FIPS 140-2 validated wolfCrypt library for all cryptographic functionality. Visit http://wolfssl.com/wolfSSL/fips.html for more info!
    Downloads: 19 This Week
    Last Update:
    See Project
  • 14
    Advanced DHCP Server Live CD (With GUI)

    Advanced DHCP Server Live CD (With GUI)

    The Free & Popular opendhcp application for Physical & Virtual Machine

    Instructions: 1. Write this .iso file to a Pen Drive, with the Free multibootusb software ( links below ) 2. Boot from the Pen Drive, after changing the BIOS Boot Order quickly on system startup 3. First startup will show some info dialogs. These can be cancelled without making any changes 4. Click on the opendhcp folder link on Desktop 5. Right click the set_eth0_static_ipaddress.sh file and choose Open as Text option. Edit the file to meet your network needs. To know about...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    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...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    Dichiara Facile (autocertificazioni)

    Dichiara Facile (autocertificazioni)

    MiCla Dichiara Facile "Autocertificazioni"

    ... selezionare "Ordina Lista". Per cercare un documento in modo veloce, selezionare la voce "Cerca", sempre nello stesso menù. Il programma viene distribuito freeware per un uso personale senza fini di lucro. Per CAF/ Patronati ecc. Chiedere licenza a "info@micla.it" ______ Sistemi operativi supportati : Windows™; MacOs High Sierra™ > e Linux™/Unix™ con l'ausilio di "Wine" x86 / 64bit Software gratuito senza fini di lucro
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    ChaosEsqueAnthology

    ChaosEsqueAnthology

    A free 3d game for PC that does not limit the player. Fight,Build,Gain

    ... buildings, mounted weapons, spell casting, monsters, player characters, textures, and game mode (such as colorwar (think liquidwar)) To pick up items press F. To enter vehicles/mountedguns press F. To reload press R. To walk press W A S D (direction) To jump press SpaceBar Dev Enviorment (git repos) in tar.gz: https://sourceforge.net/projects/chaosesquedevenv/ DVD Case and DVD Labels and Extras (ISO signing info): https://sourceforge.net/projects/chaoseesquesupplemental/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    WinLott Suite

    WinLott Suite

    MiCla Lotto Suite

    ... possibilità di effettuare un aggiornamento dell'archivio delle estrazioni in modo automatico, semplicemente selezionando dal menù <Add Info|Aggiorna...>. Questa versione possiede un piccolo database delle voci della smorfia e la possibilità di giocare e stampare le schede della tombola. ______ Sistemi operativi supportati : Windows™; Linux™/Unix™ x86 / 64bit Software gratuito senza fini di lucro
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    phpMan

    Unix system man page on the web

    phpMan.php is a unix Man page / Perldoc / Info page Web Interface runs on PHP 4.2 above. One file script makes it easier to read man pages which is lengthy and require you to use 'more' or 'pg' filters. (Apache 2.x need configure: AcceptPathInfo On)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    yellowcard

    yellowcard

    Address List program for tracking personal info in a plain text file

    Yellowcard is an address list maintenance program for keeping personal information in a plain text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dfirewall
    Full set of scripts to implemente a full featured firewall.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    A20_sdk

    A simple armv7h sdk

    This is my sdk for usage with slackware on A20 devices like bananapi, cubietruck and olimex-som. For more info see https://github.com/tjohann/a20_sdk .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MLPACK is a C++ machine learning library with emphasis on scalability, speed, and ease-of-use. Its aim is to make machine learning possible for novice users by means of a simple, consistent API, while simultaneously exploiting C++ language features to provide maximum performance and flexibility for expert users. * More info + downloads: https://mlpack.org * Git repo: https://github.com/mlpack/mlpack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    get_rc_info

    Embedding version information into executable or librarie or pictures

    Hi. Say you might be interested by this project? What is it about anyway? Windows provides the resource file for version information for an application and DLL. The resource file includes information like version, copyright and manufacturer. How do you implement this on Linux or other OSes? Moreover, how do you make it portable on both Linux and Windows for instance? This is the purpose of the get_rc_info program. It explains and gives example of how to embed resources (file version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Rescatux

    Rescatux

    Easy to use Repair distribution for both Gnu/Linux and Windows systems

    ... that in the chat they can help you better. O better, even, you can help debug and fix Rescatux bugs on the fly. * Share log on forum: Prepares a forum post alike text so that you can just copy and paste it in your favourite forum. Logs are nicely inserted into it with [CODE] symbols. * Boot Info Script: Run Boot Info Script option to share your computer configuration (specially boot one).
    Leader badge
    Downloads: 1,455 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next