Showing 12 open source projects for "command prompt tutorial"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    Watchdog

    Watchdog

    Python library and shell utilities to monitor filesystem events

    Python API library and shell utilities to monitor file system events. A simple program that uses watchdog to monitor directories specified as command-line arguments and logs events generated. Watchdog comes with an optional utility script called watchmedo. Please type watchmedo --help at the shell prompt to know more about this tool. You can use the shell-command subcommand to execute shell commands in response to events. watchmedo can read tricks.yaml files and execute tricks within them in response to file system events. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Imagen - Pytorch

    Imagen - Pytorch

    Implementation of Imagen, Google's Text-to-Image Neural Network

    Implementation of Imagen, Google's Text-to-Image Neural Network that beats DALL-E2, in Pytorch. It is the new SOTA for text-to-image synthesis. Architecturally, it is actually much simpler than DALL-E2. It consists of a cascading DDPM conditioned on text embeddings from a large pre-trained T5 model (attention network). It also contains dynamic clipping for improved classifier-free guidance, noise level conditioning, and a memory-efficient unit design. It appears neither CLIP nor prior...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    - Live Raizo is a linux distribution based on Debian 13 (Trixie) to experiment the system administration on simulated networks and real devices. - GNS3 is the gui used to manipulate the simulators/emulators of networks and systems like QEmu, Docker, Dynamips. - With this GNS3, you can clone as many times as you want the templates of virtual linux machines named "Debian" and "DDebian" that contain many network tools and services. - The prompt and the output of several linux commands are...
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 4

    TAC-PLUS

    TACACS+ server for network devices

    Free TACACS+ (tac_plus) engine (written in C++) and webui (PHP) allows network administrators to limit access to network devices. This project (tacplus/webui) use to be on www.networkforums.net. New and improved features been added since the last release on old website. ** New Release of WebUI ** Improved useability More searching capabilities in reports
    Downloads: 1 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 5

    MyIP-Console

    Shows your IP-Address

    This application shows your internal and external IP. Install the program, go to the command prompt and type in: myip /?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenVPN for Docker

    OpenVPN for Docker

    OpenVPN server in a Docker container complete with an EasyRSA PKI CA

    ...The container will prompt for a passphrase to protect the private key used by the newly generated certificate authority. Miscellaneous write-ups for advanced configurations are available in the docs folder. A systemd init script is available to manage the OpenVPN container. It will start the container on system boot, restart the container if it exits unexpectedly, and pull updates from Docker Hub to keep itself up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Handy TCP/IP Server/Client Tools

    Various TCP/IP servers, clients and network management tools

    ...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: 10 This Week
    Last Update:
    See Project
  • 8
    netcfgtooltelnet

    netcfgtooltelnet

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via Telnet. The script reads the IPs of the devices from the NETWORK_IP file and sends the commands you enter in the CMD_FILE file to all the devices. Telnet username/password parameters are configured within the script. This feature can be further customized to prompt the user for them or read them from a file. The script also checks if all the needed files exist, if...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    One Ping Only

    One Ping Only does just that, pings a single host.

    Inspired by the famous line from Hunt For Red October, we’ve built a little program that does exactly that: pings a host to see if it’s alive. A little more graceful than using a command prompt and extremely lightweight, One Ping Only will also run in environments where the command interface has been disabled for security reasons and can be run from a USB drive or other portable media.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    NetTest 2.0

    NetTest 2.0

    NetTest is a simple multi-host pinger.

    ...It’s also extremely easy to use so that in remote support situations the often-computer-illiterate end users can help diagnose network issues by simply hitting a button, no more “okay, go to the Start Menu, open up a command prompt…” situations. See release notes under "Files" for new features in version 2! System Requirements: - Microsoft .NET Framework 4.0 - Windows XP / Vista / 7 / 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Network Credential Gadget

    Network Credential Gadget

    windows 7 gadget to view and delete saved server connections

    ...Especially in companies where you need to connect to multiple SMB Servers using different user credentials, it was always very poor of windows when it saved credentials for servernames in the background without any option to delete them besides logoff,reboot and net use command prompt. This Gadget lets you delete saved credentials, even for network drives that do not have a drive letter (in difference to any vbscript or win32 api options). It is also a good example of how to execute commandline programs from the gadget context. Please beware: will not be useable in vista or windows 8 metro context
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CConfigViewer

    View communication hardware information with this handy tool.

    With this tool you can view TCP/IP configuration on any registered network connection on the local computer. This is nice for businesses that don't let you get to my computer or command prompt to view this info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next