75 projects for "linux basic programming" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    IBM Websphere MQ Admin Tool

    IBM Websphere MQ Admin Tool

    Managing IBM MQ objects and messages

    A free and pure Java GUI application is an excellent replacement for MQ Explorer for administering all versions of IBM Websphere MQ which are in support. In particular this includes the z/OS platform. It provides extra features that include message edit, analyse, backup/restore, queue purge, queue and channel status monitoring, output object properties to csv and much more.... This open source application is written in Java 1.8 and using NetBeans IDE 8.2. Currently using IBM MQ client...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Tarantoga

    Tarantoga

    Lightweight Event Management System (for Monitoring-Events and more)

    Tarantoga is an open source lightweight event management system for events from monitoring and more, with similar functionality to IBM Tivoli TEC, Master Cell, or BMC BEM. It supports your ITIL/ITSM event management process. It relies on MongoDB to store the events and Perl as rule programming language. GUI and backend are seperate tools that communicate only via the MongoDB. Tarantoga understands EIF, so you can send events with "postemsg", "msend -e", and the tarantoga tool tsend. Via EIF,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MySQL Health Report

    Consolidate main system and MySQL health metrics in one report.

    Commad-line tool provides the following details in the report: - Basic OS-level parameters: uptime, disk space and network interface status - Today's entries from MySQL error log - Important MySQL statistics http://astellar.com/mysql-health-check/metrics/ - Top 5 queries from MySQL slow query log CONFIGURING AND RUNNING 1. Edit MySQL credentials in check_run.sh 2. Run ./check_run.sh 3. Enjoy! You can also send report to email address by using...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5
    Cyclone - Task Automation

    Cyclone - Task Automation

    Task Scheduler for Java, Groovy, Javascript, python & ruby

    Cyclone is java-based rich GUI web tool for automating tasks with ease. Cyclone is a project that was borne out of necessity. Agreed, there are many native tools that allow task to be scheduled or automated on most operating systems, however, Cyclone is more than just an automation tool. In many programming languages, there are batch module/libraries available to schedule jobs, but need quite a bit of enhancements to provide similar feature set as Cyclone. Cyclone comes with a number of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    chbGUI

    Free Linux backup tool *

    License: FREEWARE (GNU General Public License). Automates backup creation using Unix tools. Configurable using a friendly user interface. Create different backups based on templates that can be tailored to distinct needs. (*) Tested on Linux and Mac OS X but may run properly without modifications on other Unix platforms that have the Bourne shell (/bin/sh) and a Java (1.6) or higher runtime environment. See documentation provided in the package for more details. Current...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Note: This project is no longer maintained on Sourceforge. Information here has mostly been left for historical purposes. PLEASE REFER TO THE OFFICIAL PROJECT PAGE AT https://github.com/phppgadmin. Thank You! phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic functionality as well as some advanced features such as triggers, views, and functions (stored procs)
    Downloads: 43 This Week
    Last Update:
    See Project
  • 8

    Csv2SQL

    Transform CSV to flat ready-to-import SQL output.

    Provides a no-shrills interaction to generate SQL queries based on arbitrary basic inputs such as CSV. After extracting, just double click on the CSV2SQL.jar file and choose a CSV file to generate SQL out of. Output should show on the next screen. That's it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP-Edit

    PHP-Edit

    Lite weight editor designed to allow basic editing of text file.

    This program is completely stand alone (150 lines of code). A filename may be passed so the editor will open with it's contents or it can be used without a filename and a default filename will be assigned that may be changed before saving text. For security reasons, no provision has been made to allow saving to another directory. Future additions may include the capability to save to a sub directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10

    DNS Master

    Webbased PowerDNS frontend

    DNS Master is a webbased PowerDNS frontend build using a free template, PHP and jQuery. Fast, easy to extend and the abillity to change content in multiple domains at once.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cpp4scripts
    A set of C++ classes that allow use of C++ as a scripting language instead of Perl, Bash, Java etc. Can be compiled on Windows and Linux. Excellent choice building complicated scripts, multi-platform make and installation scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CPU Balance

    User-based CPU quota tool

    CPU Balance is a Perl script to balance the CPU usage among users. It will allocate CPU resource to each user equally only by the command renice, no matter how many processes/threads a user runs. ################ # Basic Renice Goal ################ 1. User-based balance: every user get the same cpu percentage if they ask for more; 2. all the jobs of one user has the same NI; 3. NI of all jobs tend to move as large as possible when balanced; 4. No sudden change on NI. max...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Basic package management for the Minix 3 Operating System. Install, remove and build packages. Some small side-projects are also hosted here (for example a pkg-config replacement written in Bourne shell).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Basic Backup is a simple customizable shell script providing system admins an easy way to get basic system files backed up. Use from the moment you startup a new system and archive daily changes through bbackup. Allows you to specify which directories o
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A web-based interface to remotely deploy J2EE (Java EE now) applicaitons. Does not require any database backend. Only requirements are ssh key based authentication to remote servers. Remote deployment is language agnostic. Remote scripts are called using ssh remote command invocation. Standard scripts for remote tomcat servers are provided. Screen Shot: https://sourceforge.net/projects/jdeployer/screenshots/286655
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Samba DAnCE
    Samba Directory Administration aNd Control - This is a basic remote samba/server management GUI tool in python and pyqt. this allows remote control of: open files, users and groups, directory's and files and samba shares - all in an easy to use GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MikroConf Router Configuration Interface
    MikroConf is a command line administration interface for Linux-based embedded systems (linux/uclibc/busybox), which can be easily extended with new administration modules using the Tcl programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mod_authn_sasl is a SASL authentication backend provider module for the Apache 2.2 webserver. It provides password checking functionality for HTTP Basic Authentication. Username and password are checked against the SASL password checking backends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TrueSNMP is a Simple Network Management Protocol (SNMP) implementation written in the Java programming language. It features a rich and well designed agent/manager framework, as well as a set of useful tools, both command-line and graphical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sun's XACML Implementation is an access control policy evaluation engine written entirely in the Java(tm) programming language. It supports XACML 1.x and 2.0 core features, and provides a number of powerful extensions and extensibility points.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Rothmann IT Service DeskTop is a project to create a technological solution for Incident- and Configuration Management. It is based and implemented on the international 'best-practice' standard ITIL®. It is an Add-On to the popular Double Choco Latte.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SQLiteManager is a multilingual web based tool to manage SQLite database. The programming language used is: PHP4, but work fine with PHP5. Work just as well on a platform Linux as on Windows or MAC.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project. This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    A useful collection of batch files and scripts for daily purposes (backup, security, system management, etc.) and development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The SMOscan is an important part of the product called Software Management Suite. It is gathering the basic asset information from all computer systems in the network. We hope for your contribution to improve its capabilities for Linux and Unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next