13 projects for "e-root" with 2 filters applied:

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Life

    Life

    Linux for Education based on Ubuntu MATE

    Li-f-e: Linux for Education. A free Linux distribution for education.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    KaNaPi

    KaNaPi

    Educational Linux Distribution

    ... * Each package is installed in separate directory, so you can use different versions of applications and libraries by design. * There is only one user 'kanapi' with root permissions, so you don't have to login, remember passwords, etc. * Simple configuration * Automatic compilation.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3
    Whonix

    Whonix

    Whonix is an Anonymous Operating System.

    ...Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. Whonix consists of two parts: One solely runs Tor and acts as a gateway, which we call Whonix-Gateway. The other, which we call Whonix-Workstation, is on a completely isolated network. Only connections through Tor are possible. Whonix is produced independently of, and carries no guarantee from, The Tor Project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Quick-Save-Live

    Quick-Save-Live

    Quick Safety and Rescue System

    ...It does not support ENCRYPTED DRIVES at the moment. Do not use it. 2. If the external drive has a ownership aware filesystem, like for eg. ext2/3/4, then the copy happens as ROOT without any interruption. You may change it later using sudo privileges and the chown -R command. Note: To Shutdown the System properly, Click Exit Button on the Bottom of Desktop and Click OK to popup dialog. it is SAFE to REMOVE external drives, AFTER SHUTTING down the system. Check Screenshots. See Wiki.
    Leader badge
    Downloads: 14 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
  • 5
    Metamorphose Linux

    Metamorphose Linux

    Metamorphose Linux

    O Metamorphose é um sistema operacional baseado em Linux onde seu maior objetivo de ser simples, completo e com um visual agradável para usuários iniciantes ou avançados. Conta com uma das maiores compatibilidades de hardware e software da atualidade, se comparado a outras distribuições Linux.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    The BSDBox Project
    ...This is the X11 SKEL for Openbox, and other programs that I design with the UI, The panel of choice is of course bmpanel2. Screenshot on the summary to see how it looks like. There is a C installer script that you can use inside home <DIR> su to the root shell, but make sure to be in your user home <DIR> ./installer should copy all the packages needed for this config, and also it will unextract the SKEL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AmiPUP

    AmiPUP

    Puppy Linux derivative

    AmiPUP is a very small, lightweight “live boot” Linux system built on the Puppy Linux distro. AmiPUP works with almost any x86 computer that can boot from CD or USB (USB booting doesn't work with Macs). At boot, AmiPUP loads EVERYTHING into ram, so all applications load blazing fast! Changes can be saved to the USB or multi-session CD boot device (or not at all). The host system is never touched!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    vEMan - VMware ESX/ESXi Manager

    vEMan - VMware ESX/ESXi Manager

    An unofficial VMware® ESX/ESXi Manager for Linux

    vEMan - [v]Mware [E]SX [Man]ager provides a GUI for managing ESX servers natively from within your Linux desktop without the need to use Windows vSphere® anymore! Support vEMan development for v2.0 by gofundme! http://www.gofundme.com/vEMan Why I started vEMan? Because I hate it to start my Windows VM to manage ESX(i) servers ;o) vEMan is (maybe) not needed if you use vCenter 5.x: http://kb.vmware.com/kb/2005377 --> vSphere >= v5 has a "web client" BUT keep in mind that there are caveats: Not all features are available in the web client AND it can connect to vCenters only (see: http://kb.vmware.com/kb/1006095) - ESX(i) v3.x or 4.x? ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Greyhound-Ubuntu : Trident

    Greyhound-Ubuntu : Trident

    An all purpose Distro for Pentesters

    ...Have fun Credit List : Mahir Chowdhury Asif Iqbal (India) For XtreamDebugger Ashik Iqbal Chy (BGHH) Imam Vai (BGHH) Krad Xin (BGHH) Bd xtor (BBHH/Team Scannerzz) Pedro Ubuntu(Root Sector) For Netool.sh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...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 the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    chessoclock

    chessoclock is a simple chess clock running on a virtual terminal

    ...Under Linux only it can run in a xterm, but you get best visual effect when running in a virtual terminal or on the console and not under X. Merging chessoclock and a Minix 2.0.4 root disk gives us chessoflop. Use chessoflop to turn your twenty years old 80286 into a chess clock without installing anything. Reverse the image on a floppy, put that disk on your old computer, turn it on and that’s all! chessoflop image is available in the download page (it's the one all capitalized).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SME Server

    SME Server

    The Koozali SME Server is a simple and robust server gateway for SOHO

    The Koozali SME Server is the open source community side of the original e-smith server. SME Server consists of a modified Red Hat / CentOS Linux installation, together with a number of server applications as well as the server management web panel. Its strengths are its ease to use for anyone able to use a web interface, and its robustness, giving the ability to recover its initial state even after any upgrade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Makerootfs makes it easy to build a root filesystem for embedded devices (e.g. ARM based) by automating the cross-compiling process through shell scripts, patches and default configs. Unlike buildroot which uses uClibc, makerootfs uses the full glibc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB