Showing 41 open source projects for "garnet-file"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 1

    mkconfig

    build configuration tool

    mkconfig is a build configuration utility. It creates an output file intended to be included as a header file, run as a shell script, used as a configuration file, or any other use. mkconfig is written in portable shell script and designed to be extensible for any configuration use.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Cisco config sanitizer tool

    Cisco config sanitizer tool

    Tool used to sanitize Cisco configuration files.

    ...Use this tool to sanitize extracted configurations files before you send them to audit (Ex: TAC) 'show tech-support' is good, but sometimes you need to remove more sensitive data from the configurations This tool will scan a folder with all its sub-folders and sanitize every file from that tree. But it will never modify the source files, instead it will create another folder with sanitized files. Info: The result will be another folder next to the source called "<configurations folder>_sanitized" To change the file search filter modify "SET FILTER=" in script file To add/modify/remove sanitizer syntax edit the awk file inside bin folder Usage: cisco-config-sanitizer.bat "<configurations folder>" If there are sensitive data still leaking after sanitizing, please let me know. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Munin
    Master/node to gather and graph "everything" on your systems using Tobi Oetiker's rrdtool. It can optionally warn your surveillance software. This software package was originally called LRRD. The project. Please see http://munin-monitoring.org/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Unified Sessions Manager

    Unified Sessions Manager

    Pioneering Private and Public Cloud Management since 2008

    The UnifiedSessionsManager supports the integrated management of user sessions within Private-Clouds, comprising heterogeneous IT landscapes of various physical and virtual machines, hypervisor management, and virtual user sessions with remote desktops. Extracted documents see https://sourceforge.net/projects/ctys-doc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 5

    fields.awk

    A flat-file database program written in bash shell and awk scripts.

    Fields.awk allows users to create and work with small-to-medium databases on their home computers or a mobile device with bash shell terminal emulator. It runs on any OS compatible with bash shell, including Linux, FreeBSD, MacOSX, and Android. Certain optional features (printing/encryption) are dependent on external utilities such as lp or ccrypt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Elevations C++ for CSV
    ...It connects VBA with Cygwin SSH, CGI and HTTP POST to deliver to a QuantLib C++ server through pipes. Provides C++ classes to process CSV files and the strings to C++ types. File schema definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Callflow Sequence Diagram Generator

    Callflow Sequence Diagram Generator

    The callflow sequence diagram generator is a collection of awk and shell scripts that will take a packet capture file that can be read by wireshark and produce a time sequence diagram. This is useful to view & debug SIP callflows or other network traffic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Log Monitoring - Monitor/Check Log Files

    Log File Monitoring - Check Log Files, Analyze, Alert on any UNIX Log

    ...LoGrobot does this for you efficiently. It analyzes, graphs and alerts on system log files, application log files, database log files, custom log files...basically any log file. Benefits: Automatically scans log files for errors or user specified patterns Shows the offending log entries in the alerts generated on a monitored log file Shows latest size of a log file at the time of the most recent log check Shows total entries written to log file in the most recent check Can tail logs in time frames rather than tailing random lines Monitors and alerts on log file growth Monitors and alerts on log file size Monitors and alerts on log file time stamp Sends out email alert notifications on log files When run without arguments, LoGrobot displays direct instructions on usage. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    debguy scripts

    debguy scripts

    a variety of useful scripts w/no sf page

    ...fix_fonts runs emkfontdirs with options (-D -L are usefile w/xorg) man-tty-bland ; cat manpage ascii (no hidden special chars like -P cat) MAKEDEV update having dri, fb, alsa (new alsa gets kern info from /sys, need that these days) (superceded by Totally Built Linux) "build" (xlfs-0.1 build script) (superceded by Totally Built Linux) get-make-install-X11R7.6 - (unlikely to work since BIG TECH continually changes file locations) and several more ... see files page
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    ELF statifier

    ELF statifier

    Tool for creating portable self-containing Linux executable

    Statifier is a tool for creating portable self-containing Linux executable. Statifier create from dynamically linked executable and all it's libraries (and all LD_PRELOAD libraries, if any) one file. This file can be copied and run on another machine without need to drag all libraries
    Leader badge
    Downloads: 89 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: 16 This Week
    Last Update:
    See Project
  • 12

    AWK Statistics

    awkStatistics generates statistics from csv-data with awk.

    AwkStatistics is a script which is used to generate statistical data for csv data by using awk. It takes two columns from the input file, one is used to identify the row(option -i) and the other one is the column where the values are taken from (option -v). The script was designed for performance engineers to be able to analyze CSV-Data on the fly and have a good possibility to automate the analysis process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LeseSolm
    Download GPS track from the GPS logger "Solmeta Geotagger Pro" under Linux; Auslesen des Geotaggers * Geotag images with image direction, pitch, roll; Geotagging mit Blickrichtung * Altitudes/Höhen from geonames.org * NMEA analysis: DOP, satellite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    AllCheckSumer

    AllCheckSumer

    Calculate and compare files with 3 different file signature algorithms

    AllCheckSumer is a handy tool for computer forensics and is helpful for investigators to search throughout a computer’s file system for a bad hash specified by the investigator. The tool will search throughout a location, specified by the investigator. It can be either an entire file system or a specific folder, and create a hash set with the following file signature algorithms: • MD5 (Message-Digest Algorithm v. 5) • SHA-1 (Secure Hash Algorithm v. 1) • CRC (Cyclic Redundancy Check)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Win32 Locate and Updatedb Scripts

    Win32 Locate and Updatedb Scripts

    Easy way to search files and folders

    Like the Linux "locate" and "updatedb", "winlocate" is a very simple solution for finding files and folders in a windows environment system. All is done by using 2 scripts (.BAT), some GNU tools and Sqlite3. I hope you will enjoy this release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    chainssh is a shell script to smplify the ssh login via multiple sshgateways/firewallgateaways. e.g. connect from homehost via sshgateway to a clusternode with one command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Software for Storm Semiconductor Gemini Devices New Company : Cortina Systems see www.cortina-systems.com For NAS and Router-Board
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    File Based DBMS & ETL Tool: OpenSQL is a file based database management system which uses SQL like features to accept the query request and return the query response. In later phase of this project, ETL based features will be added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SoupToNuts is a repository of technical articles and example software covering Postfix, OpenSSH, C and C++, Live Linux CD, MySQL, SQLite, Berkeley DB, Bash and System Administration.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 21
    Freifunk-Firmware is a specialized Linux/OpenWRT distribution for LinkSys WRT54g wireless routers and similar devices. A web-based admin UI and a single firmware file for uploading will make it easy to join OLSR based WLAN community networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    g03mem takes a Gaussian 03 input file and gives the computational requirements needed for its execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dynamic Visualization Tool
    This application allows to generate graphics from data file in table format and a graphical configuration file XML..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gnome picture Of The Day background changer. Parses the description of the image and saves it to a file so that applications such as conky can read it for display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Todo list written only in BASH relying on the common shell tools. Stores data in plain text file and provides both shell access and a webinterface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next