Showing 65 open source projects for "learning linux command line"

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.
    Learn More
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    Certbot

    Certbot

    Get free HTTPS certificates forever from Let's Encrypt

    Certbot is a fully-featured, easy-to-use, extensible client for the Let's Encrypt CA. It fetches a digital certificate from Let’s Encrypt, an open certificate authority launched by the EFF, Mozilla, and others. This certificate then lets browsers verify the identity of web servers and ensures secure communication over the Web. Obtaining and maintaining a certificate is usually such a hassle, but with Certbot and Let’s Encrypt it becomes automated and hassle-free. With just a few simple...
    Downloads: 479 This Week
    Last Update:
    See Project
  • 2
    aria2

    aria2

    aria2 is a lightweight multi-protocol & multi-source download utility

    aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. Really speeds up your download experience. aria2 doesn’t require much memory and CPU time. When disk cache is off, the physical memory usage is typically 4MiB (normal HTTP...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3
    go-mitmproxy

    go-mitmproxy

    mitmproxy implemented with golang

    go-mitmproxy is a Golang implementation of mitmproxy that supports man-in-the-middle attacks and parsing, monitoring, and tampering with HTTP/HTTPS traffic. Parses HTTP/HTTPS traffic and displays traffic details via a web interface. Supports a plugin mechanism for easily extending functionality. Various event hooks can be found in the examples directory. HTTPS certificate handling is compatible with mitmproxy and stored in the ~/.mitmproxy folder. If the root certificate is already trusted...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    shell2http

    shell2http

    Executing shell commands via HTTP server

    HTTP server to execute shell commands. Designed for development, prototyping or remote control. Settings through two command line arguments, path and shell command. With -the form-check option you can specify the regular expression for checking the form fields. To setup multiple auth users, you can specify the -basic-auth option multiple times. The credentials for basic authentication may also be provided via the SH_BASIC_AUTH environment variable. You can specify the preferred HTTP-method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Hurl

    Hurl

    Hurl, run and test HTTP requests with plain text

    Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body responses. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions. Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON-based APIs. Hurl can run HTTP requests but can also be used to test HTTP responses. Different types of queries and predicates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Adblock FastOwnTracks Recorder

    Adblock FastOwnTracks Recorder

    Store and access data published by OwnTracks apps

    The OwnTracks Recorder is a lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps. It is a compiled program which is easy to install and operate even on low-end hardware, and it doesn't require an external database. There are two main components: the Recorder obtains data via MQTT subscribes or HTTP POST, stores the data in plain files and serve it via its built-in REST API, and the ocat command-line utility reads stored data in a variety...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    Takes is a true object-oriented and immutable Java8 web development framework. Pay attention that UTF-8 encoding is set on the command line. The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ooRexx (Open Object Rexx)
    Home of the Open Object Rexx Project. ooRexx is the open source version of IBM's Object REXX Interpreter. It is upwardly compatible with classic REXX and will execute classic REXX programs unchanged. The project is managed by the Rexx Language Association.
    Leader badge
    Downloads: 194 This Week
    Last Update:
    See Project
  • 9
    Virtuoso is a scalable cross-platform server that combines Relational, Graph, and Document Data Management with Web Application Server and Web Services Platform functionality.
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10

    TextUS

    A framework in which the system is defined by a xml file

    TextUS is written in C++. It runs under MS Windows 2000/XP , Linux or Solaris. It includes a simple HTTPS or HTTP server. Importantly, it provides a framework which is similar with AOP(Aspect Oriented Programming). In tTextUS, a software system is composed of all kinds of modules which are some dll files (in MS Windows) or so files ( in Unix etc.). The system is defined by a xml file which describes the data flow and control flow of every module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dredd

    Dredd

    Language-agnostic HTTP API Testing Tool

    Dredd is a language-agnostic command-line tool for validating API description documents against the backend implementation of the API. Dredd reads your API description and step by step validates whether your API implementation replies with responses as they are described in the documentation. Dredd supports writing hooks — a glue code for each test setup and teardown.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Kikonf is an Universal Administration Platform for MiddleWare Application Servers and related Servers. (Full Support for WebSphere Application Server, WebLogic Server, WebSphere MQ, Tomcat, JBoss, ...)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    hr ("High Resolution") is a small command-line utility to calculate possible elemental compositions for a given mass. It allows to run calculations interactively, in batch mode, via the command line, or (using a webserver) via a web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LogSplitter is a log handler for Apache which combines the features of rotatelogs, splitlog and (in part) cronolog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Web.SimpleWebServer for .NET

    Web.SimpleWebServer for .NET

    Simple WebServer for .NET and Mono

    Simple WebServer for .NET and Mono can serve static web sites with images of corse. Beta version can catch 404 and 418 ;-) errors with custom files for now , run with configurable json file look at "config.json". In true is planned use it as cordova local webserver but for Windows Devices Any Support will be welcome look at https://ydk2.tk/ Och you can use dll only to use try SimpleHTTPServer myServer = new SimpleHTTPServer (root + www, host, port);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    nsapache

    nsapache

    NSA Apache Log Inspector

    This program (alogrpt) will find activities in your Apache Log Files which indicate mass data collection quickly using a simple alogrithm. A supplement program is included (aplogip) for more functional Log searches and can be used to confirm results of alogrpt. It has been in use for over a year and has identified thousands of snoopers. Both programs expect Apache Default Log Formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Site Tools

    A collection of tools to facilitate the management of websites

    The sitetools project is a collection of tools to facilitate the management of websites. It includes individual programs that perform separate tasks to help make a web masters daily routine easier to manage and less error prone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WDScript
    WDScript and Linux portability of WDScript Project. WDScript is a CGI like php where native language is W-Langage from PCSoft (english and french). Can be used to access Hyperfile Databases from a web server.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 19
    Evolution 1.0.2.2 RS

    Evolution 1.0.2.2 RS

    Modify Request Headers And Response Headers

    Update Version 1.0.2.2 RS · Added New Data, Avaible Single Data And Double Data. · Options Extended Borders · Added Tun Sock's Tap · Bugs Fix For Header Evolution Version 1.0.2.1 RS · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM · Setting Proxy IE · HTTP Ping Manual URL · Added Encrypt Line LF · Mode Line Maximum ( Infinity ) · Custom Header 1 · Custom Header 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pegotes

    Un pastebin realmente sencillo

    Pegotes es un pastebin sencillo que trata de generar el menor tráfico de red posible. Para lograrlo, cuenta con una interfaz gráfica ligera y tres APIs. Además, está traducido a siete idiomas además del español.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Evolution 1.0.2.0

    Evolution 1.0.2.0

    Modify Request Headers, Response Headers, Dialer, Tun Sock's Tap

    Evolution Version 1.0.1.0 · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM With a nice and simple interface, a decent feature pack and easy enough to be handled by less experienced users, Evolution puts up a good performance and earns a place among the recommended tools in its category. Update Evolution Version 1.0.2.0 · New UI Tab's · HTTP Ping Manual URL · Added Encrypt...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Evolution 1.0.1.0

    Evolution 1.0.1.0

    Modify Request Headers And Response Headers

    Evolution Version 1.0.1.0 · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM With a nice and simple interface, a decent feature pack and easy enough to be handled by less experienced users, Evolution puts up a good performance and earns a place among the recommended tools in its category. *UPDATE 25-Januari-2014 - Bugs Fixed Version 1.0.1.0 - Change Logo And Icon - Change Name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AWBot is an easy to use tool to test a web site.: AWbot connects to your web site and make URL requests like any other visitors. AWBot is not a web indexing robot but a web client tool that emulate some visitors browsing on your site to test its reliab
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XML Mimic
    XML Mimic is a stub web server that can mock/simulate web XML responses and runs as independent HTTP server stub. Client apps that require real server for fetching xml/html responses can use this software during development and testing. Suitable for testing client application that requires any REST based web service, JSON,etc as replacement for web service server. Can also be used for any client that require HTTP based application response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PyLoris

    A protocol agnostic application layer denial of service attack.

    PyLoris is a scriptable tool for testing a server's vulnerability to connection exhaustion denial of service (DoS) attacks. PyLoris can utilize SOCKS proxies and SSL connections, and can target protocols such as HTTP, FTP, SMTP, IMAP, and Telnet.
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next