39 projects for "virtual server" with 2 filters applied:

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    BMDFM

    BMDFM

    Binary Modular DataFlow Machine (BMDFM)

    Binary Modular DataFlow Machine (BMDFM) is a software package that enables running an application in parallel on shared memory symmetric multiprocessing (SMP) computers using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the static and mainly dynamic scheduling of the dataflow instruction sequences derived from the formerly sequential program. The BMDFM dynamic scheduling subsystem performs a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    UltraVNC

    UltraVNC

    UltraVNC: Remote Access Tools VNC/RFB Remote Desktop Support Software

    UltraVNC: Remote Desktop Support Software - Remote PC Access - Remote Desktop Connection Software - VNC/RFB Compatibility - Virtual Network Computing - Remote Frame Buffer - FileTransfer - Encryption Plugin - Text Chat - MS Authentication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ChibiOS/RT free embedded RTOS
    ChibiOS/RT is a free and efficient RTOS designed for deeply embedded applications. It offers a comprehensive set of kernel primitives and supports many architectures: ARM7, Cortex-M0, Cortex-M3, Cortex-M4, PowerPC e200z, STM8, AVR, MSP430, ColdFire, H8S, x86.
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 4

    memconf - memory configuration on UNIX

    Identify sizes of memory modules installed on most UNIX-based systems

    Identify sizes of memory modules installed on a Solaris, Linux, FreeBSD or HP-UX workstation or server. memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports the following information if available: - banner name, model and CPU/system frequencies - address range and bank numbers for each module
    Downloads: 13 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Tria Sistema Operatiu

    Tria Sistema Operatiu

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

    ...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 a virtual machine) of RAM and works with Windows 95 and Windows NT 4.0. BRONTOSAURUS EDITION needs DirectX 9.0c and .Net Framework 2.0 and runs on Windows 98, Windows 98 SE, Windows ME & Windows 2000. XP EDITION requires .Net Framework 4.0 or newer. Runs on Windows XP, Vista, Server 2003, 2003 R2, Home Server and Server 2008. STANDARD EDITION needs .Net Framework 4.8 or 4.8.1 and runs on Windows 7, Windows Server 2008 R2, and newer (any Windows released from 2009 until today).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6

    SVBus

    SVBus Virtual SCSI Host Adapter for GRUB4DOS

    Today we present a new virtual SCSI driver for use with GRUB4DOS named SVBus. The driver is used like WinVBlock and FiraDisk to access GRUB4DOS mapped drives from Windows. At the moment VHD file disk and RAM boot are supported. The supported OS platforms are Windows 2000 up to the newest Windows 10 on x86 and x64 architectures. For interested developers the source code is included and licensed under the GPL. Many thanks and much respect go out to the authors of WinAoE, WinVBlock (Shao...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    PigIron

    PigIron

    Java bridge to IBM z/VM System Management API

    PigIron is an open source Java class library which implements the client side of the IBM z/VM Virtual Machine Operating System Systems Management Application Programming Interface (VSMAPI). PigIron is not associated with the IBM corporation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GNS-3 LiveUSB (fork)

    GNS-3 LiveUSB (fork)

    GNS3 Network simulator Live USB

    Graphical Network Simulator-3 is a network software emulator first released in 2008. It allows the combination of virtual and real devices, used to simulate complex networks. It uses Dynamips emulation software to simulate Cisco IOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Null-modem emulator

    Null-modem emulator

    The virtual serial port driver for Windows.

    The Null-modem emulator (com0com) is a kernel-mode virtual serial port driver for Windows. You can create an unlimited number of virtual COM port pairs and use any pair to connect one COM port based application to another. The HUB for communications (hub4com) allows to receive data and signals from one COM or TCP port, modify and send it to a number of other COM or TCP ports and vice versa.
    Leader badge
    Downloads: 4,584 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    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
  • 12

    Easy Performance Tester

    Command-line performance tester for disks, CPU and memory

    Utility for quick performance testing of main system components: disks, CPU and memory. Initially was designed to detect problems in virtual environment. Windows only (XP/2003 and later).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    nnmon
    nnmon is a central database and a web interface for the nmon program's data. Store and view nmon data instantly. It's completely free software and released under GPLv3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ConspectIS

    ConspectIS

    ConspectIS is a datacenter inventory and tracking web application.

    ConspectIS is a datacenter hardware (servers, switches, appliances, peripherals, virtual), software, and infrastructure (subnets, cabinets/racks, rooms, multiple datacenters) inventory and tracking web application. Written in C# / ASP.Net for IIS web-servers it currently supports MSAccess (MS-JET), MSSQL, with work ongoing for Oracle and ODBC backend databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MO Virtual Router

    MO Virtual Router

    Virtual Wi-Fi For Windows 8

    This program create new Wi-Fi point for Windows 8. How to guide ->http://www.youtube.com/watch?v=FVhUcBzSzt0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    admix - windows hosting control panel
    admix, windows web hosting control panel support; windows server 2000, windows server 2003 and windows server 2008
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is simply an Nsis (Nullsoft Scriptable Installation System) plug-in for Microsoft IIS management. It creates/modifies/deletes/enumerates/reads virtual directories, websites, and aplication pools. or gets their settings. It is also able to start/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The AMD-V Optimization Driver is a Windows device driver that improves the performance of legacy 32-bit Windows OSs running on AMD-V virtual machines. There is now a supported version of this driver located on AMD's website.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    jvmstarter: java virtual machine starter It simplifies the setting up of complex java environment. It extends the portability of your application (script file is the same on all architectures).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Real time micro benchmark multi-lingual suite (RTMB) provides a good way to measure the deterministic quality of hardware, an operating system, or a Java Virtual Machine. RTMB consists of benchmarks in C, C++ and Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Omega48 is a virtual printer driver for Microsoft Windows which allows you to convert the document to the graphics formats such as EMF, BMP and non formated text file (UNICODE or ANSI). Omega48 allows to save MS Windows Spool (SPL) and Shadow (SHD) files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A test project aiming at creating a Korn shell script or a bunch of scripts to help AIX administrators find and identify physical and virtual disks primarily in FCP/VIO environments. If goals are met, the project may be rewritten in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Nowadays, using Virtual Machine as a standby Machine for business continuity is Common (www.bizcon.org). WAN Bridge is used to conect the VM from remote site to local LAN with same subnet. Powered by BizConline limited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JJOS is part of the JOS Project. It is a free and open Java-based operating system. It combines the jJOS kernel and decaf virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB