Search Results for "dev linux root" - Page 41

Showing 1788 open source projects for "dev linux root"

View related business solutions
  • 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    EPRI-OpenETran

    Electric power system transient simulator

    This software has been migrated to Github and can be downloaded here: https://github.com/epri-dev/OpenETran/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    A Movie Collector CRUD

    A simple Movie Collection App CRUD style.

    A Movie Collector CRUD I have added a simple CRUD (Create-Read-Update-Delete) application I created from one of my apps. This works with MySQL. I am not going into a allot of detail about your server and how to set it up. If you have a web server running MySQL, you should be well enough versed in using this. Just upload the AMovieCollector folder to your web root directory. Using PHPMyAdmin (or whatever your choice is) create a "blank" db called AMovieCollector. Goto your web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WordWeb
    From WordWeb Software: This thesaurus/dictionary can be used to look up words from almost any program. In addition to displaying sense definitions and synonyms, WordWeb can find sets of related words. The database has more than 160,000 root words and 222,000 senses many proper nouns, pronunciations, and usage tags. WordWeb works off line, but when online you can also quickly view Web references such as the Wikipedia encyclopedia. What's new in this version: Version 8.04 adds new words...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Portable Java Dev

    Portable Java Development Environment

    This is just a directory containing the Open JDK (1.7) and NetBeans (7.4) with a couple of small wrappers to allow this directory to be stored anywhere (perfect for USB sticks) and run without installing anything to the local machine. JavaFX not included in the OpenJDK. Useful for me anyway ;-) V1.1 - Small changes to increase portability and startup speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    magento-subcategorieswidget
    Add new widget with subcategories explorer into any CMS pages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ooworx
    https://sourceforge.net/projects/magento-scopesexplorer/ https://sourceforge.net/projects/magento-stocksort/ https://sourceforge.net/projects/magento-subcategorieswidget/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WinCMOC (M6809 C Compiler)

    WinCMOC (M6809 C Compiler)

    A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)

    WinCMOC v0.6 is here! So many new features, I cant remember them all. Please uninstall old versions before installing. This is a port of the CMOC compiler (written by Pierre Sarrazin) to Windows. Currently CMOC does not support linking, so, I've written front end tools which edit CMOC's output so that it can be assembled and linked via LWTOOL's. A simple C editor in included which makes it easy to compile/build and run the xroar emulator. Please visit the CMOC...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    mds-utils

    General purpose utilities for C++ and Python developers

    This library is intended to become a collection of several C++ utilities. At present it contains: 1. a tool for detecting machine endianity. 2. utilities for the Boost uBLAS library. Amongst them, some type traits for detecting different uBLAS matrix types. 3. some useful classes that allow to treat the old C FILE pointer as a C++ stream. 4. C++ wrappers of the main Python objects, independent of those in Boost Python. Wrappers are provided also for NumPy arrays. 5. C++...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    magento-scopesexplorer
    This module show edited scopes of configuration fields in Magento administration. You can know easily if someone change something in anothers stores / websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    magento-stocksort
    Very simple module allow you to sort every product 'out of stock' at the end of any frontend product list in magento.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    UrbanLabs-RPI-OS

    A Raspberry Pi distro for Arduino Prototyping

    This is a Debian-based (Debian Jessie) distro for Raspberry Pi for Arduino Prototyping. It's developed for Raspberry Pi 3 Model B and Arduino Uno. Its window manager is dwm, but you must type "startx" to use it. We use it with ssh and X11 Forwarding for the GUI apps as Sketch, s4a, etc... It starts in DHCP mode, you can find it with nmap or other software like this. Username: urbanlabs Password: urbanlabs Root Password: urbanlabsroot This is an alpha version, bug reports are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    custom-react-scripts

    custom-react-scripts

    Allow custom config for create-react-app without ejecting

    Modify the .env file in the root of the generated project, and add any of the configuration options to enable that feature. The generated project comes with every option turned on by default, but you can remove them at any time by removing the options from the .env file. Add a .env. file with the desired features. Files that are not prefixed with the module will be parsed normally. Some of the babel presets and plugins that people might use are experimental. If they're used in a project and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    I was i need of a json writer / parser which is - Compact. Libraries around there are way too big given the json spec and my usual need for a project. -Simply integrated as a simple jar. Dont want to force Maven dependency on projects. Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List. I did not try all UTF16 encodings , but let me know i will...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    pi-usb-root

    pi-usb-root

    Raspbian images for usb root

    Raspbian images for usb root. Only /etc/fstab and /boot/cmline.txt altered to run from /dev/sda2 1. Burn this image using win32diskimager (or similar) to USB drive 2. a) use the downloaded cmdline.txt on the SD card or b) burn same image to SD Requirements: Raspbian Lite : at least 2GB USB Raspbian : at least 4GB USB *pi3boot has beta firmware for direct USB boot* Login: pi / raspberry
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    NiceShaper - Dynamic Traffic Shaper

    NiceShaper - Dynamic Traffic Shaper

    NiceShaper provides dynamic traffic shaping for Linux router

    NiceShaper is the program developed for Linux router environment. It works in user space on top of standard Linux QOS implementation and iptables. By default, a proven HTB algorithm is used for the root, inner, and leaf classes, SFQ packets scheduling algorithm is the default queuing discipline (qdisc) contained within each of leaf classes, U32 and FW are used as the packets classifiers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Puszi

    Puszi

    Puszi (K.I.S.S.) Livarp_cli + Opossum window manager

    *Puszi is based on Livarp_cli (https://arpinux.org/livarp/livarp04/cli.html) with the addition of Xorg and Opossum Window Manager as default.(README) (https://sourceforge.net/projects/opossum/?source=directory) *ISO Debian Jessie 8.6 base (default US locale) *Software included: ceni (http://antix.daveserver.info/jessie/pool/main/c/ceni/ grubrepair i3 (Window Manager-vanilla) Lilyterm (http://lilyterm.luna.com.tw/) Refracta Tools(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LinuxTLE

    LinuxTLE

    LinuxTLE (Revival)

    LinuxTLE(Linux Talay) is the legendary Thailand Linux Distribution lost technology from NECTEC. Now, reborn out of demise, LinuxTLE has finally build the 11.0 version code named "Cha-Am" revived the dead project by the mysterious successor. Shifted from GNOME2 into Mate Desktop which supported both Thai & English languages. LinuxTLE 11.0 currently based from Ubuntu 16.04 LTS.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    LSD

    LSD

    LSD stands for Linux Storage Devices

    LSD - basic tools for Linux to monitor state of CPU, HDD/SSD and USB/COM ports(in nearest feature). It can provide you the same information which you can find looking into root files of Linux OS, but if you want to do it much faster just use LSD. Note: S.M.A.R.T won't run until you run LSD as root. You need to have installed smartctl on your PC to use this option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VoiplusAsterisk

    VoiplusAsterisk

    Based in Asterisk Open Suse 13.2

    ...attredirects=0&d=1 Descompacte o arquivo .zip e após execute RMPREPUSB.exe dentro da pasta criada, PenDrive deve ter pelo menos 2 Gb e formatado Fat32, Selecione File -> Drive e selecione o arquivo .raw Após o final reinicie com boot pelo pendrive. Usuário padrão: root senha: linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Demoiselle

    Demoiselle

    Framework, process, docs and tools to make easy JEE development.

    Root site: http://demoiselle.sourceforge.net. From that, access: framework, components, wizard, sample e process. Releases can be downloaded via Maven from http://demoiselle.sourceforge.net/repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    xcaliper

    combination magnifier/ruler/measuring tool

    A tool for measuring windows, widgets, font heights etc. onscreen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    There are some useful scripts for development of UNIX. Such as shell environment configuration, vim editor configuration, the system configuration variables, samples of Makefile, and some installation scripts of commonly used software, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Fakeroot Next Gen

    Run processes with fake root environment

    Fakeroot-ng uses the debug interface (PTRACE) to fool programs into thinking they are running with root permission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ghooks

    ghooks

    Simple git hooks

    Simple git hooks. It is not advised to install ghooks as a production dependency, as it will install git hooks in your production environment as well. Please install it under the devDependencies section of your package.json. Please also note, that it is absolutely not advised to install ghooks globally. To work as expected, make it a development dependency of your project(s). Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB